Log user login/logout

 

Description

You can log user login and logout by including a string object called LogUserLogin in the configuration. From IGSS32 v3 this object is automatically included in every new IGSS configuration you create. However, if you convert a configuration from an earlier version, the object must be manually created as follows.

The string length must be 36 characters or more to include all the information.

The string will be formatted as a fixed width, comma-separated string. Click each element for details.

a, bbbbb, cccccccccccccccc, dddddddd

 

Procedure

  1. Select Objects ® New Unreferenced. The Object Browser dialog box appears.
    We do not need a graphical display for this object.
  2. In the Type group, select String and type the name LogUserLogin exactly as shown and click OK.
  1. On the String Object tab, specify the required string length (see description above).
  2. On the Data Management Definitions tab, check the Out box in the Logging group. Otherwise, the string will not be logged.
  3. On the Edit Mapping tab, select the Text atom and select local I/O mode.
  4. Click OK to save the object
  5. Install the configuration.
  6. Start the configuration and log in and log out using different user names.
  7. Check that the string is logged by opening the LOG table using the ODBC interface.

images\CHICLET.gif How

 

images\BTN_Example.gif