由于计算机 *** Error:2147749890 (0x80041002) 上的 WMI 配置,无法执行 SQL Server 系统配置检查器。 各位高手,这个问题怎么解决呀?火急,先谢谢大家帮我看哈哦。

解决方案 »

  1.   

    This error can occur when WMI cannot read the registry or if WMI has been corrupted on the machine. The recommended fix is to try this procedure: Start|Run|Command 
    type Mofcomp.exe %windir%\system32\wbem\cimwin32.mof and press enter. 
    type Regsvr32 wbemupgd.dll and press enter. 
    type regsvr32 wbemsvc.dll and press enter. If all that works, try running the SQL Server 2005 setup again.
      

  2.   

    这两个脚本 type Regsvr32 wbemupgd.dll and press enter. 
               type regsvr32 wbemsvc.dll and press enter. 
    执行不成功。
    补充一下,我机器为Windows 2000,安装有sql2000了,
      

  3.   

    http://blog.csdn.net/cyz1980/archive/2006/03/03/614879.aspx
    随便搜的
      

  4.   

    参考一下这个:http://www.microsoft.com/china/technet/community/scriptcenter/topics/help/wmi.mspx
      

  5.   

    你的系统是服务器版本吗?sql server2005企业版只支持服务器版!