Answered by:
SCCM 2012 Client - Manual Installation Error

Question
-
Hi,
I am trying to install SCCM client manually on few of the machines that have Windows 7 OS. The installation is failing with the below error:
Failed to get client version for sending messages to FSP. Error 0x8004100e
BITS job creation failed with 80200014. Unable to check BITS version
This Operating System does not contain the correct version of BITS. BITS 2.5 or later is required.
Failed to get client version for sending messages to FSP. Error 0x8004100e
But Windows 7 comes with BITS 4.0 version. Below is the command I ran to install the client:
CCMSetup.exe /mp:<MP name> /logon SMSSITECODE=<code> FSP=<FSP name>
I even tried running with BITS priority switch:
CCMSetup.exe /mp:<MP name> /logon /BITSPriority:LOW SMSSITECODE=<code> FSP=<FSP name>
Thank you!
NM
Wednesday, July 23, 2014 12:11 AM
Answers
-
That doesn't mean you are running with a local admin account or that UAC is not removing the admin privileges. If you are using a command-line or PowerShell, make sure that you are n fact logged in with an account that has local admin privileges and that you run the command prompt or PowerShell elevated.
Jason | http://blog.configmgrftw.com
- Marked as answer by Joyce L Wednesday, July 30, 2014 10:12 AM
Wednesday, July 23, 2014 5:29 PM
All replies
-
Are you running the ccmsetup command as a local admin?
Jason | http://blog.configmgrftw.com
Wednesday, July 23, 2014 1:52 AM -
Hi Jason,
i am the domain admin and i do have admin access to those machines.
NM
Wednesday, July 23, 2014 5:11 PM -
That doesn't mean you are running with a local admin account or that UAC is not removing the admin privileges. If you are using a command-line or PowerShell, make sure that you are n fact logged in with an account that has local admin privileges and that you run the command prompt or PowerShell elevated.
Jason | http://blog.configmgrftw.com
- Marked as answer by Joyce L Wednesday, July 30, 2014 10:12 AM
Wednesday, July 23, 2014 5:29 PM -
Try installing ccmsetup manually with the parameter /BITSpriority:low:
ccmsetup.exe /BITSpriority:low
http://teacheritblog.wordpress.com/2013/08/07/configmgr-client-install-bits-error-on-windows-7-sccm/
http://social.technet.microsoft.com/Forums/en-US/2db264c9-1769-4f6b-bb77-5dcf1106fd18/sccm-2012-agent-installation-using-orchestrator
Regards, Ibrahim Hamdy
Thursday, July 24, 2014 3:06 PM