Quantcast
Channel: Configuration Manager 2007 Operating System Deployment forum
Viewing all articles
Browse latest Browse all 1063

Task Sequence Run Command Line Error: Working dir 'not set'

$
0
0
In my task sequence I have setup a few tasks to Run a Command Line for simple tasks -- copying a file from a network share to the %windir%, and running a local EXE on the machine.

Some of my "Run a Command Line" look like this;

cmd /s copy "\\server\share$\file.txt" C:\Windows\

Another one;

cmd /s "C:\Program Files\Company\app.exe" /commandlineswitch

The errors I am seeing in the ConfigMgr Console are;

The task sequence execution engine failed executing the action (Command Line Test) in the group (Group) with the error code 1460
Action output: =======================[ smsswd.exe ] =======================
PackageID = ''
BaseVar   = '', ContinueOnError=''
SwdAction = '0001'
Set command line: Run command line
Working dir 'not set'
Executing command line: Run command line
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.. The operating system reported error 1460: This operation returned because the timeout period expired.

I have the command line set to expire in 10 minutes or else it would hang forever.

Is anyone else seeing any issues with running a command line within a task sequence?

Thanks.

Viewing all articles
Browse latest Browse all 1063

Trending Articles