I have a report that is 'processing only' that I want to run overnight.
Unlike my other tasks, this one does some bizarre things.
It runs when you select RUN and processes without issue and produces the desired output.
When put into the job queue, it not only does not successfully run but also does not put an entry into the job queue logs and it stops all other tasks from initiating yet shows only as a 'READY' status in the entries. The only way to clear it is to put the task back on hold and restart the job queue service.
I've done the normal diagnostics, but can't seem to make any progress at resolving the issue.
Any thoughts?
0
Comments
On the other hand you said that it doesn't create any Job Queue Log Entry and that's what confuses me a little bit. It should create a Job Queue Log Entry instantly when it starts. This Entry should have an empty End Date/Time as long as it's running. So, I would assume when it's in some kind of endless loop then you should at least see that unfinished Job Queue Log Entry.
Sorry for my silly answer above. There are no background sessions in NAV2009....
Microsoft - Dynamics NAV
Maybe you could try to add a new empty report into job queue to see what will happen,
if it went OK, comment your most codes in your report and try again,
if it went OK, uncomment some of your codes and try again,
Just do not forget restart NAS every time you changed source code.
At least it is my way to find out the problem.