I need to find out what databases on each of my domino 8 servers have not been accessed in X amount of days.
Any way of doing this?
I need to find out what databases on each of my domino 8 servers have not been accessed in X amount of days.
Any way of doing this?
Subject: List database usage activity for induvidual users.
You could try the Open Source project DomainPatrol found on openntf.org.
It will scan all your applications and create an inventory of them.
In the database document for each database you can see all users that have accessed the database during the last 24 hours, last week and last month.
There is also a filter action you can run on selected databases to find which of them have been accessed the last xx days.
Peter Närlund
Subject: Last Database Access
Yes, you can query the Session documents in your server Log.nsf (or build a custom view).All the info you need is in there.
Thierry Cayla