开发者

Extracting Metadata of Lotus Notes Applications Using Notes Java API?

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


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 catalog process is not running. You can load it by simply type "load catalog" at the console. More details ==>here.

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


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜