Error 0x87D00269 when installing application

Bojan Dzaja 21 Reputation points
2020-12-15T11:28:58.887+00:00

We are having issues with the deployment of apps installations during a Build and Capture TS in my SCCM CB 2006 environment. Packages are installing correctly. Otherwise, during the OS reinstallation TSs (when the computer is domain joined) the same applications installing correctly.

It began when we configured Cloud Management Gateway on SCCM primary site.

In TS monitoring status, TS fails with error 0x87d00269
In smsts.log file appears these errors:
socket 'connect' failed; 8007274d
Failed to connect to Management Point :80
connect (sock, (struct sockaddr *) &SockAddrIn, sizeof (struct sockaddr_in)) == 0, HRESULT=8007274d (..\libsmsmessaging.cpp,897)
socket 'connect' failed; 8007274d
Failed to connect to Management Point :443
Failed to run the last action: Install Applications. Result -2016411031. Execution of task sequence failed.
Task sequence execution failed with error code 80004005

Lately we have configured Cloud Management Gateway and it works fine. While the computers are not Azure AD joined, we had to configure HTTPS on Mangement Point. PKI client certificates are used. Before that HTTP was configured on MP. On DPs are still configured HTTP.

We checked during client installation SMSMP property is used correctly.

48372-smsts1.png48365-smsts2a.png

48336-ts-osd1.png

Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
914 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Jason Sandys 31,176 Reputation points Microsoft Employee
    2020-12-15T15:22:49.37+00:00

    Are you changing the startup mode for the ConfigMgr client agent service in the task sequence?

    Have you reviewed clientlocation.log and locationservices.log to see if the client is detecting itself on the Internet or intranet?

    In the smsts.log, what MP does it say it's attempting to communicate with?


  2. Bojan Dzaja 21 Reputation points
    2020-12-29T08:02:08.67+00:00

    Thank you for your quick response. Few days ago we finally solved it!!! Since we had alredy configured SMSMP property in Setup Windows and ConfigMgr, we had to add also DNSSUFFIX and CCMHTTPSSTATE=31 properties. After we configured those parameters, applications have installed with no errors in Build and Capture task sequences. It works perfectly in our enviroment.