I have some 41 jobs scheduled from VisualCron. All of the jobs execute a task which executes and passes an argument to similar batch files.
{
c:
cd C:\Program Files\Baan\bin
bw hckjobsc.bwc -- -set BSH_JOB=%1 ttaad5203m000
}
Once the task is complete the associated DOS session closes, then the job completes and displays one of the finished results. I have been able to observe 7 of my jobs and the associated task, to Very Randomly continue displaying "Running" after the DOS session has closed. I've not been able to find a difference in the configuration of the jobs.
This was also a problem that I had hoped would be resolve in version 4.9.0, but I continue to be faced with it in version 5.5.0. I did however notice a message in version 4 that would state state “Exit Code Error”, whenever I would notice a finished job displaying "Running" in the results column.
😕