From 3af1c93c0de41be1cdfc0e6aff1d1c98f1d5530b Mon Sep 17 00:00:00 2001
From: mrossign <mrossign@localhost>
Date: Tue, 07 Jul 2009 09:15:52 +0000
Subject: [PATCH] Fractional replication Info about the feature:  https://www.opends.org/wiki/page/FractionalReplication

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

diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties
index b77bb30..0dc17b9 100644
--- a/opends/src/messages/messages/replication.properties
+++ b/opends/src/messages/messages/replication.properties
@@ -372,4 +372,41 @@
 SEVERE_ERR_INVALID_COOKIE_FULL_RESYNC_REQUIRED_158=The provided cookie is \
  valid in the current context due to %s. Full resync is required
 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 \
+ schema
+NOTICE_ERR_FRACTIONAL_CONFIG_UNKNOWN_ATTRIBUTE_TYPE_161=Wrong fractional \
+ replication configuration : could not find attribute type definition for %s \
+ in schema
+NOTICE_ERR_FRACTIONAL_CONFIG_NOT_OPTIONAL_ATTRIBUTE_162=Wrong fractional \
+ replication configuration : attribute %s is not optional in class %s
+NOTICE_ERR_FRACTIONAL_CONFIG_WRONG_FORMAT_163=Wrong fractional replication \
+ configuration : wrong format : %s (need at least [<className>|*],attributeName)
+NOTICE_ERR_FRACTIONAL_CONFIG_BOTH_MODES_164=Wrong fractional replication \
+ configuration : cannot use both exclusive and inclusive modes
+NOTICE_ERR_FRACTIONAL_CONFIG_PROHIBITED_ATTRIBUTE_165=Wrong fractional \
+ replication configuration : prohibited attribute %s usage
+NOTICE_ERR_FRACTIONAL_166=Fractional replication : exception for domain : %s : \
+ %s
+NOTICE_FRACTIONAL_BAD_DATA_SET_NEED_RESYNC_167=Warning : domain %s fractional \
+ replication configuration is inconsistent with backend data set : need \
+ resynchronization or fractional configuration to be changed
+MILD_ERR_PLUGIN_FRACTIONAL_LDIF_IMPORT_INVALID_PLUGIN_TYPE_168=The fractional \
+ replication ldif import plugin is configured with invalid plugin type %s. \
+ Only the ldifImport plugin type is allowed
+NOTICE_ERR_FULL_UPDATE_IMPORT_FRACTIONAL_BAD_REMOTE_169=The online full \
+ update for importing suffix %s data from remote directory server %s has been \
+ stopped due to fractional configuration inconsistency between destination \
+ and source server : imported data set has not the same fractional configuration
+NOTICE_ERR_FULL_UPDATE_IMPORT_FRACTIONAL_REMOTE_IS_FRACTIONAL_170=The online \
+ full update for importing suffix %s data from remote directory server %s has \
+ been stopped due to fractional configuration inconsistency between \
+ destination and source server : imported data set has some fractional \
+ configuration but not destination server
+NOTICE_ERR_FRACTIONAL_FORBIDDEN_OPERATION_171=The following operation has \
+ been forbidden in suffix %s due to inconsistency with the fractional \
+ replication configuration : %s
+NOTICE_ERR_FRACTIONAL_FORBIDDEN_FULL_UPDATE_FRACTIONAL_172=The export of \
+ domain %s from server %s to all other servers of the topology is forbidden as \
+ the source server has some fractional configuration : only fractional servers \
+ in a replicated topology does not makes sense

--
Gitblit v1.10.0