Hello,
I have setup a job queue which processes interfaced data from SalesForce and inputs this in NAV, when executing the table and report, the status of these records is placed on 'processed' like it should be. However, the automated job queue does not do this and the records remain on 'to be processed'. The job queue's worked earlier. They are active and they have a heartbeat. When debugging I get this error:
Note the job queue category code, different job queue's are setup, but the one I am working with is of type SYNCH, sometimes the error happens on SYNCH aswell. I tried disabling the other job queue's, but debugging seems to restart these job queue's, so I'm quite clueless on why my job queue doesn't work.
The job queue is started from NAS, as far as I know there is no problem with this.
Answers
Not sure if this is applicable to your situation, but you might have this kind of issue because of the time zone settings of your server. For instance, you run your RTC in time zone GMT+2 and the Job Queue Entry falls into the Date/Time filters, but your server runs it in UTC and the Date/Time filters do not match anymore.