WMI 0x80041064 Error Message when testing Redgate Monitor connection to Monitored Instances

When running into issues with Redgate Monitor connecting to the monitored instances, the first step is to run through the troubleshooting suggestions in here.
 
Sometimes when running the WMI Test, however, you can run into the following error message:
 
This error message doesn't relate to the connection issue, but is usually an issue with how the test was conducted.
 
This can happen in two ways:
1. The namespace format is not done as follows:
 
\\myserver.example.com\root\cimv2
 
You need to make sure to include all the backslashes.
 
2. Alternatively it may happen if you run the WMI Test against the machine itself that you're running the WMI Instrumentation on and include the credentials. (This situation normally shouldn't happen, however, as the Redgate Monitor Base Monitor and the monitored instance should be on separate machines).
 
You can workaround this by doing the following:
 
Remove the credentials in order to have the machine run the WMI test against itself with the account that is currently logged in, or, run the following in command prompt:
runas /netonly /user:example.com\myaccount "wbemtest"
Was this article helpful?

0 out of 2 found this helpful
Have more questions? Submit a request