From 90f97a8328fb2433989b4ac05dd565dc6b4db4bc Mon Sep 17 00:00:00 2001
From: Fabio Pistolesi <fabio.pistolesi@forgerock.com>
Date: Mon, 02 Nov 2015 09:41:59 +0000
Subject: [PATCH]     OPENDJ-1937 Replication draft change log changeNumber attribute should be synchronized with other RSs during initialization

---
 opendj-server-legacy/src/messages/org/opends/messages/task.properties |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/task.properties b/opendj-server-legacy/src/messages/org/opends/messages/task.properties
index a42ac60..7846847 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/task.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/task.properties
@@ -196,4 +196,11 @@
 the rebuildAll or rebuildDegraded option is used
 INFO_TASK_PURGE_CONFLICTS_HIST_NAME_109=Purge conflicts historical
 ERR_TASK_INVALID_ATTRIBUTE_VALUE_110=Attribute %s has an invalid value. \
-Reason: %s
\ No newline at end of file
+Reason: %s
+INFO_TASK_RESET_CHANGE_NUMBER_111=Reset change number index to begin with a given number and change.
+ERR_TASK_RESET_CHANGE_NUMBER_CHANGELOG_NOT_FOUND_112=No changelog database was found for baseDN '%s'. Either the \
+  baseDN is not replicated or its changelog has not been enabled in this server.
+ERR_TASK_RESET_CHANGE_NUMBER_NO_RSES_113=The change number index cannot be reset because this OpenDJ instance \
+  does not appear to be a replication server
+ERR_TASK_RESET_CHANGE_NUMBER_INVALID_114=Invalid change number (%d) specified, it must be greater than zero
+ERR_TASK_RESET_CHANGE_NUMBER_FAILED_115=Unable to reset the change number index: %s

--
Gitblit v1.10.0