FubsyGamer Posted December 14, 2016 Report post Posted December 14, 2016 [RESOLVED, SEE POST BELOW] Hello, I am having an issue manually installing the SCCM Client on a handful of workstations. I have it pushing out via GPO, as well as installing during my PXE task sequence. The GPO worked for about 90% of the workstations in my environment, but it didn't for a handful, so I decided to just go do it manually on those workstations. It worked for me perfectly on the first one I tried. However, every one after that, it will not install. Please see my attached log files to see if you can help me out. I get the same errors at the bottom of each one. This is an excerpt from the bottom of the log: <![LOG[Failed to download client files by BITS. Error 0x800704dd]LOG]!><time="09:26:52.580+480" date="12-14-2016" component="ccmsetup" context="" type="3" thread="192" file="ccmsetup.cpp:6814"> <![LOG[Failed to get client version for sending state messages. Error 0x8004100e]LOG]!><time="09:26:52.580+480" date="12-14-2016" component="ccmsetup" context="" type="2" thread="192" file="state.cpp:171"> <![LOG[Params to send '5.0.8412.1004 Deployment Error 0x800704dd. Path http://cbsCM01.cb.local/SMS_DP_SMSPKG$/CBS00002']LOG]!><time="09:26:52.580+480" date="12-14-2016" component="ccmsetup" context="" type="0" thread="192" file="state.cpp:208"> <![LOG[A Fallback Status Point has not been specified and no client was installed. Message with STATEID='309' will not be sent.]LOG]!><time="09:26:52.580+480" date="12-14-2016" component="ccmsetup" context="" type="1" thread="192" file="state.cpp:222"> <![LOG[Failed to send status 309. Error (87D00215)]LOG]!><time="09:26:52.580+480" date="12-14-2016" component="ccmsetup" context="" type="3" thread="192" file="state.cpp:235"> <![LOG[Failed to download from DP 'http://cbsCM01.cb.local/SMS_DP_SMSPKG$/CBS00002', error 0x800704dd.]LOG]!><time="09:26:52.580+480" date="12-14-2016" component="ccmsetup" context="" type="2" thread="192" file="ccmsetup.cpp:1388"> <![LOG[Enumerated all 1 DP locations but none of them is good. Fallback to MP.]LOG]!><time="09:26:52.580+480" date="12-14-2016" component="ccmsetup" context="" type="2" thread="192" file="ccmsetup.cpp:11481"> <![LOG[Cost settings successfully set on '{E2CD69D0-4F42-4D47-BE77-0D7E1D24EF81}'.]LOG]!><time="09:26:52.580+480" date="12-14-2016" component="ccmsetup" context="" type="0" thread="192" file="ccmutillib.cpp:5781"> <![LOG[Using branch cache option.]LOG]!><time="09:26:52.580+480" date="12-14-2016" component="ccmsetup" context="" type="1" thread="192" file="ccmsetup.cpp:6639"> <![LOG[Adding file 'HTTP://cbsCM01:80/CCM_Client/i386/vcredist_x86.exe' to BITS job, saving as 'C:\Windows\ccmsetup\vcredist_x86.exe'.]LOG]!><time="09:26:52.580+480" date="12-14-2016" component="ccmsetup" context="" type="1" thread="192" file="ccmsetup.cpp:6670"> <![LOG[Failed to download client files by BITS. Error 0x800704dd]LOG]!><time="09:26:52.580+480" date="12-14-2016" component="ccmsetup" context="" type="3" thread="192" file="ccmsetup.cpp:6814"> <![LOG[Failed to connect to policy namespace. Error 0x8004100e]LOG]!><time="09:26:52.580+480" date="12-14-2016" component="ccmsetup" context="" type="3" thread="192" file="localpolicy.cpp:367"> <![LOG[Failed to revoke client upgrade local policy. Error 0x8004100e]LOG]!><time="09:26:52.580+480" date="12-14-2016" component="ccmsetup" context="" type="3" thread="192" file="localpolicy.cpp:394"> <![LOG[Deleted file C:\Windows\ccmsetup\ccmsetup.xml]LOG]!><time="09:26:52.580+480" date="12-14-2016" component="ccmsetup" context="" type="1" thread="192" file="ccmsetup.cpp:9772"> <![LOG[CcmSetup failed with error code 0x800704dd]LOG]!><time="09:26:52.580+480" date="12-14-2016" component="ccmsetup" context="" type="1" thread="192" file="ccmsetup.cpp:10927"> I worked with my network engineer, who tells me the workstations have full access to this server. I even tried putting a workstation on the same VLAN as the server, and still get the same error. Timeline is: 0. The GPO for Client deployment worked for ~90% of the workstations in my environment. 1. I try to manually install the client on my own workstation. It works without a problem. 2. I try to manually install the client on another workstation where it is missing. I get the error as shown in the log below. 3. I try 3 other workstations that don't have the client, they all give the same error as the 'FAILED' log 4. I move the workstation to the same VLAN as the SCCM server, and still get the same error Any assistance would be greatly appreciated. FAILED-ccmsetup.log SUCCESS-ccmsetup.log Quote Share this post Link to post Share on other sites More sharing options...
FubsyGamer Posted December 15, 2016 Report post Posted December 15, 2016 I ended up getting this resolved. I re-added the MP and DP, and then changed the command I run to this, based on the website below: ccmsetup.exe CCMHTTPPORT=80 SMSMP=sccmserver SMSSLP=sccmserver SMSSITECODE=XXX SMSCACHESIZE=1000 http://www.myitforum.com/forums/m225419-print.aspx Quote Share this post Link to post Share on other sites More sharing options...