Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED OSD Failure Apply Image Version 1702

Michael Britt

Active Member
Messages
31
Reaction score
0
Points
6
In my lab environment, I have run into the OSD TS is failing when trying to apply the OS. I get the great generic code 80070002. Looking at smsts.log I see a variety of errors.

SendResourceRequest() failed. 80190191
Installation of image 3 in package LAB00053 failed to complete..
The system cannot find the file specified.
The execution of the group (Install OS) has failed and the execution has been aborted. An action failed.
Operation aborted (Error: 80004004; Source: Windows)
Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmanager\tsmanager.cpp,1271)
Task sequence execution failed with error code 80004005

This was working fine last week and I have not made any changes. I will upload the smsts.log so the whole thing can be looked at. Please help my proof of concept is not looking so good.
 

Attachments

CLibSMSMessageWinHttpTransport::Send: URL: Sccm.MCSD.LAB:80 PROPFIND /SMS_DP_SMSPKG$/LAB00053 ApplyOperatingSystem 27-04-2017 09:00:27 2004 (0x07D4)
401 - Unsuccessful with anonymous access. Retrying with context credentials. ApplyOperatingSystem 27-04-2017 09:00:27 2004 (0x07D4)
Using thread token for request ApplyOperatingSystem 27-04-2017 09:00:27 2004 (0x07D4)
401 - Unsuccessful with context credentials. Retrying with supplied credentials. ApplyOperatingSystem 27-04-2017 09:00:27 2004 (0x07D4)
401 - Unsuccessful with supplied credentials. ApplyOperatingSystem 27-04-2017 09:00:27 2004 (0x07D4)
401 - Unsuccessful on all retries. ApplyOperatingSystem 27-04-2017 09:00:27 2004 (0x07D4)
SendResourceRequest() failed. 80190191 ApplyOperatingSystem 27-04-2017 09:00:27 2004 (0x07D4)
SendResourceRequest(), HRESULT=80190191 (e:\cm1702_rtm\sms\framework\tscore\downloadcontent.cpp,609) ApplyOperatingSystem 27-04-2017 09:00:27 2004 (0x07D4)
oDavRequest.GetDirectoryListing (setDirs, setFiles), HRESULT=80190191 (e:\cm1702_rtm\sms\framework\tscore\resolvesource.cpp,2841) ApplyOperatingSystem 27-04-2017 09:00:27 2004 (0x07D4)
Download() failed. 80190191. ApplyOperatingSystem 27-04-2017 09:00:27 2004 (0x07D4)



Have you configured network access account -

Installation of image 3 in package LAB00053 failed to complete..
The system cannot find the file specified. (Error: 80070002; Source: Windows)

Always ensure all the OSD content is distributed to DP.
 
Yes, the NAA account is setup correctly. The OSD was distributed to the DP. It looks like the issue was that there was a cd in the drive and it was trying to read it. I removed the cd and it worked.
 
Back
Top