I tried to open up the configuration manager but the following error showed up instead of the configuration manager mmc.
The error was “Cannot connect to WMI provider. You do not have permission or the server is unreachable. Note that you can only manager SQL Server 2005 or later servers with SQL Server Configuration Manager. Invalid class [0X80041010]”.
I followed the steps exactly as mentioned in the above blog post and it worked perfectly for SQL Server 2008 too. Here are the steps:
- Open up command prompt using elevated privileges (Vista, Windows 7, Windows Server 2008) or normally in Windows XP or Windows 2003.
- Navigate to the folder c:\Program Files (x86)\Microsoft SQL Server\100\Shared
- Run the following command: mofcomp.exe "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof" (or just “mofcomp.exe sqlmgmproviderxpsp2up.mof” )
- You should see a similar output in your command prompt:
Parsing MOF file: C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mofMOF file has been successfully parsedStoring data in the repository…Done!
No comments:
Post a Comment