Hi, my company has migrate from sccm 2007 to SCCM 2012.
We have a lot of Windows 7 task sequences.
We used setup based installs in all of them, since this was no longer support we started using the install.wim files from original Windows 7 sources.
This works fine.
Sometimes a deployment fails with the following error
The task sequence execution engine failed executing the action (NTrigMultiTouchDigitizer_A061-_x64_v1) in the group (DELL Latitude XT2) with the error code 2147942402
Action output: ... LT=80070002 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,3331)
ResolveSource(pszSource, sSourceDirectory, dwFlags, 0, 0, 0), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,3221)
TS::Utility::ResolveSource(pszPkgID, sContentLoc), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\installsoftware.cpp,144)
GetContentLocation(pszPkgID, m_bPkgContainSrcFiles, sContentLocation), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\installsoftware.cpp,683)
Entering ReleaseSource() for C:\_SMSTaskSequence\Packages\JVB00203
The user tries to release a source directory C:\_SMSTaskSequence\Packages\JVB00203 that is either already released or we have not connected to it
pInstall->Install(sPackageID, sProgramName), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\main.cpp,361)
Failed to resolve the source for SMS PKGID=JVB00203, hr=0x80070002
Install Software failed, hr=0x80070002. The operating system reported error 2147942402: The system cannot find the file specified.
The strange thing is, when we restage, this package 'might' install correctly, but it 'might' fail on a different package, sometimes the task sequence continues correctly.
In about 50% of all deployment we have these errors ' The system cannot find the file specified' but never the same package.
This happens only in SCCM 2012 not in SCCM 2007
Does anyone has any ideas? The network guy says 'it's not the network' as usual :)
What logs could i check?