SCCM 2012 R2 SP1 CU3, ADK10 RTM
I am building two task sequences to deploy the same OSD configuration. One is an MDT Client Task Sequence for internal company usage. The other is a non-MDT task sequence for a custom factory process which will be used by the hardware provider. I am currently testing both on premises and both use the same WIM and the same package for installing Office Pro Plus 2016. In both the OPP2016 package is installed after the Setup Windows and Configuration Manager task. The TS components exist on only a single DP.
In the MDT TS, the package installs normally.
In the non-MDT TS the package install fails consistently with 80072efe errors. Many of the files will download, but failure occurs very quickly and never makes it past 1%. I have downloaded the media from volume licensing and created new package source just in case, but no difference in the results. And like I mentioned, the exact same package works fine in the MDT TS.
Any ideas? The log contains content such as:
Downloading file /SMS_DP_SMSPKG$/PS10039B/sccm?/admin/en-us/access16.opal range 0-124627 InstallSoftware 5/25/2016 8:53:03 AM 1656 (0x0678) WinHttpReadData (hRequest, (LPVOID) pBuffer, dwBufferSize, &dwRead), HRESULT=80072efe (e:\nts_sccm_release\sms\framework\tscore\downloadcontent.cpp,992) InstallSoftware 5/25/2016 8:55:04 AM 1656 (0x0678) WinHttpReadData() failed. InstallSoftware 5/25/2016 8:55:04 AM 1656 (0x0678) ReadDataAndWriteToFile() failed. 80072efe InstallSoftware 5/25/2016 8:55:04 AM 1656 (0x0678) ReadDataAndWriteToFile() failed for C:\_SMSTaskSequence\Packages\PS10039B\admin/en-us/access16.opal. 61% InstallSoftware 5/25/2016 8:55:04 AM 1656 (0x0678) ReadDataAndWriteToFile (hRequest, ullContentLength, hDestFile, pszDestFile, ulPackageSize, ulDownloaded), HRESULT=80072efe (e:\nts_sccm_release\sms\framework\tscore\downloadcontent.cpp,1463) InstallSoftware 5/25/2016 8:55:04 AM 1656 (0x0678) DownloadFileWithRanges() failed. 80072efe. InstallSoftware 5/25/2016 8:55:04 AM 1656 (0x0678) DownloadFileWithRanges (hSession, hConnect, sRequest, hFile, pszDestination, ullFileSize, ulPackageSize, ulDownLoaded, LastGoodCredentialsType, bUseSSL, pszToken), HRESULT=80072efe (e:\nts_sccm_release\sms\framework\tscore\downloadcontent.cpp,1547) InstallSoftware 5/25/2016 8:55:04 AM 1656 (0x0678) DownloadFile() failed for http://CESCCMPSS-WS04.leanderisd.org:80/SMS_DP_SMSPKG$/PS10039B/sccm?/admin/en-us/access16.opal, C:\_SMSTaskSequence\Packages\PS10039B\admin/en-us/access16.opal. 80072efe. InstallSoftware 5/25/2016 8:55:04 AM 1656 (0x0678) DownloadFile (hSession, hConnect, sSourceFile.c_str(), sDestinationFile.c_str(), ulPackageSize, ulDownLoaded, LastGoodCredentialsType, bUseSSL, pszToken), HRESULT=80072efe (e:\nts_sccm_release\sms\framework\tscore\downloadcontent.cpp,1624) InstallSoftware 5/25/2016 8:55:04 AM 1656 (0x0678) Error downloading file from http://CESCCMPSS-WS04.leanderisd.org:80/SMS_DP_SMSPKG$/PS10039B/sccm?/admin/en-us/access16.opal to C:\_SMSTaskSequence\Packages\PS10039B\admin/en-us/access16.opal InstallSoftware 5/25/2016 8:55:04 AM 1656 (0x0678) DownloadFiles() failed. 80072efe. InstallSoftware 5/25/2016 8:55:04 AM 1656 (0x0678) DownloadFiles (setDirs, setFiles, sDestination.c_str(), bUseSSL, sToken.c_str()), HRESULT=80072efe (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,2838) InstallSoftware 5/25/2016 8:55:04 AM 1656 (0x0678) Download() failed. 80072efe. InstallSoftware 5/25/2016 8:55:04 AM 1656 (0x0678) DownloadContentAndVerifyHash() failed. 80070002. InstallSoftware 5/25/2016 8:55:04 AM 1656 (0x0678) DownloadContentAndVerifyHash ( pszPackageID, L"SMSPackage", saHttpContentSources, saSMBContentSources, saMulticastContentSources, sDestination, dwFlags, L"", 0, dwPackageFlags, mapNetworkAccess ), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,3361) InstallSoftware 5/25/2016 8:55:05 AM 1656 (0x0678) DownloadContentLocally (pszSource, sSourceDirectory, dwFlags, hUserToken, mapNetworkAccess), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,3582) InstallSoftware 5/25/2016 8:55:05 AM 1656 (0x0678) TS::Utility::ResolveSource(pszPkgID, sContentLoc), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\installsoftware.cpp,144) InstallSoftware 5/25/2016 8:55:05 AM 1656 (0x0678) Failed to resolve the source for SMS PKGID=PS10039B, hr=0x80070002 InstallSoftware 5/25/2016 8:55:05 AM 1656 (0x0678) GetContentLocation(pszPkgID, m_bPkgContainSrcFiles, sContentLocation), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\installsoftware.cpp,683) InstallSoftware 5/25/2016 8:55:05 AM 1656 (0x0678) ReleaseSource() for C:\_SMSTaskSequence\Packages\PS10039B. InstallSoftware 5/25/2016 8:55:05 AM 1656 (0x0678) The user tries to release a source directory C:\_SMSTaskSequence\Packages\PS10039B that is either already released or we have not connected to it. InstallSoftware 5/25/2016 8:55:05 AM 1656 (0x0678) pInstall->Install(sPackageID, sProgramName), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\main.cpp,361) InstallSoftware 5/25/2016 8:55:05 AM 1656 (0x0678) Install Software failed, hr=0x80070002 InstallSoftware 5/25/2016 8:55:05 AM 1656 (0x0678)