GDC/GDCAX/GJC

Note: Genero Desktop Client ActiveX (GDCAX) and Genero Java Client (GJC) are desupported.

The following Client Information (clientInfo) is sent:

cx-mode   : cnType 
user-name : uname 
host-addr : ip 
hw-addr   : mac 
host-name : hname
where:
cnType
Is the connection type. The value can be "gas" or "direct"
uname
Is the local user name. The user that runs the Front End.
ip
Is the user computer IP address; this is the local IP address even if the connection goes through a router or a proxy.
mac
Is the user computer mac address
hname
Is the user computer name

Examples:

  • With direct connection to the DVM

    cx-mode   : direct            
    user-name : Administrator     
    host-addr : 10.0.0.65         
    hw-addr   : 00-0C-29-8D-EE-F0
    host-name : server-2   
  • With connection to GAS or through a web server

    cx-mode   : gas                 
    user-name : Administrator       
    host-addr : 10.0.0.65           
    hw-addr   : 00-0C-29-8D-EE-F0   
    host-name : server-2