Windows error 0x80070000, -2147024896

Detailed Error Information

SUCCESS[1]

MessageThe operation completed successfully.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code0 (0x0000)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00000000.

Questions

2votes
0answers

SerialPort's Finalize() still called after GC.SuppressFinalize()

I'm trying really hard to use a SerialPort in C# and found out the API for serial ports in .NET has bugs in it since 2010. I have combined the patches made in this blog post and that answer. However, I'm still getting an unhandled exception in the GC thread [...] read more
c#
.net
serial-port
finalize
1vote
3answers

Return code of scheduled task prefixed with 0x8007000 in list view, registered as 0 in the event log

I am currently trying to setup monitoring of windows scheduled tasks in Zabbix. It seemed easy enough to just monitor the Microsoft-Windows-TaskScheduler/Operational event log filtered by 201 events and regexing on the return code, but when I started simulating errors to test the monitoring, nothing happened. It turns out that [...] read more
scheduled-tasks
event-log
windows-server-2012
1vote
1answer

Can't open serial port - UWP

I am trying to convert my WPF app to UWP app. My app uses the Serial Port class to communicate with a device. After I switched to UWP the same code that opens the connection to the device, using the Serial Port class, stopped working. public MotorControl(string portName, Settings settings) [...] read more
c#
uwp
serial-port
0votes
1answer

Why is membase adress different each time kernel module is loaded?

I've been building a RTDM UART driver by using the Linux version as an example. The UART base address is supposed to be 0x80070000, and when using the linux driver there is no problem as dmesg show: 80070000.serial: ttyAPP3 at MMIO 0x80070000 (irq = 234, base_baud = 1500000) is a [...] read more
c
linux-kernel
linux-device-driver
kernel-module
0votes
0answers

Driver taints kernel and can't be unloaded

I have built a kernel module which is causing some problem. Some time after loading it, the driver stops working and at that moment, when I try to use rmmod to unload it, it blocks and I have to manually restart my device. I have managed to get this trace [...] read more
c
linux
linux-kernel
linux-device-driver
kernel-module
0votes
1answer

Azure VM | SqlIaaSExtension.Service.exe has initiated the restart

Did anyone go through below error for an unscheduled reboot of DB server? I have manual patching for the server but it got rebooted with below error in event viewer, any help or guidance will be appreciated, thanks Message from event viewer: > The process C:\Program Files\Microsoft SQL Server IaaS [...] read more
sql
azure
api
windows-server-2016
0votes
0answers

How can I find what is preventing a Windows computer from shutting down remotely?

We have Windows Server 2008 Service Pack 2 machines that we reboot from a Linux server using net rpc shutdown -f -r -I {ip_address} -U user%password. Usually this works fine. However, sometimes the machine gets the request and does not shutdown. I can't find anything in the logs indicating why [...] read more
windows
windows-server-2008
event-log

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0