Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING CcmSetup failed with error code 0x87d00280

  • Thread starter Thread starter Thanh
  • Start date Start date
  • Replies Replies 2
  • Views Views 6K

Thanh

New Member
Messages
2
Reaction score
0
Points
1
Hi everyone,

I'm having problems with SCCM:
1. Client agent has installed (ccmsetup.exe) but the status does not change.
Please see attached log file.





2. Tried to add a computer to custom device collection but it seems doesn't work either.





3. Cannot deploy any software/package.

SCCM Server: Windows 2012 R2, SCCM 2012 SP2, console/site version 5.0.823.1000.
Client: Windows 10 Version 10.0.14393

Any help would be appreciated.

Thank you very much.

Thanh
 

Attachments

Last edited:
"Client agent has installed (ccmsetup.exe) but the status does not change" - That doesn't mean the client agent has been installed. From the log file that you attached, i see this error -

GetSSLCertificateContext failed with error 0x87d00280 ccmsetup 8/23/2017 1:30:11 PM 3848 (0x0F08)
GetHttpRequestObjects failed for verb: 'GET', url: 'HTTPS://sccm.testdc/CCM_Client/ccmsetup.cab' ccmsetup 8/23/2017 1:30:11 PM 3848 (0x0F08)
DownloadFileByWinHTTP failed with error 0x87d00280 ccmsetup 8/23/2017 1:30:11 PM 3848 (0x0F08)
CcmSetup failed with error code 0x87d00280 ccmsetup 8/23/2017 1:30:11 PM 3888 (0x0F30)



Are the boundaries, boundary groups in place ?. You are using HTTPS, in that case is PKI configured ? - https://prajwaldesai.com/community/...ith-error-0x87d00280-on-ccmsetup-log-file.73/
 
Hi Prajwal,

Thanks for your reply.
I turned off HTTPS, check Boundaries and Boundary Group.

Now I'm getting different error message from log file.
Code:
<![LOG[Ccmsetup is being restarted due to an administrative action. Installation files will be reset and downloaded again.]LOG]!><time="14:04:47.069-600" date="08-24-2017" component="ccmsetup" context="" type="1" thread="22612" file="ccmsetup.cpp:2134">
<![LOG[No MPs were specified from commandline or the mobileclient.tcf.]LOG]!><time="14:04:47.069-600" date="08-24-2017" component="ccmsetup" context="" type="1" thread="22612" file="ccmsetup.cpp:10028">
<![LOG[Downloading file ccmsetup.cab]LOG]!><time="14:04:47.069-600" date="08-24-2017" component="ccmsetup" context="" type="1" thread="22612" file="ccmsetup.cpp:5827">
<![LOG[Determining source location...]LOG]!><time="14:04:47.069-600" date="08-24-2017" component="ccmsetup" context="" type="1" thread="22612" file="ccmsetup.cpp:5678">
<![LOG[Source \\sccm.testdc\SMSClient is inaccessible (58)]LOG]!><time="14:05:14.680-600" date="08-24-2017" component="ccmsetup" context="" type="2" thread="22612" file="ccmsetup.cpp:5613">
<![LOG[Source \\sccm.testdc\SMSClient is inaccessible (53)]LOG]!><time="14:05:14.680-600" date="08-24-2017" component="ccmsetup" context="" type="2" thread="22612" file="ccmsetup.cpp:5613">
<![LOG[Failed to find accessible source. Waiting for retry.]LOG]!><time="14:05:14.680-600" date="08-24-2017" component="ccmsetup" context="" type="2" thread="22612" file="ccmsetup.cpp:5742">
<![LOG[Next retry in 10 minute(s)...]LOG]!><time="14:05:14.680-600" date="08-24-2017" component="ccmsetup" context="" type="0" thread="22612" file="ccmsetup.cpp:8999">
Please see attached log and help me out.

Thank you very much.
 

Attachments

Back
Top