Hello to all again, I am trying to run this job which description filed are added
below but it fails with an exit code 1 every time. The error output file is coming
back with the following message: > The system cannot find the drive specified. > The system cannot find the drive specified. I don’t know if I need to include anything else. I
tried running the job mapping the drive and with the full path but the error is
the same. Description file 1: ################################################### ## DESCRIPTION FILE FOR CONDOR JOBS ##################################################### UNIVERSE = VANILLA REQUIREMENTS = (Arch == "INTEL" && OpSys
== "WINNT51") GETENV = TRUE NOTIFY_USER = username@xxxxxxxxxx INITIALDIR = c:\Condor\execute SHOULD_TRANSFER_FILES = YES WHEN_TO_TRANSFER_OUTPUT = ON_EXIT TRANSFER_INPUT_FILES = \\FILESERVER\sharename\sharename_subdirectory1\bin\sharename3\lasEnvelop.exe RUN_AS_OWNER = TRUE EXECUTABLE = \\FILESERVER\sharename\4Alex\lasEnvelop.bat OUTPUT = Envelop.out.$(Process) ERROR = Envelop.err.$(Process) LOG = Envelop.log QUEUE 1 Where, \\FILESERVER\sharename
are the same path in Transfer_input_files and Executable. Description File 2: ################################################### ## DESCRIPTION FILE FOR CONDOR JOBS ##################################################### UNIVERSE = VANILLA REQUIREMENTS = (Arch == "INTEL" && OpSys
== "WINNT51") GETENV = TRUE NOTIFY_USER = username@xxxxxxxxxx INITIALDIR = c:\Condor\execute SHOULD_TRANSFER_FILES = YES WHEN_TO_TRANSFER_OUTPUT = ON_EXIT TRANSFER_INPUT_FILES = Y:\sharename_subdirectory1\bin\sharename3\lasEnvelop.exe RUN_AS_OWNER = TRUE EXECUTABLE = Y:\4Alex\lasEnvelop.bat OUTPUT = Envelop.out.$(Process) ERROR = Envelop.err.$(Process) LOG = Envelop.log QUEUE 1 Again any input in much appreciated. Respectfully, Alex Alas Systems Administrator Tel. 301-948-8550 x219 Fax 301-963-2064 E-mail: aalas@xxxxxxxxxxxxx
Website: http://www.fugroearthdata.com |