log_server20160430.txt
(32kb) downloaded 46 time(s).Hi Team,
I have activated the 'Log to event Log' and checked on 'Server Logs' under Settings --> Log Settings. My scheduler is calling a batch file that is executing a script. At the script level I have set up a log to see whether my task is executed successfully or not by activating 'Logging Module' in Django. When I check the server logs 'log_serverYYYYMMDD.txt' located at "C:\Program Files\VisualCron\log\" folder then I can see the following server logs :
0/4/2016 3:39:59 PM Info Task started: Execute (110)
30/4/2016 3:40:56 PM Info Task completed (Failure)->'Execute' (109)
30/4/2016 3:40:57 PM Info Job completed (Failure)->'GV1'
30/4/2016 3:41:09 PM Info JobAPI->Save->Saving Jobs (3) - in shut down: False
30/4/2016 3:42:54 PM Info Task completed (Failure)->'Execute' (110)
However by looking at the Django server logs I am sure that the job of id '110' (shown above) has not failed as the script wrote some successful logs (meaning that it actually got executed). However the Visual Crno server logs show that it has failed, gives a result of 'Failed' status and an exit code of 77777 consistently for all jobs. I am not sure what could be the reason here. My .bat file works perfectly fine on running it standalone .
Could you please help me explain why is this server logs showing that task 110 has failed.
I have also attached the error logs from the server in a .text attachment.
Any help will be much appreciated :)
Thanks,
Kshitij
Edited by user
2016-04-30T14:34:34Z
|
Reason: Not specified