Trying to figure out this behavior in SCCM 2012 and maybe find out how to eliminate it. When task sequences access content from our DPs they always check multiple times for an HTTP connection which all fail and then finally get the content from the file share. Is there a way to resolve these failures? Sometimes the TSes complete but report as failed but re-running results in success so I believe these failures are passing bad error codes to the TS engine.
TIA, Russell ================================================================================== Failed to connect to "http:\\DP_name\SMS_DP_SMSPKG$\ADC0003D" (123). 9/26/2016 9:10:58 AM reconnect(), HRESULT=8007007b (e:\nts_sccm_release\sms\framework\tscore\tsconnection.cpp,129) 9/26/2016 9:10:58 AM connect(pszPath, pszAccount, pszPassword, L"", uFlags), HRESULT=8007007b (e:\nts_sccm_release\sms\framework\tscore\tsconnection.cpp,148) 9/26/2016 9:10:58 AM Unsuccessful in connecting to or accessing http://DP_name/SMS_DP_SMSPKG$/ADC0003D with default account. 9/26/2016 9:10:58 AM Creating a connection to the share http://DP_name/SMS_DP_SMSPKG$/ADC0003D with network access account 9/26/2016 9:10:58 AM Connection request for "http:\\DP_name\SMS_DP_SMSPKG$\ADC0003D" 9/26/2016 9:10:58 AM Path is not a UNC Path. Trying it as a local path. 9/26/2016 9:10:58 AM GetFileAttributesW(sPathFile) != ((DWORD)-1), HRESULT=8007007b (e:\nts_sccm_release\sms\framework\tscore\tsconnection.cpp,45) 9/26/2016 9:10:58 AM VerifyConnection( m_sPath ), HRESULT=8007007b (e:\nts_sccm_release\sms\framework\tscore\tsconnection.cpp,223) 9/26/2016 9:10:58 AM Failed to connect to "http:\\DP_name\SMS_DP_SMSPKG$\ADC0003D" (123). 9/26/2016 9:10:58 AM reconnect(), HRESULT=8007007b (e:\nts_sccm_release\sms\framework\tscore\tsconnection.cpp,129) 9/26/2016 9:10:58 AM connect(pszPath, pszAccount, pszPassword, L"", uFlags), HRESULT=8007007b (e:\nts_sccm_release\sms\framework\tscore\tsconnection.cpp,148) 9/26/2016 9:10:58 AM Failed to access the share http://DP_name/SMS_DP_SMSPKG$/ADC0003D with network access account 9/26/2016 9:10:58 AM nPos != CCM::Utility::String::npos, HRESULT=80004005 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,249) 9/26/2016 9:10:59 AM Creating a connection to \\DP_name\SMSPKGD$\ADC0003D\ with default account 9/26/2016 9:10:59 AM Connection request for "\\DP_name\SMSPKGD$\ADC0003D" 9/26/2016 9:10:59 AM No credentials available for connecting to "\\DP_name\SMSPKGD$\ADC0003D". See whether the share has already been connected. 9/26/2016 9:10:59 AM Connecting to "\\DP_name\SMSPKGD$\ADC0003D" 9/26/2016 9:10:59 AM Successfully connected to "\\DP_name\SMSPKGD$\ADC0003D" 9/26/2016 9:10:59 AM =======================================================================

