Unable to connect to the WMI provider
Note that you can only use the SQL Server Configuration Manager to manage SQL Server 2005 servers. The specified module cannot be found. [0x8007007e]
Solution 1:
Check whether the system file framedyn. dll exists in system32 in windows. If the system file framedyn. dll is not copied to the wbem file in system32 to the system32 directory.
I went to the system32 directory to find the framedyn. dll file, and did not find it. Then I went to the system32 \ wbem directory, looked for framedyn. dll, and copied it to the system32 directory. Go to the Configuration Manager again.
Solution 2:
Run the "command prompt" (under the attachment) as an administrator and then run the following command
1) cd/d C: \ Program Files \ Microsoft SQL Server \ 90 \ Shared
2) mofcomp "C: \ Program Files \ Microsoft SQL Server \ 90 \ Shared \ sqlmgmproviderxpsp2up. mof"
If the following information is displayed, the operation is successful.
MOF file has been successfully parsed
Storing data in the repository...
Done!