views:

135

answers:

2

Hi All,

I am looking for extracting metadata about Notes Applications on a Domino server using Java Notes API. I tried reading the list of applications/databases from catalog.nsf file. But catalog.nsf does not have new Applications that are created based on a existing template.

So From where can I get the list of applications that are existing on a Domino Server? Will the new Applications be added to catalog? If not how to make them to be added in the catalog?

Any help or Ideas will be much appreciated.

Thanks,

Srinivas

A: 

This is more of a "Server Fault" answer, but in the Domino Directory, you can turn on the Domain Catalog server task for a server in your domain, and that server will populate (and keep updated) the catalog.nsf file, which will then replicate across your domain.

So just enable that task within the server document, or go to the domino console and type load catalog

Ken Pespisa
+1  A: 

So if you want to do this in Java If the catalog.nsf is not upto date, then you can also try the dbdirectory class, look ==>here.

This should have an example to give you an idea how to read through all database on the server. If the Domino server is not registering new applications then the "dircat" process may not be running. ==>This link also shows you how to create a catalog.nsf, and get it updated with all applications.

There can still be other issues, but will wait for your response.

giulio