Knowledge Base FAQ Item #6940020
Q6940020: I'm having problems with monitoring MSMQ: The error I get is: "Win32_PerfRawData_MSMQ_MSMQQueue class does not exist." What should I do?
This problem occurs because Windows Management Instrumentation (WMI) uses AutoDiscovery/AutoPurge (ADAP) to build its internal performance counter table. If the particular MSMQ service on the monitored computer was not started when the WMI ADAP process is started, the performance counters are not transferred to WMI.
Please run the following command from the command line on the monitored computer:
wmiadap /f
and then restart the wmi-service.
(viewed: 2280)