1.

Solve : BATCH job failing to start?

Answer»

I have dozens of batch jobs that RUN during the weekend. A lot of them run at the same time.
At the end of each batch job I have the following line:

CALL %BATCH%\SETLEVEL.BAT %ERRLEVEL%

Basically, all jobs call SETLEVEL.BAT which does some cleaning up and stores the error level of the running job in its appropriate log file.

I'm not an expert in OPERATING systems but my question is this:

Is it possible that mutliple jobs call SETLEVEL.BAT at the same time but the call fails on one of them? I'm noticing in my log files that the log ENTRIES entered by SETLEVEL.BAT are MISSING. It's as if some jobs don't make the call above. Yet, the operating system shows no error message anywhere.

Thanks !


add a pause command at the end and tell me if there are any errors and tell me if any close post the code for all the ones that FALL under that category and post the code for SETLEVEL.BAT



Discussion

No Comment Found