Hi there
Working on a Windows 10 POC, using SCCM 2012.
Going well apart from one persistent issue.
Applications will fail to install in the task sequence with an error I haven't before.
Here's part of AppEnforce.log.
------------------------------------------------------------------------------------------------------------------------------------------------
+++ Starting Install enforcement for App DT "BGInfo Install" ApplicationDeliveryType - ScopeId_1315AD/DeploymentType_685AD, Revision - 6, ContentPath - C:\Windows\ccmcache\2, Execution Context - Any
AppEnforce
23/12/2015 13:19:50
4032 (0x0FC0)
A user is not logged on to the system.
AppEnforce
23/12/2015 13:19:51
4032 (0x0FC0)
Performing detection of app deployment type BGInfo Install(ScopeId_1315AD/DeploymentType_685AD, revision 6) for system.
AppEnforce
23/12/2015 13:19:51
4032 (0x0FC0)
+++ Application not discovered. [AppDT Id: ScopeId_1315AD/DeploymentType_685AD, Revision: 6]
AppEnforce
23/12/2015 13:19:51
4032 (0x0FC0)
App enforcement environment:
Context: Machine
Command line: "bginfo.bat"
Allow user interaction: No
UI mode: 0
User token: null
Session Id: 4294967295
Content path: C:\Windows\ccmcache\2
Working directory:
AppEnforce
23/12/2015 13:19:51
4032 (0x0FC0)
Prepared working directory: C:\Windows\ccmcache\2
AppEnforce
23/12/2015 13:19:51
4032 (0x0FC0)
Prepared command line: "C:\Windows\ccmcache\2\bginfo.bat"
AppEnforce
23/12/2015 13:19:51
4032 (0x0FC0)
Executing Command line: "C:\Windows\ccmcache\2\bginfo.bat" with system context
AppEnforce
23/12/2015 13:19:51
4032 (0x0FC0)
Working directory C:\Windows\ccmcache\2
AppEnforce
23/12/2015 13:19:51
4032 (0x0FC0)
Post install behavior is BasedOnExitCode
AppEnforce
23/12/2015 13:19:51
4032 (0x0FC0)
Waiting for process 2448 to finish. Timeout = 0 minutes.AppEnforce
23/12/2015 13:19:51
4032 (0x0FC0)
Exceeded timeout of 0 minutes while waiting for process 2448 to finish.AppEnforce
23/12/2015 13:19:51
4032 (0x0FC0)
WaitForRunningProcess failed. Error 0x87d00213.
AppEnforce
23/12/2015 13:19:51
4032 (0x0FC0)
CScriptHandler::CompleteEnforcement failed with 0x87d00213
AppEnforce
23/12/2015 13:19:51
4032 (0x0FC0)
CAppProvider::CompleteEnforcement failed with error 0x87d00213
AppEnforce
23/12/2015 13:19:51
4032 (0x0FC0)
++++++ Failed to enforce app. Error 0x87d00213. ++++++
AppEnforce
23/12/2015 13:19:51
4032 (0x0FC0)
------------------------------------------------------------------------------------------------------------------------------------------------------
The key part of the log is Waiting for process 2448 to finish. Timeout = 0 minutes.
This is odd because that app has a Maximum Allowed Runtime of 15 minutes.
Other apps fail with the same error - Timeout = 0 minutes - even though they have a Maximum Allowed Runtime of 60 minutes or more.
Anyone seen this with SCCM 2012 / Windows 10 task sequences?
Merry Christmas
John