joshA Posted March 30, 2017 Report post Posted March 30, 2017 Hello All: I have a problem with my SCCM2012/MDT2013 Task Sequence where it's skipping the app install step. The whole TS runs fine and the coalesce apps scrip runs because I can see the output, but then it just completely skips installing the apps. All I see in SMSTS.log is: <![LOG[ Parsing step node: Install Applications]LOG]!><time="12:40:35.099+420" date="03-30-2017" component="TSManager" context="" type="1" thread="2004" file="tsxml.cpp:459"> <![LOG[Description: ]LOG]!><time="12:40:35.099+420" date="03-30-2017" component="TSManager" context="" type="1" thread="2004" file="tsxml.cpp:463"> <![LOG[ContinueOnError: true]LOG]!><time="12:40:35.099+420" date="03-30-2017" component="TSManager" context="" type="1" thread="2004" file="tsxml.cpp:467"> <![LOG[SuccessCodeList: 0]LOG]!><time="12:40:35.099+420" date="03-30-2017" component="TSManager" context="" type="1" thread="2004" file="tsxml.cpp:475"> <![LOG[RetryCount: 2]LOG]!><time="12:40:35.099+420" date="03-30-2017" component="TSManager" context="" type="1" thread="2004" file="tsxml.cpp:479"> <![LOG[No condition is associated with the step.]LOG]!><time="12:40:35.099+420" date="03-30-2017" component="TSManager" context="" type="1" thread="2004" file="tsxml.cpp:674"> <![LOG[Disable: ]LOG]!><time="12:40:35.099+420" date="03-30-2017" component="TSManager" context="" type="1" thread="2004" file="tsxml.cpp:488"> <![LOG[Run in attribute: FullOS]LOG]!><time="12:40:35.099+420" date="03-30-2017" component="TSManager" context="" type="1" thread="2004" file="tsxml.cpp:496"> <![LOG[Timeout: ]LOG]!><time="12:40:35.099+420" date="03-30-2017" component="TSManager" context="" type="1" thread="2004" file="tsxml.cpp:500"> <![LOG[DefaultVarlist found]LOG]!><time="12:40:35.099+420" date="03-30-2017" component="TSManager" context="" type="1" thread="2004" file="tsxml.cpp:583"> <![LOG[No variables found in default variable list]LOG]!><time="12:40:35.099+420" date="03-30-2017" component="TSManager" context="" type="1" thread="2004" file="tsxml.cpp:610"> <![LOG[Action command line: smsappinstall.exe /app: /basevar:COALESCEDAPPS /continueOnError:True]LOG]!><time="12:40:35.099+420" date="03-30-2017" component="TSManager" context="" type="1" thread="2004" file="tsxml.cpp:526"> <![LOG[Adding instruction at 69]LOG]!><time="12:40:35.099+420" date="03-30-2017" component="TSManager" context="" type="1" thread="2004" file="tsxml.cpp:528"> There are no App*.log files at all. I'm at a loss of why it won't execute. I have managed to run this same TS twice and it installed the apps and now, nothing. I have even tried deleting and re-adding the install steps. I have included the smsts.log, zticoalesce.log, and bdd.log. If anyone needs other logs please let me know. Thanks, Josh smsts.log BDD.log ZTICoalesce.log Quote Share this post Link to post Share on other sites More sharing options...
Jorgen Nilsson Posted March 31, 2017 Report post Posted March 31, 2017 Hi, Interesting, what if you run a script like this https://blogs.technet.microsoft.com/mniehaus/2010/04/26/dumping-task-sequence-variables/ to dump all the TS variables before the Install apps step so you can see the variables that are present at that time.. Regards, Jörgen Quote Share this post Link to post Share on other sites More sharing options...
8of9 Posted March 31, 2017 Report post Posted March 31, 2017 From your smsts.log 'App policy for 'VMWare Remote Console Plug-in 5.1' not received. Make sure the application is marked for dynamic app install' For that particular application, if is isn't deployed, do you have "Allow this application to be installed from the Install Application task sequence action without being deployed" ticked in the application properties? Does the Install Applications section run if you temporarily remove the above application from the Task Sequence? Quote Share this post Link to post Share on other sites More sharing options...