SCCM application error 0x87D00607

QdPooler-5995 411 Reputation points
2023-01-31T13:27:55.01+00:00

I'm trying to deploy an application in SCCM, but in client it failed to download it, the error message in the software center is:

The software change returned error code 0x87D00607(-2016410105)

Any idea?

Microsoft Configuration Manager Application
Microsoft Configuration Manager Application
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Application: A computer program designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end users.
462 questions
0 comments No comments
{count} vote

Accepted answer
  1. TrudaZeng-MSFT 766 Reputation points
    2023-02-01T06:02:24.44+00:00

    Hi @QdPooler-5995 ,

    The error code 0x87d00607 means that the content is not found by SCCM/client and the reason for that can be numerous like improper configuration of boundaries or boundary groups, pre-staged content, blockage from the firewall, etc.

    To narrow down the problem, we need:

    1, Make sure boundary groups are enabled in the properties of the Distribution Point and check if the IPs (make sure no IP address is typed wrongly) of the client machine are included in the boundary group.

    2, Check the required port to the firewall of your client machine.

    3, Check appenforce.log in the client.

    Here are reference links:

    https://b2webdesign-com.ngontinh24.com/article/fix-sccm-application-installation-error-0x87d00607#:~:text=To%20fix%20SCCM%20Application%20Installation%20error%200x87D00607%20follow,assignment%2Cselect%20Use%20this%20boundary%20group%20for%20site%20assignment.

    https://appuals.com/sccm-installation-error-code-0x87d00607/

    https://social.technet.microsoft.com/forums/en-us/7ed8d6c7-3548-4fa5-9284-3207c5bff042/application-install-issue-0x87d00607

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    4 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Sreejith Reghunathan Pillai 15 Reputation points
    2023-01-31T14:02:02.67+00:00

    Error code 0x87D00607(-2016410105) usually indicates that the application deployment failed because the user does not have the necessary permissions to install the application. You should check the permissions of the user that is trying to install the application, and ensure that they have the necessary permissions to install and run the application. If the permissions are correct, you should also check the SCCM log files to get more information about the root cause of the error.

    3 people found this answer helpful.
    0 comments No comments