Looks like you can't access the URL, do you have IIS set up with windows auth? Can you get to the URL with a browser?
From: [email protected] [mailto:[email protected]] On Behalf Of RJ Subscriber Sent: den 26 september 2016 14:52 To: [email protected] Subject: [mssms] Re: Task Sequence requests for content always error accessing HTTP locations? Seems like using HTTP is the preferred method since it's tried first so I'd like to get that working. If I can't that working then I'd just as well not even try and just force the request to go straight to the file share, bypassing HTTP. ________________________________ From: [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> on behalf of Andreas Hammarskjöld <[email protected]<mailto:[email protected]>> Sent: Monday, September 26, 2016 10:51 AM To: [email protected]<mailto:[email protected]> Subject: [mssms] RE: Task Sequence requests for content always error accessing HTTP locations? Do you want it to use HTTP or not even try? From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of RJ Subscriber Sent: den 26 september 2016 12:49 To: SCCM List <[email protected]<mailto:[email protected]>> Subject: [mssms] Task Sequence requests for content always error accessing HTTP locations? 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\<file://DP_name/SMSPKGD$/ADC0003D/> with default account 9/26/2016 9:10:59 AM Connection request for "\\DP_name\SMSPKGD$\ADC0003D<file://DP_name/SMSPKGD$/ADC0003D>" 9/26/2016 9:10:59 AM No credentials available for connecting to "\\DP_name\SMSPKGD$\ADC0003D<file://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<file://DP_name/SMSPKGD$/ADC0003D>" 9/26/2016 9:10:59 AM Successfully connected to "\\DP_name\SMSPKGD$\ADC0003D<file://DP_name/SMSPKGD$/ADC0003D>" 9/26/2016 9:10:59 AM =======================================================================

