Display registered active users information

Use this procedure to display the registered active user list of the current license.

To display the registered active user list, execute the command:
fglWrt -a info users

The information displayed differs depending on the network architecture and the front-end client.

This example displays output when the connection is direct to the DVM via the Genero Desktop Client (GDC):
C:\Program Files\FourJs\Genero_Studio_3_00_22\fgl\bin>fglWrt.exe -a info users
License      : THM#XXXXXXXX
License key  : KKKKKKKKKKKK
Product      : Four Js Universal Compiler
Type         : Development version
Users        : 1/5
    FrontEndId2: {f3619311-3f9b-4a93-bba5-5d9b4ec6d84b}
        GUI Server 127.0.0.1:0 - Process Id 5144
            host-name: 4js1
            host-addr: ::ffff:127.0.0.1
            user-name: user1
            app-id: {f4afc501-f7c9-c9c6-e16f-2b881a8bf3f0}
            cx-mode: direct
This example displays output when the connection is through a Web server to the DVM:
C:\Program Files\FourJs\Genero_Studio_3_00_22\fgl\bin>fglWrt.exe -a info users
License      : THM#XXXXXXXX
License key  : KKKKKKKKKKKK
Product      : Four Js Universal Compiler
Type         : Development version
Users        : 1/5
    GUI Server 127.0.0.1:47274
        Process Id 5596
where:
License
This is the value of the license number.
License Key
This is the value of the license key.
Product
The name of the product being licensed is displayed. In relation to Genero product, this can be, for example:
  • Four J's Universal Compiler (for Genero Enterprise and Genero Mobile products)
  • Four Js Genero Report Writer (for Genero Report Engine)
  • Genero Report Writer for Java C# PHP (for Genero Report Writer products)
Type
This is the type of license. This can be runtime version or development version.
Users
This is the number of active users over the maximum number of users allowed.
FrontEndId2
For desktop clients, the Global Unique Identifier (GUID) of the front-end client is displayed. For the web and desktop clients, the GUI server's IP address and port, and the process identifier is displayed.
host-name
This is the name of the computer that runs the DVM.
host-addr
This is the server's IP address and port it is listening on.
user-name
This is the user name.
app-id
For desktop clients, the Global Unique Identifier (GUID) of the application is displayed.