Setting up a new job that runs some batch files and single commands from the commandline. The first problem was that when running one of the batch file tasks in the job, there was an error from it not being set up correctly. Fixed the mistake - but every job on the server - not just that job - would no longer run a commandline that contained a path with a space without double quotes around it. So the double quotes have been added, though the existing jobs had not required this in the past.
Did some more work on the new job, had to correct some addition issues with how the batch file tasks were set up, but apparently this caused a new issue - the job deletes itself every time I try doing a test run of one of the batch file tasks:
10/2/2009 12:43:53 AM Debug Job (9) was removed from processlist: <jobname>
10/2/2009 12:43:53 AM Info Job deleted
10/2/2009 12:43:53 AM Info Job completed: <jobname>
I'm planning to reinstall VC to see if that will help, but would like to check and see if this is a preventable issue.
Edited by user
2009-10-02T08:15:52Z
|
Reason: Not specified