Today I struggled with one of 160 Windows 7 Clients I installed the SCCM-Client through push installation.
On this one machine ccmsetup.log was showing
“ BITS job creation failed with 80200014. Unable to check BITS version ccmsetup 07.08.2013 16:45:25 4420 (0x1144) “
After searching a while and trying to repair BITS, setting registry keys etc. the finally working tipp came from this Technet thread:
Try installing ccmsetup manually with the parameter /BITSpriority:low:
ccmsetup.exe /BITSpriority:low
This finally did the trick in my case.