The following error dialog pops up when I tried connecting to SQL Server Configuration Manager on my SQL Server 2012 production server:
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 Manager. Invalid class [0x800700c1]
I've executed the following mofcomp
command in command prompt to re-register the *.mof
files:
mofcomp.exe "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof"
The command was executed successfully, but I still have the same problem !
Thanks