Error compacting 02:A5

Dear all

After upgrading from R5 to Domino 6.5.4 + FP1 at Domino Spoke Server (Hub Server and Spoke Server will replicate names.nsf of each other), I was going to convert names.nsf from ODS41 to ODS43 by "ncompact -C names.nsf at Dos Prompt console.Afterward, is appears the error message of “error compacting names.nsf 02:A5”.

How can I solve the problem???

Subject: RE: error compacting 02:A5

I can see that you are performing offline compact, is your Domino server shut down?

Teck Lung

Subject: RE: error compacting 02:A5

I did run the ncompact at Dos prompt and quite Domino Server already.Thanks for your response!

Subject: RE: error compacting 02:A5

Try these…

  1. Load the Domino 6 server.

  2. Run fixup -f from the Domino server console.

This causes Fixup to check all documents in the databases. Without this option, Fixup checks only documents modified since it last ran.

  1. Run compact -i -c -d -K (ignore errors, copy-style, delete view indexes, set large UNK table bit).

This should remove any corruptions that are detected by the Domino 6 code.

Cheers,

Teck Lung

Subject: details about error number…

taken from c-api:

#define ERR_ALREADY_ALLOC PKG_NSF+165

internaltext(ERR_ALREADY_ALLOC, “(RRV already allocated)”)

(PKG_NSF = 0x0200, 165 = 0xA5)

doesn’t get you anywhere, but Teck’s suggestions should help:)

Markus Seitz

markus.seitz@icodex.com