I’ve 2 servers (ServA and ServB), who have replications scheduled for 5 databases.During 1 year, the replication worked well.
But since a month, I receives errors :
-
if ServA initiate replication with ServB → all works fine.
-
if ServB initiate replication with ServA → “Unable to store document in ServA admin4.nsf (NoteID = 290) from admin4.nsf (NoteID = 290): Remote system no longer responding”.
I’ve checked configuration on the 2 servers but it seems to be good, and I’ve restarted the 2 servers without result.
If someone have any idea…
Tks for advance.
Subject: Replication in one direction only
Worst case, you may have to pull a new replica. There is some sort of corrupt document in one of the replicas. Best case, doing Compact and Fixup may clear it up. We fought this demon periodically in huge replicated databases where I worked previously. I can’t say we ever had a good explanation.
Subject: RE: Replication in one direction only
Tks for your answer Doug.I’ve Compact and Fixup the 5 databases, but the problem still occurs :o(
Moreover, I’ve created a new empty database on ServA. I’ve created a replica of this database, on ServB :
-
from ServA : “replicate ServB DbTest.nsf” => works fine.
-
from ServB : “replicate ServA DbTest.nsf” => “Unable to store document in ServA DbTest.nsf (NoteID = 302) from DbTest.nsf (NoteID = 306): Remote system no longer responding”.
The problem occurs only when replication is initiated by ServB, and for all databases (I’ve a third server ‘ServC’, which replicate correctly the same databases with both ServA and ServB!!).