dunnj Posted July 18, 2015 Report post Posted July 18, 2015 Trying to deploy OS using original install source media with some steps specifying windows and network config and keeps failing (on multiple PCs) with error 0x80004005. Any help is appreciated - SMSTS Log file is attached. smsts-20150718-123212-edited.log Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted July 19, 2015 Report post Posted July 19, 2015 here's your failure ProgramName = 'WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000113}" /NOINTERACTIVE']LOG]!><time="12:17:36.986+300" date="07-18-2015" component="InstallSoftware" context="" type="1" thread="2260" file="main.cpp:320"><![LOG[swdAction = '0001']LOG]!><time="12:17:36.986+300" date="07-18-2015" component="InstallSoftware" context="" type="1" thread="2260" file="main.cpp:321"><![LOG[set command line: Run command line]LOG]!><time="12:17:36.986+300" date="07-18-2015" component="InstallSoftware" context="" type="0" thread="2260" file="commandline.cpp:731"><![LOG[Working dir 'not set']LOG]!><time="12:17:36.986+300" date="07-18-2015" component="InstallSoftware" context="" type="1" thread="2260" file="runcommandline.cpp:542"><![LOG[Executing command line: Run command line]LOG]!><time="12:17:36.986+300" date="07-18-2015" component="InstallSoftware" context="" type="1" thread="2260" file="commandline.cpp:827"><![LOG[Process completed with exit code 2147749890]LOG]!><time="12:17:39.029+300" date="07-18-2015" component="InstallSoftware" context="" type="1" thread="2260" file="commandline.cpp:1123"><![LOG[Executing (sms_client)->TriggerSchedule()]LOG]!><time="12:17:39.029+300" date="07-18-2015" component="InstallSoftware" context="" type="1" thread="2260" file="runcommandline.cpp:34"><![LOG[]LOG]!><time="12:17:39.045+300" date="07-18-2015" component="InstallSoftware" context="" type="1" thread="2260" file="runcommandline.cpp:34"><![LOG[ERROR:]LOG]!><time="12:17:39.045+300" date="07-18-2015" component="InstallSoftware" context="" type="3" thread="2260" file="runcommandline.cpp:40"><![LOG[]LOG]!><time="12:17:39.045+300" date="07-18-2015" component="InstallSoftware" context="" type="3" thread="2260" file="runcommandline.cpp:40"><![LOG[escription = Not found]LOG]!><time="12:17:39.045+300" date="07-18-2015" component="InstallSoftware" context="" type="3" thread="2260" file="runcommandline.cpp:40"><![LOG[]LOG]!><time="12:17:39.045+300" date="07-18-2015" component="InstallSoftware" context="" type="3" thread="2260" file="runcommandline.cpp:40"><![LOG[Command line returned 2147749890]LOG]!><time="12:17:39.045+300" date="07-18-2015" component="InstallSoftware" context="" type="1" thread="2260" file="runcommandline.cpp:565"><![LOG[Process completed with exit code 2147749890]LOG]!><time="12:17:39.060+300" date="07-18-2015" component="TSManager" context="" type="1" thread="1852" file="commandline.cpp:1123"><![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="12:17:39.060+300" date="07-18-2015" component="TSManager" context="" type="1" thread="1852" file="instruction.cxx:3012"><![LOG[Failed to run the action: Run Command Line.Not found (Error: 80041002; Source: WMI)]LOG]! fix that and then it should continue, why however are you doing this ? Quote Share this post Link to post Share on other sites More sharing options...
dunnj Posted July 20, 2015 Report post Posted July 20, 2015 I am using the WMIC to trigger a Full scan for software updates as I am trying to catch all updates during the install process with a couple reboots in between. See reference here that I used to implement: http://blogs.technet.com/b/charlesa_us/archive/2015/03/07/triggering-configmgr-client-actions-with-wmic-without-pesky-right-click-tools.aspx If that's the case I don't understand something else then. The "Run Command Line" task is well after the steps to Apply Windows settings and join the domain and yet the machines that I have tested this on are still not being joined to the domain. Think you can enlighten me a little on this? Quote Share this post Link to post Share on other sites More sharing options...
dunnj Posted August 8, 2015 Report post Posted August 8, 2015 here's your failure fix that and then it should continue, why however are you doing this ? I am using the WMIC to trigger a Full scan for software updates as I am trying to catch all updates during the install process with a couple reboots in between. See reference here that I used to implement: http://blogs.technet...lick-tools.aspx If that's the case I don't understand something else then. The "Run Command Line" task is well after the steps to Apply Windows settings and join the domain and yet the machines that I have tested this on are still not being joined to the domain. Think you can enlighten me a little on this? Quote Share this post Link to post Share on other sites More sharing options...