RE: Any way to check if users are accessing database on a server? Mark Taylor 2.Feb.17 07:04 PM a Web browser Domino Server All ReleasesAll Platforms
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.