Rocket Uniface Support Resources

 View Only

How to reserve sessions for specific users

  • 1.  How to reserve sessions for specific users

    ROCKETEER
    Posted 07-12-2019 15:41

    How to reserve sessions for specific users


    Uniface Anywhere has a concurrent license model. The number of concurrent users are defined in the session feature in the license file.

    Concurrency means that up to the maximum defined in the license file, every user with the proper rights, can get its session started.

    However, if there is a need to always have a few sessions available for special / specific users, the license manager can give this possibility.


    First action:

    for version 5 and below: Create a file called '

    License.opt
    ' in the directory "
    C:\Program Files\Uniface\Uniface Anywhere\Programs\"
    using a standard text editor.

    for version 6 and above: Create a file called '

    License.opt
    ' in the directory "
    C:\Program Files\Uniface\Uniface Anywhere\licensing\"
    using a standard text editor.

    Add in this file:

    RESERVE 1 session USER <username1>
    RESERVE 1 session USER <username2>]] ></username2></username1>

    Replace <username1>, <username2> for the actual username that you wish to reserve a session for.

    When reserving a number of sessions for users with shared usernames, than you can increase the number in front of session and state the shared username in the <username1>

    In this file, you can add as many lines as you want, but the restriction will always be the maximum concurrent users defined in the license file.


    Second action:

    for version 5 and below: open the Uniface Anywhere license file (

    C:\Program Files\Uniface\Uniface Anywhere\Programs
    \*.lic) with a standard text editor (eg. notepad.exe)

    for version 6 and above: open the Uniface Anywhere license file (

    C:\Program Files\Uniface\Uniface Anywhere\Licensing
    \*.lic) with a standard text editor (eg. notepad.exe)

    Find the DAEMON line and change it to the following:

    DAEMON blm blm.exe license.opt

    Save the file and RESTART the 'Uniface Anywhere License Service'.


    If all went correct: In the

    license.log
    file that you can find

    for version 5 and below: in the directory

    C:\Program Files\Uniface\Uniface Anywhere\Programs
    \

    for version 6 and above: in the directory

    C:\Program Files\Uniface\Uniface Anywhere\Licensing
    \

    you should find the following lines after approximately 1 minute:

    16:34:11 (blm) FLEXnet Licensing version v11.10.0.3 build 96515 x64_n6
    16:34:29 (blm) Using options file: "license.opt"
    ---------
    16:34:29 (blm) EXTERNAL FILTERS are OFF
    16:34:29 (blm) RESERVING 1 session/XXXXXXXXXX license for USER <username1>
    16:34:29 (blm) RESERVING 1 session/XXXXXXXXXX license for USER <username2>
    16:34:29 (lmgrd) blm using TCP-port xxxxxx]] ></username2></username1>


    Notes

    • Reserved licenses will decrease the total number of Unreserved concurrent licenses, as are defined in the license file, in the unreserved pool.
    • The reserved licenses will ONLY be tested when the licenses in the 'unreserved' pool are all used. This means that an user defined in the options file will first have its session count from the 'unreserved" pool, before the session count will be taken from the Reserved pool.
    • Reserved licenses can NOT be used by any other user(s) than the one(s) where it is reserved for.
    • Adding the domain name in front of the username in the option file, will restrict the reserved session to the user that has its username validated in that domain. If no domain is specified in front of the username, than the reservation is valid for that username regardless of the domain or local system it has been validated on.