Anyone know what is causing this? During OSD Deployment, when a package is referenced and must be downloaded I get the following messages for EACH file it downloads.
First error shows it tries to connect anonymously, then fails again trying to connect with "context credentials" (assumming this means the "SYSTEM" account?) and then finally uses the Network Access Account and succeeds.
Example:
401 - Authentication failure on request with anonymous access, retrying with context credentials. OSDDriverClient 11/29/2012 11:42:05 AM 628 (0x0274)
401 - Authentication failure on request with context credentials, retrying with supplied credentials. OSDDriverClient 11/29/2012 11:42:05 AM 628 (0x0274)
Downloaded file from
http://sccmserver.mydomain.com:80/SMS_DP_SMSPKG$/L0300028/sccm?/E0301E38-79EF-412D-A880-6F997C1042BA/x86/TpInsPM.dll to D:\_SMSTaskSequence\Packages\L0300028\E0301E38-79EF-412D-A880-6F997C1042BA/x86/TpInsPM.dll
Sure seems like this is adding a ton of overhead to the task Sequence. Am i missing a config somewhere to tell it just use the Network Access Account?
Thanks!