sccm client failed to send status 400. error (87d00215).

Thomas Faherty 151 Reputation points
2020-08-19T18:02:40.57+00:00

Hello,

I have one server that is having issues. No updates or server deployed apps are showing up in Software Center and no matter how many times I run the first to check ins the others do not show up. I think the client is not installing properly but uninstalling, disabling AV, and reinstalling, then rebooting, and enabling AV produced nothing different.

sccm client failed to send status 400. error (87d00215)

logs attached just rename from .txt

18874-ccmsetup.txt

18875-datatransferservice.txt

18876-policyagent.txt

Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
1,005 questions
0 comments No comments
{count} votes

7 answers

Sort by: Most helpful
  1. Amandayou-MSFT 11,051 Reputation points
    2020-08-20T03:20:57.37+00:00

    Hi,

    Thanks for posting in Q&A.

    We could check if the connection is normal between MP, DP and client by LocationServices.log and CcmMessaging.log.

    Besides, the port between client and SCCM could be configured, here is the article we could refer to:
    Ports used in Configuration Manager

    ---Please Accept answer if the reply is helpful---

    Best regards,
    Amanda You

    1 person found this answer helpful.
    0 comments No comments

  2. Thomas Faherty 151 Reputation points
    2020-08-21T18:12:29.947+00:00

    Both logs are perfectly clean no errors or warnings. Ports are good too. Location shows the AD site the machine is located at and Ccm shows it is pointed to our SCCM server.


  3. Thomas Faherty 151 Reputation points
    2020-08-26T19:10:55.93+00:00

    I keep trying to post a couple things from the client log but I keep getting access denied for some reason when I post.

    0 comments No comments

  4. Thomas Faherty 151 Reputation points
    2020-08-26T19:14:56.8+00:00

    Let me try just adding photos

    20626-pic1.png20627-pic2.png


  5. Thomas Faherty 151 Reputation points
    2020-09-03T17:09:30.477+00:00

    Is .Net required to be installed for the client to function properly?

    I found the following steps seemed to work on all but a few machine experiencing this\

    CMD ->

    C:\windows\ccmsetup\ccmsetup.exe /uninstall

    Wait for process to finish.

    Run ccmclean

    delete remaining folders and registry entry under HKLM Software Microsoft ccmsetup.exe

    CMD ->

    Xcopy /E /I "\<sccm server>\source\applications\client" "C:\users\<user name>\desktop\Client"

    CD "C:\users\<user name>\desktop\client\"

    ccmsetup.exe /source:"C:\users\<User Name>\desktop\client\" SMSSITECODE=SP2 SMSMP=<Server FQDN> FSP=<Server FQDN> DNSSUFFIX=US.SAGEPUB.ORG /mp:<Server FQDN /ForceInstall

    Launch task manger

    wait till the ccmsetup.exe process disappears

    CMD ->

    Start Control

    Search "manage" launch config manager control

    run the first two items under action tab. Wait about 20 minutes and it goes from a question mark in SCCM to a green check mark.

    However, this didn't work on all systems. so I am still searching.

    0 comments No comments