We need to decide if we want to keep one of our domino server and we need a list of access to see if users are still accessing database on domino server.
where can we get this list to see if users are still active and are accessing databases (and what dbs)
Subject: Any way to check if users are accessing database on a server?
If you have a database Catalog set up, ‘Application Activity’ will show the number of users per database.
If you set LOG_SESSIONS=1 and LOG_REPLICATION=1 in your notes.ini, you’ll be able to see when users connect to the server, and that information is kept in log.nsf.
Database Properties → Information tab → User Detail will show user activity per database.
Subject: RE: Any way to check if users are accessing database on a server?
I’m not aware of any build-in way to export to an excel spreadsheet, but you could probably create a custom view in the catalog.nsf & export from there.