Sunday, September 2, 2012

ISSUE#0001:0x80041003&0x80041010 Cannot connect to WMI provider.You do not have permission or the server is unreachable.

I got an error when I want to open my SQL Server 2008 R2 Configuration Manager. Just few month ago I upgraded my SQL Server 2008 R2 to SQL Server 2012, I am not sure if this operation impacted it.

 
Error Information

"Cannot connect to WMI provider.You do not have permission or the server is unreachable.Not that you can only manage SQL Server 2005 and later servers with SQL Server Configuration Manager.Invalid class [0x80041010]".

Find a solution by Google..

1. Find the *.mof file under your SQL Server 100(Version 2008) or 110(Version 2012)
2. Use command "mofcomp"...


But I got another error:
An error occurred while processing item 1.... Error Number: 0x80041003, Facility: WMI Description: Access denied Compiler returned error 0x80041003

Googling it..and find the reason that I didn't run this cmd as Administrator role, so correct it..

Right click cmd.exe and Run as administrator

 
 
Again..


Done!!!

Now I can open my SQL Server Configuration Manager successfully.

When I tried to open my SQL Server 2012 Configuration Manager, I saw the same error, then I just followed the above steps and solved the problems.

1 comment:

  1. This was very helpful. Change screenshot path designation to SQL 2012, it worked, thank you!

    ReplyDelete