Configuring NAS to run Job Queue
Navision Application Server (NAS) is nothing but a faceless client that is running as service and Job Queue is the setup available in NAV to schedule multiple activities at designated dates and times. In this recipe, we will be configuring NAS to execute Job Queue activities.
How to do it...
Open the Microsoft Dynamics NAV Administration tool and choose NAV Server Instance to configure NAS.
Update the following settings for NAS Services. Refer to the following screenshot.
Setting
Value
Company:
Your Company form NAV Database
Startup Argument:
JOBQUEUE
Startup Codeunit:
1
Startup Method:
NASHandler
Save the settings and restart the instance.
How it works...
NAS is executed on the basis of which company we select; so to instruct our service which company to use, we have provided a company name for setting company. This means, for every company for which we want to execute NAS, we need to create a Navision Server Instance for that database...