Get all the databases in a directory on a server?

Hi All,

I am creating an agent that will go through all the databases in a certain directory.

How would i get all the databases and go through each one looking for a specific document?

Thanks very much

Subject: You’ve not said what you are trying to do when you “get the databases in the directory” but…

… if you are just rying to get a listing, say for reporting purposes, this tool may help you.

http://www.openntf.org/Projects/codebin/codebin.nsf/CodeByDate/AD284405990969E286256FAE0078C2F6

Subject: Get all the databases in a directory on a server?

Use the LotusScript NotesDbDirectory class.

Subject: Get all the databases in a directory on a server?

Why don’t you use Domain Search instead of creating an agent? It’s easy to setup and use.