SCCM 0x80200014 CcmSetup failed with error code.
Looking at ccmsetup.log file showed some proper hints to fix this issue.
BITS job creation failed with 80200014. Unable to check BITS version ccmsetup.
This operating system does not contain the correct version of BITS. BITS 2.5 or later is required.
Failed to open to WMI namespace '\\.\root\ccm' (80041002)
Failed to get client version for sending state messages. Error 0x80041002 ccmsetup.
Params to send '5.0.8239.1502 Deployment This operating system does not contain the correct version of BITS. BITS 2.5 or later is required.'
A Fallback Status Point has not been specified and no client was installed. Message with STATEID='321' will not be sent.
Failed to send status 321. Error (87D00215)
CcmSetup failed with error code 0x80200014 ccmsetup
Perform the following steps.
- Note that BITS version 4.0 is included in Windows 7. Furthermore, if you find that BITS is not installed on the machine, install it first and then install the client agent.
- The second method that you can try is to install the client agent with the following command line. CCMSetup /mp:<mp name> /BITSPriority:LOW SMSSITECODE=<sitecode> FSP=<fsp name>. The bits priority specifies the download priority when client installation files are downloaded over an HTTP connection. The values can either be HIGH, LOW, FOREGROUND, or NORMAL.
Note: That second method worked fine. Installing client agent using /BITSPriority:LOW switch in the command did the trick. Using the command mentioned in the second step, the agent was installed successfully.