noobian Posted June 23, 2015 Report post Posted June 23, 2015 Hi, Very new to SCCM and I am trying to fault find a task I have created. I am deploying a task with a few simple batch script operations that I have got working on one Windows 7 computer. There are 3 operations that are in the task sequence editor, added from 'Add' --- 'General' --- 'Run Command Line' 1. Is a simple file copy that works every time. 2. Incorporates 3 batch files and one vbs script in the task that deletes user profiles 3. Copies a file to C:\ - I added this as an indication that the task sequence managed to get to the end of the job. I then went to test it on another computer and I am getting a generic failure error 0x4005 (16389). I can't seem to find anywhere in SCCM in terms of logging that gives some clearer indication of what is happening and where the operations got stuck. Any help appreciated. Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted June 23, 2015 Report post Posted June 23, 2015 When you only used Run command line steps then all the available logging should be in the SMSTS.log. Quote Share this post Link to post Share on other sites More sharing options...
noobian Posted June 23, 2015 Report post Posted June 23, 2015 Thanks for your reply. I looked in all these 3 locations and can't find a log called SMSTS.log C:\_SMSTaskSequence - one file present called TSenv.dat C:\windows\system32 - no ccm folder C:\windows\SysWOW64\ccm - Empty Thanks Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted June 24, 2015 Report post Posted June 24, 2015 check in C:\Windows\CCM\Logs Quote Share this post Link to post Share on other sites More sharing options...
noobian Posted June 24, 2015 Report post Posted June 24, 2015 that's it! Thanks Quote Share this post Link to post Share on other sites More sharing options...