Windows Error - Management Exception – The call was canceled by the message filter (0x80010002)
Overview
The error The call was canceled by the message filter (Exception from HRESULT: 0x80010002) typically indicates a communication breakdown between the Cloudamize ADC and the target server's WMI subsystem. This is primarily caused by WMI issues on the target server or a middleman (network filter) interrupting the call.
Troubleshooting Steps
1. Verify and Restart WMI Services
The first step is to ensure the Windows Management Instrumentation service is healthy on the destination machine.
Log in to the Target Server.
Open the Services snap-in (
services.msc).Locate Windows Management Instrumentation.
Check if the service is Running.
Even if it is running, Restart the service to clear any hung threads or locked providers.
2. Local WMI Validation (WBEMTest)
If restarting the service does not resolve the issue, test if WMI is functioning locally on the node to rule out a corrupt repository.
On the Target Server, open the Run command (
Win + R), typewbemtest, and press Enter.Click Connect.
In the Namespace box, ensure
root\cimv2is present and click Connect again.If you receive an error here, the WMI repository on the host itself is damaged and requires repair.
For a detailed walkthrough on using this tool, refer to this guide: Troubleshooting WMI Connection using WBEMTest.
3. Network Message Filter Check
The error specifically mentions that the "call was canceled by the message filter."
Action: Consult with your Network Security team to identify if there are any Layer 7 Firewalls, Intrusion Prevention Systems (IPS), or Deep Packet Inspection (DPI) tools in the network path.
These "message filters" can sometimes intercept RPC/WMI traffic and cancel the call if they perceive the volume of data as a security risk or a port scan.
If the issue persists, please capture a screenshot of the error output and collect the log_backup.txt file from the following directory on the Cloudamize Agentless DC:
C:\Program Files (x86)\CloudamizeAgentlessDc\log_backup.txt
Please attach both the screenshot and the log file in an email to helpdesk@cloudamize.com for further investigation.