From 8466db8c12700bbab0835f5f1bfa71762e34ba4d Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Fri, 31 Aug 2007 17:55:26 +0000 Subject: [PATCH] Add support into the JE backend that can be used to store its compact schema encoding data in the database itself, and re-enable compact encoding by default in the configuration. By storing the compact schema encoding data in the database (a separate copy for each backend), we have eliminated the potential problems in backup/restore and binary copy initialization if there are dependencies on an external schematokens.dat file. --- opends/src/messages/messages/jeb.properties | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/jeb.properties b/opends/src/messages/messages/jeb.properties index accc77d..f6d39f1 100644 --- a/opends/src/messages/messages/jeb.properties +++ b/opends/src/messages/messages/jeb.properties @@ -314,3 +314,23 @@ the modify DN operation to be aborted while moving and/or renaming an entry \ from %s to %s because the change to that entry violated the server schema \ configuration: %s +SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN_165=An error occurred while \ + attempting to decode an object class set token from the JE compressed \ + schema definitions: %s +SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN_166=An error occurred while \ + attempting to decode an attribute description token from the JE compressed \ + schema definitions: %s +SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_STATUS_167=An error occurred while \ + attempting to store compressed schema information in the database. The \ + result returned was: %s +SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_EX_168=An error occurred while \ + attempting to store compressed schema information in the database: %s +SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_MULTIPLE_FAILURES_169=The server was \ + unable to store compressed schema information in the database after multiple \ + attempts +SEVERE_ERR_JEB_COMPSCHEMA_UNKNOWN_OC_TOKEN_170=Unable to decode the provided \ + object class set because it used an undefined token %s +SEVERE_ERR_JEB_COMPSCHEMA_UNRECOGNIZED_AD_TOKEN_171=Unable to decode the \ + provided attribute because it used an undefined attribute description token \ + %s + -- Gitblit v1.10.0