Hi, I have a strange Problem in SCCM 2012 CU4:
If I Distribute a Package, Bootimage or Driver Package and the setting is set "Copy the content in this package to a package share on distribution points" is active, the distribution to some Distribution Points will fail.
It happens if I create a new Package and also if i update an existing Package. It does not happen if "Copy the content..." is not active!
I can see this in distmgr.log:
user(NT AUTHORITY\SYSTEM) runing application(SMS_DISTRIBUTION_MANAGER) from machine (Primary Site) is submitting SDK changes from site(Sitecode) SMS_DISTRIBUTION_MANAGER
SMS_DISTRIBUTION_MANAGER Failed to delete package file(s) from \\distributionpoint\SMSPKGH$\PackageID. Error = 145 SMS_DISTRIBUTION_MANAGER Error occurred. Performing error cleanup prior to returning. SMS_DISTRIBUTION_MANAGER
If i delete The Package from the Distribution Point some strange things are going on in the Content Library (distmgr.log):
RemoveDirectoryW failed (0x80070091) for \\?\UNC\distributionpoint\H$\SCCMContentLib\DataLib\PackageID.1\testreplica_subfolder SMS_DISTRIBUTION_MANAGER
CContentDefinition::DeleteFiles INVALID_HANDLE_VALUE from FindFirstFile. SMS_DISTRIBUTION_MANAGER
RemoveDirectoryW failed (0x80070091) for \\?\UNC\distributionpoint\H$\SCCMContentLib\DataLib\PackageID.1.559bc642 SMS_DISTRIBUTION_MANAGER
What i tried:
- Check local Admin rights on the Distributionpoint (DP is controlled with Machine Account)
- Check Exclutions of AV Scanner
- Remove AV Scanner
- Reboot
- Post CU4 Hotfix
I installed the DP with another user and changed site System Installation Account to "Site Servers Computer Account. "The problem seems to come up with CU4 but im not 100% sure.
Thanks for your help!!!