Hi there, I have checked the internet and cannot find anything with the particular issue I'm having.
I have a bunch of Microsoft applications like office, VS, SQL and stuff that I deploy through SCCM 2012 R2 with Update to developers because we are a development company, and found a bit of an issue when trying to add another application.
In the distmgr.log I get the following errors:
Failed to find space for 104857775 bytes.
SMS_DISTRIBUTION_MANAGER2014/05/28 08:55:04 AM1976 (0x07B8)
CFileLibrary::FindAvailableLibraryPath failed; 0x8007050fSMS_DISTRIBUTION_MANAGER2014/05/28 08:55:04 AM1976 (0x07B8)
CFileLibrary::AddFile failed; 0x8007050fSMS_DISTRIBUTION_MANAGER2014/05/28 08:55:04 AM1976 (0x07B8)
CContentDefinition::AddFile failed; 0x8007050f
SMS_DISTRIBUTION_MANAGER2014/05/28 08:55:04 AM1976 (0x07B8)
Failed to add the file. Please check if this file exists. Error 0x8007050FSMS_DISTRIBUTION_MANAGER2014/05/28 08:55:04 AM1976 (0x07B8)
SnapshotPackage() failed. Error = 0x8007050F
SMS_DISTRIBUTION_MANAGER2014/05/28 08:55:04 AM1976 (0x07B8)
Now, I have checked the permissions, and thats all fine, There is enough disk space on the Server as well, but it looks like I need to remove a Package or two, then it will create the directory of the new package in the SMSPKGE$ share and successfully distribute to the two distribution points, so it seems like there is a size limit on the amount of package files in CM... The package total I have is just under 40GB, but there must be hard limit somewhere in CM...