Options

4 NAS Instances and license for only 2

gulamdastagirgulamdastagir Member Posts: 411
I have 4 NAS Instances working with a client license having permission only for 2.

One of the NAS Instances is "Session Killer" found here on Mibuso

How is this possible?
Regards,

GD

Comments

  • Options
    Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    Look at the Job Queue. You can run countless processes in 1 nas.

    Remember that the nas is single-threaded...
  • Options
    gulamdastagirgulamdastagir Member Posts: 411
    Thanks for the reply Mark

    I have seen the JOB QUEUE process , but it runs only one codeunit i.e.
    CASE Parameter OF
          'OSYNCH','JOBQUEUE':
           CODEUNIT.RUN(CODEUNIT::"Job Queue Dispacher");
    
    but my Codeunit 1 looks like this
    CASE X: Codeunit.run(X);
    CASE Y: Codeunit.run(Y);
    CASE Z: Codeunit.run(Z);
    CASE SESSION KILLER: Codeunit.run(SESSION KILLER); 
    

    and it all works even when the license has permission for 2

    and what does NAS is single threaded mean in this context?
    Regards,

    GD
  • Options
    Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
  • Options
    gulamdastagirgulamdastagir Member Posts: 411
    so in conclusion does it mean ,on the license file

    1415 Application Server                                                 [color=#FF0000]   2[/color]
    



    what does the "2" signify.

    Does it Mean You can connect to only two different NAV DATABASES on the same box?
    Regards,

    GD
  • Options
    Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    On the product CD there is a users manual for the Job Queue. You can schedule several tasks in that, including your session task.

    2 in your license means you can run 3.

    Each NAV license has 1 free "hidden" NAS
Sign In or Register to comment.