I want to know if a user log on into Notes a specific day. It is possible?Thanks
Subject: It is possible to know if an user used the mail a specific day?
Hi,
if “activity logging” is enabled for the database then you cen read the information ot of there.
In the Snadbox there is a LotusScript-Class that lets you access this data.
Hope this helps.
Bye
Hynek
Subject: Use log analysis from the Domino Administrator, or Activity Analysis
Select the server, go to Server-Analysis… Tools\Analyze\Log. Enter the date range you want, and on the Words tab, enter the users name. Log analysis even runs in the background!
If you have activiity logging turned on, you could use Activity Logging, and look at “Mail” events.
Subject: It is possible to know if an user used the mail a specific day?
I hope so.
I would create a LS script. The script goes through the LOG.NSF/Miscellaneous Events and searches for the “Opened session for user name” string.
HTH
Jindra
Subject: RE: It is possible to know if an user used the mail a specific day?
can you send me this LS script?. Thanks. rruiz@forcem.es
Subject: RE: It is possible to know if an user used the mail a specific day?
In v6 you can enable license tracking on the server, which keeps an upto date list of which users are connecting/by protocol (nrpc, http etc).
With a few tweaks of the code they include, you can track active v inactive users(by default it classes inactive after 30 days of no activity).
Simon