Fixing Ccmsetup Error Code 0x80080005. If you’re trying to install the System Center Configuration Manager (SCCM) client and encountering the Ccmsetup error code 0x80080005, it could be due to an issue with the Microsoft Background Intelligent Transfer Service (BITS) version 2.5 or later.
The BITS service is responsible for transferring files between machines on a network. It’s a vital component for the SCCM client installation process, as it’s used to download client installation files from the management point.
To resolve the Ccmsetup error code 0x80080005, you’ll need to ensure that BITS is installed and running on the client machine before attempting to install the SCCM client. Here’s how:
Step 1: Check BITS version
Firstly, check the version of BITS installed on the client machine by following these steps:
- Open the Command Prompt as an administrator.
- Type “bitsadmin /util /version” and hit Enter.
If the version of BITS is lower than 2.5, it needs to be updated to the latest version.
Step 2: Install BITS 2.5 or later
To install the latest version of BITS on the client machine, follow these steps:
- Download the BITS 2.5 redistributable package from the Microsoft Download Center.
- Double-click the downloaded file to extract its contents.
- Open the extracted folder and run the “bitsadmin.exe” file to install BITS 2.5 or later.
Step 3: Verify BITS installation
After installing BITS 2.5 or later, verify that it’s installed correctly and running by following these steps:
- Open the Services app by typing “services.msc” in the Start menu search bar and hitting Enter.
- Locate the “Background Intelligent Transfer Service” in the list of services.
- Check that the “Startup Type” is set to “Automatic” and that the “Service Status” is “Running”.
- If the service isn’t running, right-click it and select “Start” from the context menu.
Step 4: Reattempt SCCM client installation
After verifying that BITS is installed and running, attempt to install the SCCM client again. The Ccmsetup error code 0x80080005 should no longer occur, and the client installation should proceed successfully.
In conclusion, if you encounter the Ccmsetup error code 0x80080005 while installing the SCCM client, it’s likely due to an issue with BITS. By following the steps outlined above, you can ensure that BITS is installed and running cor