Cannot start pushed SCCM agents, and they do not report back

Thomas Simon 61 Reputation points
2021-02-01T00:42:36.35+00:00

I have set up Configuration Manager by the book. I had to integrate it with an existing WSUS and SQL Server.

I have not been able to successfully push the agent to the two workstations that I tried. Oddly, one workstation installed a little better than the other one, but neither is fully installed and showing as green.

I have tweaked just about everything I can think of, and I have poured through endless articles and forums. I would greatly appreciate some help.

There are no errors in the MPcontrol.log. The workstation logs have these errors:

LocationServices.log:
[CCMTPP] AsyncCallback() WINHTTP_CALLBACK_STATUS_SECURE_FAILURE Encountered
[CCMTPP] AsyncCallback() WINHTTP_CALLBACK_STATUS_FLAG_CERT_CN_INVALID is set
Failed in WinHttpSendRequest API, ErrorCode = 0x2f8f
Successfully queued event on HTTP/HTTPS failure for server MACHINENAME
Failed to send management point list Location Request Message to MACHINENAME

ClientIDManagerStartup.log:
RegTask: Failed to send registration request message. Error 0x87d00231

CCMmessaging.log:
[CCMTPP] AsyncCallback() WINHTTP_CALLBACK_STATUS_SECURE_FAILURE Encountered
[CCMTPP] AsyncCallback() WINHTTP_CALLBACK_STATUS_FLAG_CERT_CN_INVALID is set
Failed in WinHttpSendRequest API, ErrorCode = 0x2f8f
Post to https://MACHINENAME/ccm_system/request failed with 0x87d00231
Failed to WMI namespace \.root\ccm (80041003)

CCMSetup.log:
[CCMTPP] AsyncCallback() WINHTTP_CALLBACK_STATUS_SECURE_FAILURE Encountered
[CCMTPP] AsyncCallback() WINHTTP_CALLBACK_STATUS_FLAG_CERT_CN_INVALID is set
Failed to submit event to the Status Agent. Attempting to create pending event.
Failed in WinHttpSendRequest API, ErrorCode = 0x2f8f
Failed (0x80072f8f) to send location request to ‘MACHINENAME’. StatusCode 200, StatusText”
Failed to send location message to 'https://MACHINENAME.' Status text ''
GetDPLocations failed with error '0x80072f8f
Failed to get DP locations as the expected version from MP ‘HTTPS://MACHINENAME’. Error 0x80072f8f

Also, I cannot get any WSUS updates to show up, but that might be an unrelated issue.

Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. Pavel yannara Mirochnitchenko 13,341 Reputation points MVP
    2021-02-01T07:43:47.087+00:00

    When navigating to these adresses, you should be able to access the IIS site. If you get 403, something is wrong:

    http://<ServerName.FQDN>/sms_mp/.sms_aut?mplist

    http://<ServerName.FQDN>/sms_mp/.sms_aut?mpcert

    Did you set up the site server to https only on purpose? It then will require full PKI setup. If not, change the site settings and MP to http or https.

    1 person found this answer helpful.

  2. Carlos de Souza Jr 76 Reputation points
    2021-02-01T01:32:53.17+00:00

    Based on the logs, the client is not able to communicate with Management Server MP, problaly is not able to discover, did add the inforamtion on the AD severs? if not you can try passing the command line to intall the agent with those paramentres.

    ccmsetup.exe /mp:SCCMSERVER /logon SMSSITECODE="site leters"

    https://learn.microsoft.com/en-us/mem/configmgr/core/clients/deploy/about-client-installation-properties

    You can check if the MP is responding whit those URLs:

    · http://<ServerName.FQDN>/sms_mp/.sms_aut?mplist

    · http://<ServerName.FQDN>/sms_mp/.sms_aut?mpcert

    · http://<ServerName.FQDN>/sms_mp/.sms_aut?MPKEYINFORMATION


  3. Fiona Yan-MSFT 2,311 Reputation points
    2021-02-01T07:37:57.477+00:00

    @Thomas Simon

    WINHTTP_CALLBACK_STATUS_FLAG_CERT_CN_INVALID. Failed to get DP locations as the expected version from MP.

    1.Have we used the environment with https? If so, please check if the SSL certificate common name (host name field) is correct and the hostname the client is connecting to is matched with the certificate's subject or subject alternate name. It is recommended that we could check the certificate and use the FQDN of the server in the Common Name section.
    For more details, please take a look at this blog.

    I have not been able to successfully push the agent to the two workstations that I tried.

    2.Could we know if any other clients are pushed successfully in this environment?

    Have a good day!


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  4. Thomas Simon 61 Reputation points
    2021-02-01T14:15:12.823+00:00

    Update: I reverted to HTTP on all roles, and clients started reporting. Then I turned HTTPS back on for the MP only, and all clients went offline. The only error in MPcontrol.log is "Call to HttpSendRequestSync failed for port 443 with status code 401, text: Unauthorized"


  5. Thomas Simon 61 Reputation points
    2021-02-01T14:23:04.67+00:00

    Getting this error in CcmMessaging.log on client:
    Client doesn’t have PKI issued cert and cannot get CCM access token. Error 0x8000ffff

    I have confirmed that the client indeed has a certificate issued from the CA


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.