Hello!
Im having a problem with a multi tenant Dynamics NAV 2016 installation.
During setup both the application database and the tenant with the customers data was using our developer license.
I uploaded the customers license to their tenant and everything was running fine:
Import-NAVServerLicense 'ServerInstance' -Database Tenant -Tenant 'CustomerTenant' -LicenseData ([Byte[]]$(Get-Content -Path "C:\License\CustomerLicenseFile.flf" -Encoding Byte))
But now I want to be able to run objects not assigned to their license from the development enviroment. In a standard installation I would just go in to the development enviroment and select: Tools -> License Information -> Change and select the delelopment license.
In this a multi tenant (If I understand everything correctly) I enter the development enviroment and connect to the application database and it already has our development license. This does not help me however. Because when I try to run objects not assigned in the customers license I get the: "You do not have the following permission: Execute" message.
Any help would be appreciated. I know I need to learn more about multi tenancy overall, but right now I just need to solve this problem asap.
*This post is locked for comments