Forcing dircat to rebuild daily

The DirCat task is an addon task which starts up with the Domino Server application.

While it runs ok most of the time, it needs to be told to rebuild the DirCat.nsf because for some reasons entries from source databases sometimes do not appear in the DirCat. Rebuilding the DirCat.nsf solves this issue.

In order to do this, I tried the server’s program document, but the server doesn’t like it (says the DirCat task is already running).

How can this be accomplished?

  • Would like to run something like this: “Load DirCat DirCat.nsf -r” @ 8am each day.

Subject: forcing dircat to rebuild daily

Hi Richard. try the “-r” option

Ref.:

http://www-01.ibm.com/support/docview.wss?rs=203&context=SW000&dc=DA410&dc=DA450&dc=DA430&dc=DA440&dc=D600&dc=D700&dc=DB510&dc=DB520&dc=D800&dc=D900&dc=DA900&dc=DA800&dc=DB540&dc=DB400&dc=DB560&dc=DB530&dc=DA600&dc=DB550&dc=D100&dc=DA420&dc=DA460&dc=DB300&dc=DA470&dc=DA480&dc=DB100&dc=DA4A10&dc=DA4A20&dc=DA700&dc=DA4A30&dc=DA400&dc=DA100&dc=DA500&dc=D200&dc=DB700&dc=DB600&q1=Directory+Catalog+Rebuilds&uid=swg21092867&loc=en_US&cs=UTF-8&lang=all

Subject: forcing dircat to rebuild daily

Hi

If it says that the task is already running you should make a program that runs a “tell dircat q” before you make the “load dircat”.

However, which is the command that you can run in the console that helps you?

You can make a program called server and with this parameters:

-c “”

That should send the console command to the server like if you were typing it in the console itself.

Hope it helps.