1.

Solve : question on task schedules log file?

Answer»

Hi,

I have a question REGARDING the DOS batch file. I have a couple of batch FILES (.bat) and added them to the task schedules that will run them at every two hours. I have also had a perl-based file (.pl) scheduled to run every night.

When I checked on the schedule log file, i saw the following
"backup_data.job" (LM2FS(Data).bat)
   Result: The task completed with an EXIT code of (1).
"backup_mails.job" (LM2MS(Mail).bat)
   Result: The task completed with an exit code of (1).

However, I GOT a different result for perl-based file
"rebuildspamdb.job" (rebuildspamdb.pl)
   Result: The task completed with an exit code of (0).

I wonder what it MEANS if it says the task completed with an exit code of (1) and the task completed with an exit code of (0).

Any help would be greatly appreciated.

Thank you in advance



Discussion

No Comment Found