*This post is locked for comments
Yes this will take up 1 user license per NAS..
Depending on your license you also need to have the granule for the NAS and Job Queue. Your partner should be able to explain this in more detail to you. If your for instance have a Business Ready License then you have 1 NAS and the Job Queue automatically in your license. But if you have a Professional license then you need to purchase them seperately.
OK. Thank you. I shall read about it on-line. Bty, does this jod queue, service or scheduler requires to use up i user's license to run? I am a little confuse on this when someone told me this. Maybe you would know better. Cheers!
Hi,
NAS refers to the NAV Application Service. This is a service that runs and within NAV you can setup a job queue. WIthin the job queue you will define what needs to run and when. So you can handle the setup within NAV and the NAS will handle the processing of it. Be aware that the NAS is a service and therefore cannot handle windows. So therefore you need to make sure that the code is not opening any windows (like processing bars or confirmation popups).
Information about job queue for NAV 2013 R2 (but this feature has been available in previous versions):
msdn.microsoft.com/.../hh879427(v=nav.71).aspx
Hope this is helpful. You can find a lot of information on MSDN or of course google, on how to setup a NAS and use the job queue (msdn.microsoft.com/.../aa496089.aspx).
Hi! Remcov, Sorry..I do not see the logic of a NAS for this process since the batch jobs runs during the night where no users are using the system. Also, the job queue defines refers to MS SQL or Dynamics NAV?
Hi,
You can setup a NAS, if you haven't already done this. And place report 795 in the job queue.
There needs to be a change in codeunit 5895, so it will not open the dialog box. So in the function OpenWindow in this codeunit, do an exit:
IF NOT GUIALLOWED THEN
EXIT;
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156