Share via


SCCM 2012 Task sequence error (Stop at use Toolkit package) erroe code 0X80070002

Question

Monday, November 25, 2013 1:27 PM

Using thread token for request    InstallSoftware    11/25/2013 2:25:05 PM    1376 (0x0560)
401 - Unsuccessful with context credentials. Retrying with supplied credentials.    InstallSoftware    11/25/2013 2:25:05 PM    1376 (0x0560)
401 - Unsuccessful with supplied credentials.    InstallSoftware    11/25/2013 2:25:05 PM    1376 (0x0560)
401 - Unsuccessful on all retries.    InstallSoftware    11/25/2013 2:25:05 PM    1376 (0x0560)
SendResourceRequest() failed. 80190191    InstallSoftware    11/25/2013 2:25:05 PM    1376 (0x0560)
SendResourceRequest(), HRESULT=80190191 (e:\qfe\nts\sms\framework\tscore\downloadcontent.cpp,516)    InstallSoftware    11/25/2013 2:25:05 PM    1376 (0x0560)
oDavRequest.GetDirectoryListing (setDirs, setFiles), HRESULT=80190191 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,2516)    InstallSoftware    11/25/2013 2:25:05 PM    1376 (0x0560)
Download() failed. 80190191.    InstallSoftware    11/25/2013 2:25:05 PM    1376 (0x0560)
DownloadContentAndVerifyHash() failed. 80070002.    InstallSoftware    11/25/2013 2:25:05 PM    1376 (0x0560)
DownloadContentAndVerifyHash ( pszPackageID, L"SMSPackage", saHttpContentSources, saSMBContentSources, saMulticastContentSources, sDestination, dwFlags, L"", 0, dwPackageFlags, mapNetworkAccess ), HRESULT=80070002 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,3052)    InstallSoftware    11/25/2013 2:25:05 PM    1376 (0x0560)
DownloadContentLocally (pszSource, sSourceDirectory, dwFlags, hUserToken, mapNetworkAccess), HRESULT=80070002 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,3273)    InstallSoftware    11/25/2013 2:25:05 PM    1376 (0x0560)
TS::Utility::ResolveSource (pszPkgID, sPath, 0, hUserToken, mapNetworkAccess), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\runcommandline.cpp,399)    InstallSoftware    11/25/2013 2:25:05 PM    1376 (0x0560)
Failed to resolve the source for SMS PKGID=ARC00089, hr=0x80070002    InstallSoftware    11/25/2013 2:25:05 PM    1376 (0x0560)
cmd.Execute(pszPkgID, sProgramName, dwCmdLineExitCode), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\main.cpp,372)    InstallSoftware    11/25/2013 2:25:05 PM    1376 (0x0560)
Install Software failed to run command line, hr=0x80070002    InstallSoftware    11/25/2013 2:25:05 PM    1376 (0x0560)
Process completed with exit code 2147942402    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)
!!    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)
Failed to run the action: Use Toolkit Package.
The system cannot find the file specified. (Error: 80070002; Source: Windows)    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)
MP server http://sccm.xyz.com. Ports 80,443. CRL=false.    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)
Setting authenticator    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)
Set authenticator in transport    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)
Sending StatusMessage    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)
Setting message signatures.    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)
Setting the authenticator.    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)
CLibSMSMessageWinHttpTransport::Send: URL: sccm.xyz.com:80  CCM_POST /ccm_system/request    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)
Request was successful.    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)
Set a global environment variable _SMSTSLastActionRetCode=-2147024894    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)
Set a global environment variable _SMSTSLastActionSucceeded=false    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)
Clear local default environment    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)
Let the parent group (Initialization) decides whether to continue execution    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)
Let the parent group (Execute Task Sequence) decide whether to continue execution    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)
The group (Execute Task Sequence) ignored action failure and continue execution on the next step following the group.    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)
Updated security on object D:\SMSTaskSequence.    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)
Set a global environment variable _SMSTSNextInstructionPointer=128    TSManager    11/25/2013 2:25:05 PM    1288 (0x0508)

All replies (3)

Tuesday, November 26, 2013 9:23 AM âś…Answered

Dear Team;

Congratulation ..it works ..100%

after delete network access account and restart the server then add it again it works 100%

Thanks for help.

Best regards

Lashkham


Monday, November 25, 2013 2:48 PM

The first couple of lines specify bad credentials.  Do you have the correct account username and password that has access to the shares for the Network Access Account?  It can be found be going to Administration -- Sites -- Right click your site and go to Configure Site Components -- Software Distribution.  Click on the Network Access Account tab and ensure the correct account is here.  

Be kind and Mark as Answer if I helped.


Monday, November 25, 2013 3:29 PM

Make sure on the toolkit files package and all other packages in the task sequence that you have the box checked "Copy the content in this package to a package share on distribution points".  (It's under the Data Access tab of properties for the packages.)  For some reason you have to do that when using the MDT tasks in SCCM task sequences.

Shane Curtis