I have an odd error that I'm getting. One of the applications I'm installing in the task sequence is returning error -2016407535
-2016407535 (0x87D01011), which is supposed to translate to "The execution request was not found." This is based on the table of error codes from Jason Sandys (http://social.technet.microsoft.com/Forums/en-US/0aa25d02-3163-4628-84f7-87b77a1de85b/sccm-2012-view-or-table-that-has-error-code-details?forum=configmanagerapps),
BTW thank you Jason.
When I run the same install manually or as a package/program it works perfectly and returns a error code of zero. When I put it in a task sequence, I get the error, details from the status are below. I've looked at the logs and they don't really add much more information. I've even tried wrapping it in a batch file with a time delay, but I get the same result. I even tried invoking it with cmd.exe /c thinking it might be terminating early. Still I get the error. Any thougths?
... g to existing jobID '{447AFF71-8A7C-445B-9C1F-0161166AB1FF}'..
spExecReqMgr->ReconnectRequest( guidJobID, spReqCompPtr ), HRESULT=87d01011 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\installsoftware.cpp,306)
ReconnectJob(spExecReqMgr, spCallback, m_guidJobID), HRESULT=87d01011 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\installsoftware.cpp,911)
WaitforJobCompletion(spExecReqMgr), HRESULT=87d01011 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\installsoftware.cpp,799)
ReleaseSource() for C:\_SMSTaskSequence\Packages\ACC00105.
reference count 1 for the source C:\_SMSTaskSequence\Packages\ACC00105 before releasing
Released the resolved source C:\_SMSTaskSequence\Packages\ACC00105
pInstall->Install(sPackageID, sProgramName), HRESULT=87d01011 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\main.cpp,361)
Failed to Reconnect to existing job, hr=0x87d01011
Reconnect Job request failed, hr=0x87d01011
Install Software failed, hr=0x87d01011
Bob