when installing SQL Server 2005, I get this error. Can anyone tell me how to sort this out?
Thanks,
Optician
- Performance Monitor Counter Requirement (Error)
Messages
Performance Monitor Counter Requirement The System Configuration Check for Performance Monitor counter registry value has failed. For details, see How to: Increment the Counter Registry Key for Setup in SQL Server 2005, in the readme file or in SQL Server Books Online.
This solution addresses (from here) your problem:
This error seams to be related to the Setup Configuration Checker (SCC) in Microsoft SQL Server Setup which verifies the value of the counter registry key before SQL Server installation begins.
Have you checked a google search on this error? (The System Configuration Check for Performance Monitor counter registry value has failed.)
Article One
Article Two
I note that the articles specify having to use Regedt32 to allow the fixes to work.