No objects returned from WMI Class Win32_PerfRawData_PerfOS_Processor in SQL Monitor
Mertuzan
Posts: 3 Bronze 1
Hello,
I am trying to put SQL Monitor to localhost of a machine but I am getting this error message. Do you know the reason ?
I am trying to put SQL Monitor to localhost of a machine but I am getting this error message. Do you know the reason ?
Tagged:
Answers
This problem may be due to a corrupted performance counter or wmi repository.
Can you please first try the following on the problem server:
1. From an elevated command prompt - run
winmgmt /verifyrepository
. Then stop the WMI service by runningnet stop winmgmt /y
. Once you receive confirmation that the service has stopped, runwinmgmt /resetrepository
and then try adding the server again.2. Should that not help, please try rebuilding your WMI perf counters:
Open a command line with Elevated rights and then run the following commands:
Stop and restart the Performance Logs and Alerts service.
Stop and restart the Windows Management Instrumentation service.
Then try adding the server once more.
I hope that helps but please let me know if not.
Many Thanks
Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com
Thanks for coming back to me. We find out that we need to give user Admin access to the server and to performance monitor. That has fixed the issue.