Tags


I am facing WMI namespace issues while installing SCCM 2012 client manually .Inside the client folder I run “ccmsetup.exe smssitecode=scm” (SCM is our Site code) ,I got the above error which is WMI namespace, after i research i got the solution.

WMI Namespace Errors In CCMSetup Log file

 In your SMS client systems CcmSetup.Log file in the CcmSetup directory you may see any one of the following errors or warnings:

 

* MSI: Setup was unable to create the WMI namespace CCM
The error code is 80041001

 

* MSI: Warning 25101. Setup was unable to delete WMI namespace CIMV2\SMS
The error code is 80041001

 

* Client installation has failed too many times. Ccmsetup will now abort.
 
* Installation failed with error code 1603
 
What this is basically telling you is that WMI is out to lunch and has been reported as AWOL. To resolve these log file issues you must delete or rename the machines WMI Repository and allow it to recreate itself.

 

Follow the steps below to accomplish this:

 

1. Stop the “Windows Management Instrumentation” service.

 

2. Rename the %WinDir%\System32\Wbem\Repository folder to ”Oldrepository”.

 

3. Restart the “Windows Management Instrumentation service”.

 

4. Verify that the %WinDir%\System32\Wbem\Repository folder has been recreated.