This worked for me...
1. Open perfmon.exe on the server that is failing Performance counter refresh. Verify a User Defined > Data Collector Set called "Server Manager Performance Monitor" is present. If it is present and Stopped, then Start it. If that data
collector set is not present do the following:
2. Open an elevated command prompt on a Windows Server 20112 computer that does not log this error in Server Manager and Export the User Data Collector Set.
logman export -n "Server Manager Performance Monitor" -xml SMPM.xml
3. Edit the SMPM.xml in notepad and remove the entire section <Security>DSIDs</Security> and save the file.
4. Open an elevated command prompt on the computer where the Data Collector Set was deleted.
logman import -n "Server Manager Performance Monitor" -xml SMPM.xml
logman start "Server Manager Performance Monitor"
5. Back in Server Manager delete the failed task and click the Refresh button for All Servers
-
Proposed as answer by
johnb85022
Tuesday, May 07, 2013 6:41 PM