Applications not deploying to computers; Dts failed with error code 0x80070002

Maralok 26 Reputation points
2020-09-17T14:31:49.007+00:00

Ever since we upgraded to ConfigMgr 2002, we have an issue that some newly built PCs do not receive any applications deployed to computers. Not all computers are affected, there is about a 50% chance that newly built PC is.

The task sequences themselves all finish successfully according to the "Status Messages" and the smsts.log. It's only after the task sequence, that the computers don't get any additional apps deployed to collections they are a member of. Weirdly enough, applications deployed to a user work just fine on the same computer. The computer accounts in the console all show as ok (with green checkmark), and they are really a member of the collection. The accounts aren't duplicated either.

The log files AppEnforce.log and AppDiscovery.log show absolutely no trace of the missing applications, it's like they don't exist.

The log file CIDownload.log however has these errors:

CCIDownloader::ParseDtsMessage - Dts failed with error code: 0x80070002. CI Downloader will retry.
CIDownloaderJob({CCE54587-6729-49B3-963A-633EA7318816}): Received Dts failure message during CI download.

And DataTransferService.log has these:

DTS job {BE1F799A-20BF-4E57-BC02-6768ABFEE16F} BITS job {5A3AA1B0-1B30-4F27-8DD3-9B67917AC24C} failed to download source file http://managementpoint.domain.com:80/SMS_MP/.sms_dcm?Id&DocumentId=GLOBAL/Platform_Settings/PROPERTIES&Hash=291F906FCBF1693519DA4F015D1265E11C5FAF1223B5B48D1410F20608C3A7EC&Compression=zlib to destination C:\WINDOWS\CCM\CIDownloader\Staging{278187BA-61B7-480B-BDCA-F38B61D4702F}_2.zip with error 0x80190194

It seems like the client isn't able to correctly talk to the management point for some reason, but I cannot figure out why. We use HTTP, so certificates can't be an issue. If I uninstall the client ("ccmsetup /uninstall") and reinstall it, the PCs work correctly by the way.

I have looked at a few similar posts, however those mentioning the same error codes are generally just about a single application failing to install because of a faulty requirement in the deployment type. However, for us, all applications fail to install, even those that don't have any requirements set.

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

Accepted answer
  1. AllenLiu-MSFT 49,316 Reputation points Microsoft External Staff
    2020-09-18T06:37:42.223+00:00

    @Maralok
    Thank you for posting in Microsoft Q&A forum.
    I found someone has encountered the similar issue with yours, to resolve the issue, he created a new revision of every application, a easy way is to make a small change to the application properties and then save it. You may update some properties you are not using. This will cause a new revision to be created automatically. After that check if clients can download the packages correctly?


    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.

    3 people found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Jason Sandys 31,411 Reputation points Microsoft Employee Moderator
    2020-09-17T21:48:30.133+00:00

    0x80190194 = Not Found (404)

    Thus, the clients are talking to the MP fine, but the requested files aren't found on the MP.

    Do you have multiple MPs in the environment?

    Are the clients going through a proxy or any other type of network filtering to get to the MP(s)?

    1 person found this answer helpful.

  2. AlexG 1 Reputation point
    2022-06-10T11:52:22.087+00:00

    Hi everyone! I see that it's old discuss but I want to know how you solved this problem.
    Now I have MECM 2203, and applications doesn\t visible in Software Center.
    Changing revision helping only for current PCs, if new pc appear in SCCM applications doesn't visible


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.