2 License in same database.

k0n4nk0n4n Member Posts: 25
edited 2014-02-12 in NAV Three Tier
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.

Comments

  • thegunzothegunzo Member Posts: 274
    @k0n4n

    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
  • k0n4nk0n4n Member Posts: 25
    Thanks ;)
  • krikikriki Member, Moderator Posts: 9,112
    Actually you can, but you need to hack NAV and I didn't try it out yet with NAV2013 R2 and I don't know if it will work in the future.
    http://www.mibuso.com/howtoinfo.asp?FileID=23
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.