From a33166c79680cdc1154b99df37987140c9bd2e9c Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Mon, 31 May 2010 09:07:29 +0000
Subject: [PATCH] Improve error message when querying the External Changelog with an invalid cookie. Improve unit tests reliabililty  for replication. 

---
 opends/src/messages/messages/replication.properties |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties
index a85b57e..439bb79 100644
--- a/opends/src/messages/messages/replication.properties
+++ b/opends/src/messages/messages/replication.properties
@@ -376,7 +376,9 @@
 SEVERE_ERR_REPLICATION_PROTOCOL_MESSAGE_TYPE_157=Replication \
  protocol error. Bad message type. %s received, %s required  
 SEVERE_ERR_RESYNC_REQUIRED_MISSING_DOMAIN_IN_PROVIDED_COOKIE_158=Full resync \
- required. Reason: The provided cookie is missing the replicated domain(s) %s
+ required because the provided cookie is missing the replicated domain(s) %s. \
+ The following cookie value can be used to retrieve the missing changes, \
+ including the COMPLETE record of changes for the missing domain(s) : %s
 SEVERE_ERR_BYTE_COUNT_159=The Server Handler byte count is not correct (Fixed)
 NOTICE_ERR_FRACTIONAL_CONFIG_UNKNOWN_OBJECT_CLASS_160=Wrong fractional \
  replication configuration: could not find object class definition for %s in \

--
Gitblit v1.10.0