Active / Inactive users login history - OpenEdge 11.7.5

Posted by atuldalvi123 on 04-Feb-2020 13:43

Hello All,

We need an Overview/monitor of the number of active and inactive users per customer.

How can we retrieve the users login history so that we can use this to check the license usage.

Thanks in advance.

All Replies

Posted by ChUIMonster on 04-Feb-2020 15:50

You will need to write some code to parse the .lg file.

Posted by gus bjorklund on 04-Feb-2020 17:12

alternatvely, in 11.1 and later, you can add your own 4gl code for login authentication that writes login records of your choosing.

Posted by ducity on 04-Feb-2020 23:04

and you need to understand what your license model(s) are, as this determines what information you need to collect at login and/or parse from log files.

Posted by atuldalvi123 on 05-Feb-2020 15:32

Hello All,

Do u have any sample code to parse the .log file or sample 4gl code for login authentication that writes login records ?

Thanks in advance.

This thread is closed