Hello,
Can i install 2 license with 2 instance in one Database?
I have install 2 instance in 1 database with different license, and when I connect in the instance1 my license is license1 and when I connect to instance2 my license is license2. The problem is: In license1 I have 20 users and in License2 i have 142 users and when are 20 users connect in instance2 i can not connect to instance1.
This problem have a solution?
Thanks.
0
Comments
The license is stored in the database and not in the service instances. So - no this is not possible with the current design.
However, the service instance reads the license when it is started. So it is possible to have one license in the database and start one instance, replace the license and start the other.
This can be done with powershell. Change the startup method for the service to 'Manual' and use a powershell script to start the service.
Set-NAVServerInstance -ServiceInstance <InstanceName> -Start
Import-NAVServerLicense -Service Instance <InstanceName> -LicenseFile <FileName>
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
http://www.mibuso.com/howtoinfo.asp?FileID=23
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!