积极答复者
SMS2003客户端软件安装失败

问题
答案
全部回复
-
CCM 客户端安装会链接 WMI,创建自己的命名空间和WMI类。
应该是WMI 坏了,或者 WMI 服务被禁用了。
如果没有禁用,看下面的链接 WMIdiag.vbs 是MS出的WMI诊断工具。
下载: 解压后,其中有详细的使用手册。 WMI可能出现的问题很多,虽然不是很常见,相应的有很多参数和步骤来处理这些问题,没有简单的傻瓜操作,只能看完文档再操作。
http://www.microsoft.com/technet/scriptcenter/topics/help/wmidiag.mspx 脚本中心有比较大致的描述
http://myitforum.com/cs2/blogs/socal/archive/2007/08/22/troubleshooting-wmi-with-wmidiag.aspx 看网页名字就知道干什么的。
-
我用wmidiag这个软件得出的报告错误是:
.1575 15:52:26 (1) !! ERROR: WMI MONIKER CONNECTION errors occured for the following namespaces: .......................................... 1 ERROR(S)!
.1576 15:52:26 (0) ** - Root, 0x46 - .
.1577 15:52:26 (0) **
.1578 15:52:26 (1) !! ERROR: WMI CONNECTION errors occured for the following namespaces: .................................................. 5 ERROR(S)!
.1579 15:52:26 (0) ** - Root, 0x80070005 - .
.1580 15:52:26 (0) ** - Root, 0x80070005 - .
.1581 15:52:26 (0) ** - Root/Default, 0x80070005 - .
.1582 15:52:26 (0) ** - Root/CIMv2, 0x80070005 - .
.1583 15:52:26 (0) ** - Root/WMI, 0x80070005 - ..1599 15:52:26 (0) ** 1 error(s) 0x46 - (WBEM_UNKNOWN) This error code is external to WMI.
.1600 15:52:26 (0) **
.1601 15:52:26 (0) ** 5 error(s) 0x80070005 - (WBEM_UNKNOWN) This error code is external to WMI.
.1602 15:52:26 (0) ** => This error is not a WMI error. It is typically due to:
.1603 15:52:26 (0) ** - The DCOM security modifications.
.1604 15:52:26 (0) ** => Ensure that DCOM security configuration settings are not modified.
.1605 15:52:26 (0) ** - The user running WMIDiag has not enough privileges or rights to issue requests
.1606 15:52:26 (0) ** against software components exposing information through WMI.
.1607 15:52:26 (0) ** => Ensure that no third party applications installing additional WMI providers have
.1608 15:52:26 (0) ** specific security requirements (i.e. group membership, privileges, etc ...)
.1609 15:52:26 (0) ** - The 'Impersonate Client after authentication' Local Policy is disabled or the
.1610 15:52:26 (0) ** 'SERVICE' account has been removed from that Local Policy.
.1611 15:52:26 (0) ** => You must add the 'SERVICE' account to the 'Impersonate Client after authentication'
.1612 15:52:26 (0) ** Local Policy in the 'Local Policies/User Right Assignments' MMC snap-in (GPEDIT.MSC).
.1613 15:52:26 (0) ** By default, this Local Policy includes the 'SERVICE' account.
.1614 15:52:26 (0) **
.1615 15:52:26 (0) ** => Errors starting with 0x8007 are Win32 errors, NOT WMI errors. More information can be found
.1616 15:52:26 (0) ** with the 'NET.EXE HELPMSG <dddd>' command, where <dddd> is the last four hex digits (0x0005)
.1617 15:52:26 (0) ** converted in decimal (5).
.1618 15:52:26 (0) ** - NET HELPMSG 5
.1619 15:52:26 (0) **service那个地方我也检查过了,发布的时候用的是域管理员身份来发布的客户端 应该不会存在权限问题。
使用 NET HELPMSG 5 得到的拒绝访问
请问这些报错应该如何处理?
发现我打开wmi空间属性的时候 提示未能连接到本地计算机 原因是 win32:拒绝访问
-
至少知道WMI 的权限设置是一个问题,WMI本身是否有问题还不知道。
控制面板 --> 计算机管理 --> WMI control --> 右键点击--> 属性 --> security. 找一台新安装的干净的机器,对比一下这几个命令空间的安全设置。
Root, 0x80070005 - .
.1580 15:52:26 (0) ** - Root, 0x80070005 - .
.1581 15:52:26 (0) ** - Root/Default, 0x80070005 - .
.1582 15:52:26 (0) ** - Root/CIMv2, 0x80070005 - .
.1583 15:52:26 (0) ** - Root/WMI, 0x80070005 -一般都是某些应用软件,或者部分补丁修改了WMI的权限设置,不过一般不可能把root ,default ,CIMv2, WMI 这几个都改了。 看你的错误提示,是因为local policy 被改的不正确造成的吧?