Windows error 0x80041032, -2147217358

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[1][2]
DescriptionThe source of the error code is COM/OLE Interface management.[1][2]
Error Code4146 (0x1032)

Questions

4votes
0answers

WMI-Activity Event ID5858, ResultCode = 0x80041032 & DCOM Event 10010 timeout errors

I've been trying to eliminate two types of errors for about a month now. First are WMI Event 5858 result code: 0x80041032 and the Second are DCOM Event 10010 server timeout errors. Read 100s of articles and threads - many here. Maybe/likely the 0x80041032 WMI errors are non-sense generated by [...] read more
windows-7
event-log
wmi
dcom
0votes
0answers

I am getting WMI call cancelled error and I have no idea to solve it

How can I solve this problem (WMI Call cancelled) The problem is defined as Error 5858 with ResultCode = 0x80041032; I found this article but I do not really understand. Microsoft Support link: WMI-Activity Event 5858 logged frequently with ResultCode = 0x80041032 This is the code I used to fetch [...] read more
delphi
wmi
windows-server-2012-r2
0votes
0answers

Error in Wmi-Activity event log when using Win32_ProcessStartTrace from C#

I am using Win32_ProcessStartTrace (and stop trace) as follows m_ProcessStartEvent = new ManagementEventWatcher(m_Scope, new EventQuery("SELECT * FROM Win32_ProcessStartTrace")); m_ProcessStartEvent.EventArrived += ProcessStartEvent_EventArrived; m_ProcessStartEvent.Start(); ... m_ProcessStartEvent.Stop(); m_ProcessStartEvent.EventArrived -= ProcessStartEvent_EventArrived; m_ProcessStartEvent.Dispose(); In the event log: Application and service Logs => Micorosft => windows => Wmi-Activity => Operational, I have the error System - [...] read more
c#
wmi
0votes
0answers

WMI high CPU usage because of process related to Killer Networking

I noticed a high CPU usage by WMI process in win 10. When I checked Event Viewer, WMI Activity Operational events were logging errors 100s of times (10 times every 1 sec to be exact) which were too damn high. I then traced it to a process related to Killer [...] read more
windows-10
wmi
high-cpu-usage
-1votes
1answer

Powershell Call cancelled

I was running Get-CimInstance -Namespace root/CIMV2 -ClassName CIM_Component | Out-File -Encoding utf8 .\CIM_Component.txt and received Get-CimInstance : Call cancelled At line:1 char:2 + (Get-CimInstance -Namespace root/CIMV2 -ClassName CIM_DirectoryContai ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Get-CimInstance], CimException + FullyQualifiedErrorId : HRESULT 0x80041032,Microsoft.Management.Infrastructure.CimCmdlets.GetCimInstanceCommand This was not cancelled from a keyboard [...] read more
powershell
exception
interruption
powershell-v6.0

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0