Need to archive Notes apps

I need to write a script to check user activity in each Notes database on each Notes server in our domain and report who the last users were and when they accessed the database. I found a technote with reference to a Sandbox sample (Notes User Activity CLASS), but it works on a one by one app basis. That’s not feasible to use in our environment. We tried adding logic to loop through the apps on a server, but it stops at 144 for some unknown reason.

I wonder if anyone uses a tool for this?

We need to determine which apps have not been used in the last two years as those will be removed from production servers.

Any suggestions?

Thanks!

Ginni

Subject: might have something for you

based on that class library I’ve created an app that crawls one or more servers, collects the recent useage entries, filters out admin/signer/server accounts, combines the details of multiple replicas.That gives a good overview of the databases that are really not used.

I will check if it is something I can share/upload somewhere for others to use, if you are interested.

Subject: Did you ever get the OK to show the code?

Would love to see what you have if it is available?

Thanks!

Subject: Post the code you have so far

Let’s see what you have from the Sandbox app. Perhaps someone here can review what’s there and determine where the problem is with it failing for you.