Server address book replication error

Hi all,

when I try to replicate the address book it comes up with the error “no such entry - failed with gblmil02/server/engprod/renold”

is there any other logs i can use to figure out this error, or is this a regular thing that just requires a simple command,

any help is appreciated,

MattyG

Subject: Server address book replication error

Can you add the NAB on gblmil02/server/engprod/renoldto your workspace?

If not, it may just be that Notes cannot resolve the connection using the Server Docs.

If the replication is scheduled, then again, the server may not be able to resolve the servername. You can specify IP addresses in the Connection Doc.

Run a Trace on the Source Server to gblmil02/server/engprod/renold.

This will at least rule out a connection issue

Subject: RE: Server address book replication error

no there is actually a connection, sorry i should have mensioned, it starts to replicate saying that there is 2,700 documents to replicate gets to 500 or so (can’t tell, it goes so fast) and then falls over,

still got any ideas,

is there any commands that can be run like

load fixup names.nsf (ive tried and it doesnt work)

or similar

thanks again

MattyG

Subject: RE: Server address book replication error

Maybe the Fixup is not catching the item concerned as the NAB is always in use.

Maybe run Fixup, Compact, Updall from CMD Prompt.


Go onto Remote with Server

Shut Down Notes Server

Goto CMD Prompt

Goto Program files directory for Server

type nfixup \names.nsf -F

(If this does not do anything run from data directory, haven’t done it for a while)

After Fixup runs

type ncompact \names.nsf -D -c

After compact

type nupdall -V -F


Subject: RE: Server address book replication error

OK, i will have to try tonight when all the users are off,

thanks,

MattyG

Subject: RE: Server address book replication error

actually thinking about it, there is no nfixup on the linux version or am i just looking in the wrong place?

Subject: RE: Server address book replication error

Oh, I did not realise that you were on Linux. Sorry.

OK while server is running, but users have gone.

Not sure how Notes reacts when names.nsf is put out of action. Only cause I haven’t fixed a corruption on names.nsf for a while. I’m sure it is just a case of users being locked out during that period.

Drop All

DBCache Flush

Drop All

Load Fixup names.nsf -F -O

Then

Load Compact names.nsf -D -c

Then

Load Updall -V -F

See if it has fixed the problem. If not, also check log to see if any of above produced a corrupt doc ID to locate and remove.

Subject: RE: Server address book replication error

ok, will try tonight, erm where are the logs located, the only logs i know of are the mail router logs (i have only just taken ownership of our notes server)

Subject: RE: Server address book replication error

There is only 1 log file as standardOn NT its log.nsf

This contains

Routing

Replication

Miscellaneous(nearly everything appears in here)

As there is only 1 file, sometimes this can become corrupt due to the high usage. So some admins create new logs and code applications to write to their log rather than the server log.

Subject: RE: Server address book replication error

Most of the commands worked except for compact because i had to be logged in to access the console, i have checked my local log.nsf and i get the following error message,

Unable to store document in renoldnames.nsf (NoteID = 0) from GBLMIL02/Server/EngProd/Renold names.nsf (NoteID = 8918): No such entry

Unable to store document in renoldnames.nsf (NoteID = 0) from GBLMIL02/Server/EngProd/Renold names.nsf (NoteID = 8922): No such entry

Unable to replicate renoldnames.nsf: No such entry

Unable to replicate with server GBLMIL02/Server/EngProd/Renold: No such entry

Any ideas

Thanks again

MattyG

Subject: RE: Server address book replication error

Hello, did you ever get to the bottoms of this. I have a similiar problem. The user has an R5 client and replications the Domino Directory (6.5.4 design) on the server (6.5.4) locally. The replication starts and then ends with the same errors you were getting.

Subject: Server address book replication error

ok i tried it last night, i can do all the commands except for the command load compact etc etc because i have to log in to notes to access the server console, for saome reasn i cant access it via our linux server, anyway after checking my local log.nsf it seems i have the following entry under replication tab

"Unable to store document in renoldnames.nsf (NoteID = 0) from GBLMIL02/Server/EngProd/Renold names.nsf (NoteID = 8918): No such entry

Unable to store document in renoldnames.nsf (NoteID = 0) from GBLMIL02/Server/EngProd/Renold names.nsf (NoteID = 8922): No such entry

Unable to replicate renoldnames.nsf: No such entry

Unable to replicate with server GBLMIL02/Server/EngProd/Renold: No such entry"

Any ideas,

thanks again,

MattyG