You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The SYSLOGINS table contains a row for each user logged in.  The table contains the following columns:

Position

Description

0*1

DBID

0*2

USERNAME

0*3

STATION

1

LOGIN_TIME (Date and time of login)

2

ADMIN (security level)

3

APPID

 

This table is a read-only OpenInsight table.  The rows can be read, processed, and displayed, but they cannot be edited.  For example, to display the list of user  logged in, along with the date and time logged in and the application they are running, enter the following in the System Monitor:

RUN RLIST 'LIST SYSLOGINS USERNAME LOGIN_TIME APPID ID-SUPP', 1
  • No labels