I am currently doing an upgrade from NAV 2009 to NAV 2017 and the last step is to attach a NAV Application Server to my database and make it run the old Job Queue Entries. This was really simple before but I can't find any document on how to configure it for NAV 2017. Codeunit 450 which was used for NAV 2016 is now different and I can't get my NAS to start.
I can get the tasks started with task scheduler but then job queue entries will run with the incorrect user who might not have sufficient permissions.
Really grateful for any comments around this.
Navision developer
0
Answers
Create a second service and enable Task Scheduler only on this, run the service with the user account that has permission.
Are you sure it is the service account which is running the jobs and not the userid which can be seen in Job Queue Entry? Found out I can easily change userid in the job queue entry but just modifying the jobs.
https://juhl.blog/2017/07/15/debugging-with-task-scheduler/
Also check out https://1clickfactory.com/blog/how-to-use-new-task-scheduler-in-nav-2017/
Thanks for your help!
But when used from job queue everything still stops which has always been annoying.
When several services has TS activated, it's random which service handles the request.