From 945da0648298c42d4a0df3f7b56111f7477ddadd Mon Sep 17 00:00:00 2001 From: dugan <dugan@localhost> Date: Mon, 17 Aug 2009 00:23:12 +0000 Subject: [PATCH] These changes allow import-ldif to support multiple suffixes and fix some problems with the include/exclude options. --- opendj-sdk/opends/src/messages/messages/jeb.properties | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/jeb.properties b/opendj-sdk/opends/src/messages/messages/jeb.properties index 905e304..8b8846d 100644 --- a/opendj-sdk/opends/src/messages/messages/jeb.properties +++ b/opendj-sdk/opends/src/messages/messages/jeb.properties @@ -178,10 +178,8 @@ NOTICE_JEB_EXPORT_PROGRESS_REPORT_88=Exported %d records and skipped %d (recent \ rate %.1f/sec) NOTICE_JEB_IMPORT_THREAD_COUNT_89=Import Thread Count: %d threads - SEVERE_ERR_IMPORT_LDIF_LACK_MEM_90=Insufficient free memory to perform import. \ At least %dMB of free memory is required - INFO_JEB_IMPORT_LDIF_PROCESSING_TIME_91=LDIF processing took %d seconds INFO_JEB_IMPORT_INDEX_PROCESSING_TIME_92=Index processing took %d seconds NOTICE_JEB_IMPORT_CLOSING_DATABASE_93=Flushing data to disk @@ -371,3 +369,6 @@ buffer count %d and read ahead cache size %d 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_IMPORT_LDIF_INVALID_THREAD_COUNT_199=Invalid thread count value %d, \ +value must be greater than or equal to 1 -- Gitblit v1.10.0