Error launching SQL Server configuration manager
-
Friday, December 07, 2012 1:42 AM
I have SQL 2008 R2. When I launch SQL Server Configuration manager, I hit the following error:
Cannot connect to WMI provider. You do not have permission or the server is unreachable. Note that you can only manage SQL server 2005 and later servers with SQL server configuration Manger. Invalid class [0x80041010]
I am not a SQL expert. so please explain the details to me how to fix it. THanks!!!!
All Replies
-
Friday, December 07, 2012 3:42 AM
Hi Yao,
It looks like you need to run the configuration manager setup again..HTH
Please mark as 'Answer', if the solution solves your problem.
- Edited by Stan210 Friday, December 07, 2012 3:43 AM
- Proposed As Answer by Rama UdayaMicrosoft Community Contributor Saturday, December 08, 2012 7:26 PM
- Marked As Answer by Allen Li - MSFTModerator Thursday, December 13, 2012 1:25 AM
-
Friday, December 07, 2012 10:53 AM
Recompile the mof file that should fix the issue.
Please try below command at command prompt to recompile.
mofcomp "C:\Program Files (x86)\Microsoft SQL Server\90\Shared\sqlmgmprovider.mof"Regards,
Manish
Please mark as 'Answer', if the solution solves your problem.

