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!

PENDING Error 80070002 when I'm trying to setup Windows via network

  • Thread starter Thread starter dsaokm2010
  • Start date Start date
  • Replies Replies 2
  • Views Views 1K

dsaokm2010

New Member
Messages
4
Reaction score
0
Points
1
Hello
I'm trying to install Windows via SCCM and every time gives me this error:
The task sequence execution engine failed executing the action (Apply Operating System) in the group (Install Operating System) with the error code 2147942402
Action output: ... \e\src\client\OsDeployment\ApplyOS\installimage.cpp,1915)
Apply(), HRESULT=80070002 (D:\dbs\sh\cmgm\0502_134106\cmd\e\src\client\OsDeployment\ApplyOS\installimage.cpp,2158)
Http result: 405
SendResourceRequest() failed. 80190195
Download() failed.80190195.
Failed to resolve pkg source
Installation of image 1 in package EGY00060 failed to complete..
The system cannot find the file specified. (Error: 80070002; Source: Windows)
installer.install(), HRESULT=80070002 (D:\dbs\sh\cmgm\0502_134106\cmd\e\src\client\OsDeployment\ApplyOS\installimage.cpp,2233)
ReleaseSource() for C:\_SMSTaskSequence\Packages\EGY00060.
The user tries to release a source directory C:\_SMSTaskSequence\Packages\EGY00060 that is either already released or we have not connected to it.
InstallImage( g_InstallPackageID, g_ImageIndex, targetVolume, ImageType_OS, g_ConfigPackageID, g_ConfigFileName, bOEMMedia, g_RunFromNet ), HRESULT=80070002 (D:\dbs\sh\cmgm\0502_134106\cmd\e\src\client\OsDeployment\ApplyOS\applyos.cpp,523). The operating system reported error 2147942402: The system cannot find the file specified.
 

Attachments

  • Screenshot 2024-12-01 165523.png
    Screenshot 2024-12-01 165523.png
    57 KB · Views: 1
Http result: 405
SendResourceRequest() failed. 80190195
Download() failed.80190195.
Failed to resolve pkg source
Installation of image 1 in package EGY00060 failed to complete..

The package EGY00060 is the reason for TS failure. Check what this package is in the console and remove it from the DP and redistribute it.
 
Back
Top