Sometime while connecting to MSSQL Server Configuration Manager it throws following Error
Cannot Connect to WMI Provider. You do not have permissions of the server is unreachable. Note that you can only manage SQL Server 2005 servers with the SQL Server Configuration Manager.
Invalid namespace[0x8004100e]

I have searched on Google and found that it happens when 32bit MSSSQL application is installed on 64bit Server and they suggested to execute the following command to fix the issue.
mofcomp "%programfiles%Microsoft SQL Server90Sharedsqlmgmproviderxpsp2up.mof"
MOF files are appropriate for static management data or dynamic management data. Static data includes details such as the computer user’s phone number, office number, and name. Dynamic data includes details such as Microsoft SQL Server(tm) database sizes and applications installed with Windows Installer.
Related posts:



Milind Koyande is the Senior Research Engineer and his job is to work with new technologies, specially Cloud Computing / Virtualization Technology. His past projects include Government Sector initiatives, Backup and Disaster Recovery Solutions. Follow him on 




Jackell
on Nov 29th, 2009
@ 10:43 pm:
Thanks…
This worked like charm :)
Saved my lots of time …
admin
on Nov 30th, 2009
@ 12:13 am:
You are most welcome :)