From 458de7e54da932519ce0c17e2470c89c5b5a045c Mon Sep 17 00:00:00 2001 From: dugan <dugan@localhost> Date: Mon, 24 Aug 2009 17:15:51 +0000 Subject: [PATCH] Fix for issue 4188: invalid schema raises exception import exception --- opends/src/messages/messages/jeb.properties | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/jeb.properties b/opends/src/messages/messages/jeb.properties index 6a3e241..5070dd6 100644 --- a/opends/src/messages/messages/jeb.properties +++ b/opends/src/messages/messages/jeb.properties @@ -370,3 +370,14 @@ NOTICE_JEB_IMPORT_LDIF_BUFF_SIZE_LESS_DEFAULT_197=Setting phase one buffer \ size to minimal %d bytes and proceeding SEVERE_ERR_DATABASE_ERROR_198=Database error during backend operation: %s +SEVERE_ERR_JEB_IMPORT_LDIF_INDEX_WRITE_DB_ERR_199=The following \ +error was received while processing the %s index: %s +SEVERE_ERR_JEB_IMPORT_LDIF_IMPORT_TASK_ERR_200=The following \ +error was received while processing the import task: %s +SEVERE_ERR_JEB_IMPORT_LDIF_MIGRATE_EXCLUDED_TASK_ERR_201=The following \ +error was received while processing the migrate excluded task: %s +SEVERE_ERR_JEB_IMPORT_LDIF_MIGRATE_EXISTING_TASK_ERR_202=The following \ +error was received while processing the migrate existing task: %s +SEVERE_ERR_JEB_IMPORT_LDIF_APPEND_REPLACE_TASK_ERR_203=The following \ +error was received while processing the append and replace task: %s + -- Gitblit v1.10.0