Sunday, 9 March 2014

SCCM2012R2 OSD Error Download () failed 80072ee2

SCCM 2012 single primary site infrastructure, I get Download() failed. 80072ee2 on random packages


Resolution:
1. Create these  Tasksequence Variables right at the top of your Tasksequence:

SMSTSDownloadRetryCount with Value 5
SMSTSDownloadRetryDelay with Value 15
SMSTSMPListRequestTimeout with Value 300








Tuesday, 4 March 2014


SCCM 2012: Local content cache failed for Workgroup machine

SCCM 2012 single primary site infrastructure, I get SendResourceRequest() failed. 80190191 in SMSTS Log

Network Access Account is properly configured.

Issue: Deployments configured to "Download content from distribution point and run locally" including all Windows Updates fail.


UpdatesHandler.log
CAS failed to download update (4dfda4a4-f124-4589-bd1b-a6f45b71db16). Error = 0×80070005. Releasing content request.
DataTransfer.log
Error sending DAV request. HTTP code 401, status ‘Unauthorized’
CAS.log
Download failed for content 0e47d69c-240c-44e1-89c5-12333cd5fcf9.1 under context System, error 0×80070005
SMSTS Log
Download() failed. 80190191, DownloadContentAndVerifyHash() failed. 80070002.

Network Access Account was not used. But it looks like it tried to use Local System Account for the Workgroup machine and failed with "Access Denied".

Resolution: Enabled Anonymous Authentication for SMS_DP_SMSPKG$ folder in IIS and verified it set for IUSR user (Server 2012)




These settings periodically flipped back to "Disabled"   

This KB explains this behaviour. http://support.microsoft.com/kb/2682514

Enable anonymous connection in properties of DP: to resolve the issue




If this does not resolve the issue, this could be network related issue, TRY this

Turn off “Wake Up Proxy” in the client settings and let that percolate to all of the clients or 
Turn off the WINPE firewall at the beginning of the task sequence would also take care of it

Disabling WINPE firewall: Add a "Run Command Line" of 'wpeutil disablefirewall', during intial OSD, after the partition disk section.



Thanks SCCM by Davis for the solution, http://sccmbydavis.blogspot.com.au/2012/09/sccm-by-davis_24.html