Windows error 0x80010002, -2147418110

Detailed Error Information

RPC_E_CALL_CANCELED[1]

MessageCall was canceled by the message filter.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode1 (0x001)
NameFACILITY_RPC[2][1]
DescriptionThe source of the error code is an RPC subsystem.[2][1]
Error Code2 (0x0002)

Questions

5votes
3answers

Windows 10 Metro Apps Close Immediately

Apparently out of the blue, I can't run any metro apps. They open, then close after a few seconds. I tried the fix here but it didn't work. I rarely use metro apps, so I'm not sure when it started. Is there a fix? I have no intentions of re-installing [...] read more
windows-10
modern-ui
windows-store-app
3votes
4answers

Why does my .NET Windows service not start automatically sometimes?

I have modified a working Windows service that had always been starting beforehand. After adding the System.Management reference it now sometimes will not start automatically. I get the following error: > Service cannot be started. System.Runtime.InteropServices.COMException > (0x80010002): Call was canceled by the message filter. (Exception from > HRESULT: 0x80010002 [...] read more
.net
windows
service
system.management
2votes
0answers

How to Make a WMI call fail?

I'm a developer but I have a question that seems belongs more in the ServerFault category than StackOverflow. We have a production service that every so often tends to throw: > System.Runtime.InteropServices.COMException: Call was canceled by the message > filter. (Exception from HRESULT: 0x80010002 (RPC_E_CALL_CANCELED)) The code that's triggering this [...] read more
windows-service
testing
wmi
2votes
1answer

MySQL Notifier: Error subscribing to WMI Events: RPC_E_CALL_CANCELLED. Exception HRESULT: 0x80010002

At every startup in Windows I get an error message by MySQL Notifier: enter image description here [https://i.stack.imgur.com/tcxJG.jpg] Does anybody know how to get rid of this? If this is because of Firewall, my question is if anybody has a solution, instead of turning Firewall off. read more
mysql
exception
mysql-workbench
hresult
mysql-notifier
2votes
0answers

ManagementClass getting HRESULT: 0x80010002 error

My app is getting this error on Windows 7. Does the " Windows Management Instrumentation" service need to be is started on the computer for this class? Any ideas? BTW, this code runs fine on my computer -- So the code does work. A remote user is getting this error. [...] read more
c#
.net
2votes
1answer

What are my options when a PowerShell script fails?

Not wanting to use the APC software that shipped with my APC I have written a PowerShell script to monitor my UPS and initiate a shutdown sequence of my servers if the battery level reaches 30%. The script runs on a virtualized server via USB redirection. The window is perpetually [...] read more
powershell-2.0
exit-code
1vote
2answers

Why won't my .Net Windows service start automatically after a reboot?

I get the error below in the event log when the computer boots, the service is set to automatically start, when I manually start the service it starts without a problem. Any ideas? Service cannot be started. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException [...] read more
c#
windows-services
1vote
1answer

Call was canceled by the message filter (0x80010002), task scheduler in windows server 2008

I have scheduled my batch file in task scheduler in windows server 2008. Task terminated automatically in between execution . I checked history of task and found message: > Task Scheduler terminated "{69903b02-c15a-4c67-97b8-3e7d15a125f6}" instance of > the task. with Event ID 111. Last run result showing following message: > Call [...] read more
windows-server-2008
scheduled-tasks
0votes
0answers

How can I update oob data in U-Boot

I'm trying to update an oob area of NAND within U-Boot using 'nand write.oob'. However, my changes aren't taking effect. The process I'm following is: * Use 'nand read.oob' to read the oob section for my offset * Use 'md' to display that data and make sure it's what I [...] read more
embedded
u-boot

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