I am trying to run a job but it fails exiting with the code
107374515. I know if the job succeeds it will exit out with code 0 and anything
else non-zero code means it failed but I don’t know if this code means
anything or if it is a generic error code. My description file is the following: ######################################################################################### # Description file for Batch File for TESTING purposes # Prepared by Alex Alas ########################################################################################## universe = vanilla requirements = (Arch == "INTEL" && OpSys
== "WINNT51") notify_user=username@xxxxxxxxxx initialdir = c:\condor\execute_bk should_transfer_files = YES when_to_transfer_output = ON_EXIT transfer_input_files = c:\windows\system32\systeminfo.exe run_as_owner = true executable = Batch4testv2.bat output = Batch4testv3.out.$(Process) error = Batch4testv3.err.$(Process) log = Batch4testv3.log queue 1 The batch file I am running is as follow: > systeminfo.exe Any input is much appreciated,
Respectfully, Alex Alas Systems Administrator |