Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WMI [CWmi::Connect(): ConnectServer(Namespace) failed. - 0x80070057]

Status
Not open for further replies.

sirlojik

Programmer
Mar 29, 2005
178
UG
hi all
i get this message in the ccm.log file when i try a client push installation using System Center Configuration Manager 2007. is there anyone out there who can help me understand why this happens and what the remedies are. I need to get this working as i have got theory knowledge bt im failing practically.

Code:
---> Searching for SMSClientInstall.* under '\\c2.topdog.net\admin$\'    SMS_CLIENT_CONFIG_MANAGER    3/24/2009 9:57:45 AM    1848 (0x0738)
CWmi::Connect(): ConnectServer(Namespace) failed. - 0x80070057    SMS_CLIENT_CONFIG_MANAGER    3/24/2009 9:57:45 AM    1848 (0x0738)
---> Unable to connect to WMI on remote machine "C2", error = 0x80070057.    SMS_CLIENT_CONFIG_MANAGER    3/24/2009 9:57:45 AM    1848 (0x0738)
---> Deleting SMS Client Install Lock File '\\c2.topdog.net\admin$\SMSClientInstall.TDS'    SMS_CLIENT_CONFIG_MANAGER    3/24/2009 9:57:45 AM    1848 (0x0738)
 
ok, im doing some research and i have found a handy utility. im still in the process of fixing WMI. ill give u response if it works.

google WMI Diagnosis Tool or wmidiag tool
 
well, i ran wmidiag and this was the last error snippets it gave me.

i know the right has been removed but how do i add it? once ive added the right i can set the appropriate security descriptor. also i have a funny feeling this won't solve my SCCM client push fail issue. but ill give it a go anyway.

please are there any gurus up for deciphering it for me.

Code:
59457 16:40:49 (0) ** WMI namespace security for 'ROOT/SERVICEMODEL': ..................................................................... MODIFIED.
59458 16:40:49 (1) !! ERROR: Actual trustee 'NT AUTHORITY\LOCAL SERVICE' DOES NOT match corresponding expected trustee rights (Actual->Default)
59459 16:40:49 (0) **        - ACTUAL ACE:
59460 16:40:49 (0) **          ACEType:  &h0
59461 16:40:49 (0) **                    ACCESS_ALLOWED_ACE_TYPE
59462 16:40:49 (0) **          ACEFlags: &h2
59463 16:40:49 (0) **                    CONTAINER_INHERIT_ACE
59464 16:40:49 (0) **          ACEMask:  &h1
59465 16:40:49 (0) **                    WBEM_ENABLE
59466 16:40:49 (0) **        - EXPECTED ACE:
59467 16:40:49 (0) **          ACEType:  &h0
59468 16:40:49 (0) **                    ACCESS_ALLOWED_ACE_TYPE
59469 16:40:49 (0) **          ACEFlags: &h12
59470 16:40:49 (0) **                    CONTAINER_INHERIT_ACE
59471 16:40:49 (0) **                    INHERITED_ACE
59472 16:40:49 (0) **          ACEMask:  &h13
59473 16:40:49 (0) **                    WBEM_ENABLE
59474 16:40:49 (0) **                    WBEM_METHOD_EXECUTE
59475 16:40:49 (0) **                    WBEM_WRITE_PROVIDER
59476 16:40:49 (0) ** 
59477 16:40:49 (0) ** => The actual ACE has the right(s) '&h12 WBEM_METHOD_EXECUTE WBEM_WRITE_PROVIDER' removed!
59478 16:40:49 (0) **    This will cause some operations to fail!
59479 16:40:49 (0) **    It is possible to fix this issue by editing the security descriptor and adding the removed right.
59480 16:40:49 (0) **    For WMI namespaces, this can be done with 'WMIMGMT.MSC'.
59481 16:40:49 (0) ** Note: WMIDiag has no specific knowledge of this WMI namespace.
59482 16:40:49 (0) **       The security diagnostic is based on the WMI namespace expected defaults.
59483 16:40:49 (0) **       A specific WMI application can always require a security setup different
59484 16:40:49 (0) **       than the WMI security defaults.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top