Hi,
I am trying to schedule a job in NAV 5.00. I have entered the object to run in the Job Queue Entries but dont know how to start it.
This is something different from the NAV 4.00 where we could start the scheduler. Can anyone help me??
Hi,
I am trying to schedule a job in NAV 5.00. I have entered the object to run in the Job Queue Entries but dont know how to start it.
This is something different from the NAV 4.00 where we could start the scheduler. Can anyone help me??
You need the NAS to be running with a parameter of JOBQUEUE, alternatively you could run a report to do
AppMan.NASHandler(‘JOBQUEUE’);
where AppMan is code unit ApplicationManagement
Check this blog http://dynamicsuser.net/blogs/navsustatined/archive/2007/12/19/job-queue-in-microsoft-dynamics-nav-5-0.aspx
Now Job Queue runs from NAS.