Hi All,
I am trying to get NAS services working in a NAV 2013 R2 multi-tenant environment. We have our application database separate from our business tenant databases. I would like to enable NAS services on a separate service instance that points to the same application database that all of the tenants use. Each tenant needs to have their own Job Queue.
I have enabled NAS services at the service instance level. I set a Services Default Company although some of the tenants have identically named companies. I picked a company that was unique among the tenants. I have set the Startup Codeunit to 450 and the Startup Argument to JOBQUEUE and the service starts successfully. I have mounted the tenants and set Enable NAS Services to True when mounting them.
I created a Job Queue called ALLJOBS within a tenant, but I can't get the queue to start. If I set it to start automatically, then it never appears to even try to start no matter how many times I restart the service. If I set the queue to start manually, then I do see this error in the Session Event table in the tenant: The Job Queue does not exist. Identification fields and values: Code=''
Any help would be greatly appreciated...
Thanks,
Ben
0
Comments
Now that it's all set up though it works well - I can have 1 NAS service instance with all of the tenants mounted to it each with their own job queue, entries, and recurrences.
Ben