sql-server-2008 – 如何解决MSSQL 2008安装错误,“MOF编译器无法与WMI服务器连接”?

可能与以下内容有关:

> SQL Server 2008 Install fails error reading etwcls.mof

从我的系统manually removing MSSQL 2008之后(卸载无法删除两个实例),我在尝试重新安装时收到以下错误

The MOF compiler Could not connect
with the WMI server. This is either
because of a semantic error such as an
incompatibility with the existing WMI
repository or an actual error such as
the failure of the WMI server to
start.

似乎mofcomp失败了一个.mof文件,但我不确定是哪个,或为什么.挖掘connect article给出了一些迹象,但没有解决方案.我运行了winmgmt / salvagerepository,它返回“WMI存储库是一致的”.

目前,我无法安装MSsql 2008.请帮忙!

解决方法

我遇到了同样的问题并修复如下:

我从http://support.microsoft.com/kb/2438651下载了便携式(在没有安装的任何基于窗口的计算机上可执行)“程序安装和卸载故障排除程序”(Windows Installer清理实用程序的替代)并执行了Fixit.exe.重复了名为“修复无法安装或卸载的程序的问题”的选项,以卸载sql Server 2008注册表项.之后,我安装了成功完成的sql Server 2008.

相关文章

SELECT a.*,b.dp_name,c.pa_name,fm_name=(CASE WHEN a.fm_n...
if not exists(select name from syscolumns where name=&am...
select a.*,pano=a.pa_no,b.pa_name,f.dp_name,e.fw_state_n...
要在 SQL Server 2019 中设置定时自动重启,可以使用 Window...
您收到的错误消息表明数据库 'EastRiver' 的...
首先我需要查询出需要使用SQL Server Profiler跟踪的数据库标...