This Knowledge Base provides troubleshooting guidance for commonly encountered Windows Management Instrumentation (WMI) errors that may occur while adding a Windows monitor or collecting metrics using WMI mode in Applications Manager.
WMI errors can be caused by one or more of the following:
The following sections group the errors based on their common causes and provide the appropriate troubleshooting reference for each category.
These errors indicate that Applications Manager was unable to communicate with the target Windows server using WMI. They are typically associated with RPC communication failures, DCOM configuration issues, firewall restrictions, or network connectivity problems.
Applicable Error Codes
0x800706BE — The remote procedure call failed
0x80010002 — Call was canceled by the message filter
Troubleshooting:Refer to the WMI/RPC Communication Errors KB for detailed troubleshooting steps.
These errors occur when the required WMI class cannot be accessed, or the WMI query cannot be executed successfully. They are commonly caused by invalid WQL queries, missing or corrupted WMI classes, corrupted performance counters, or missing or improperly registered WMI providers.
Applicable Error Codes
0x80041017 — Invalid Query
0x80041010 — Invalid Class
TroubleshootingRefer to the WMI Query and Class Validation Errors KB for detailed troubleshooting steps.
There is a slight technical/grammatical mismatch because a namespace can be unavailable, while "not properly registered" is more directly applicable to providers.
Applicable Error Codes
0x8004100E — Invalid Namespace
Troubleshooting:Refer to the WMI Namespace and Provider Errors KB for detailed troubleshooting steps.
These errors are generally related to DCOM communication failures, hostname resolution issues, DNS configuration problems, NAT configurations, or firewall restrictions that prevent successful WMI communication.
Applicable Error Codes
0x80070776 — The object exporter specified was not found
Troubleshooting:Refer to the WMI/DCOM Communication and Network Resolution Errors KB for detailed troubleshooting steps.
These errors occur when the configured hostname or IP address resolves to the Applications Manager server (localhost) instead of the intended remote Windows server. Since the connection is treated as a local WMI connection, the configured remote credentials cannot be used in the expected manner, which can cause the connection to fail.
0x80041064 — User credentials cannot be used for local connections.
Troubleshooting:Refer to the Local Connection Authentication Errors KB for detailed troubleshooting steps.
If the reported WMI error code is not covered in this article, collect the following information before contacting Applications Manager Support:
Providing these details will help the support team identify the cause of the issue more efficiently.
Microsoft ReferencesThe following Microsoft resources provide additional information about troubleshooting WMI-related issues: