Sql Server 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 servers with SQL Server Configuration Manager. The specified module could not be found. [0x8007007e]
Solution :
Start ==> Run => Type below command
mofcomp "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\ sqlmgmproviderxpsp2up.mof"
Thanks