Server 2012 Server Manager Refresh Failed

Whenever Server Manager tries to update I get the following error:

"Performance counter refresh failed with the following error: Data Collector Set was not found"

I've been looking all over and can't find anything on this. Any help is greatly appreciated! Thanks in advance :)

November 15th, 2012 11:42pm

Hi,

Considering this problem is related to Server Manager, we'll get a better chance asking for help in here:

Server Manager

http://social.technet.microsoft.com/Forums/en/winservermanager/threads

Niko

Free Windows Admin Tool Kit Click here and download it now
November 19th, 2012 5:25am

Any solution for this yet?
January 5th, 2013 12:52am

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
Free Windows Admin Tool Kit Click here and download it now
January 26th, 2013 10:49pm

I had the same issue, I did the steps above. Fixed.

Just remember to use the elevated command, "Run as Administrator" for power shell is how I did it.

:)

May 7th, 2013 6:41pm

Good one!

If this doesn't help for any reason, please follow the link to manually rebuild Performance Counter Library values.

##http://support.microsoft.com/kb/300956/en-us



  • Edited by Dusty_ Monday, August 26, 2013 6:26 PM
Free Windows Admin Tool Kit Click here and download it now
August 26th, 2013 6:19pm

I already Ran logman export -n "Server Manager Performance Monitor" -xml SMPM.xml with successfully completed, but when I run logman import -n "Server Manager Performance Monitor" -xml SMPM.xml on the computer where the Data Collector Set was deleted, The message show unspecified error, while I already edit and remove the entire <Security>DSIDs</Security>.

Note: I do on Windows Server 2012 R2.

Please Kindly help me..!!


August 15th, 2015 11:19pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics