From 67a85ae92e7f4e7fb3d95ddd18a9626c64212c68 Mon Sep 17 00:00:00 2001
From: Yannick Lecaillez <yannick.lecaillez@forgerock.com>
Date: Fri, 16 Sep 2016 08:03:50 +0000
Subject: [PATCH] OPENDJ-3286: import-ldif prints missleading message when fail

---
 opendj-server-legacy/src/messages/org/opends/messages/backend.properties |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/backend.properties b/opendj-server-legacy/src/messages/org/opends/messages/backend.properties
index a327de8..0e14088 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/backend.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/backend.properties
@@ -918,7 +918,8 @@
  the import process can start
 ERR_IMPORT_CREATE_TMPDIR_ERROR_471=Unable to create the temporary \
  directory %s
-ERR_IMPORT_PARENT_NOT_FOUND_481=The parent entry '%s' does not exist
+ERR_IMPORT_PARENT_NOT_FOUND_481=The import has been aborted because the \
+ entry '%s' does not have a parent entry
 ERR_INCOMPATIBLE_ENTRY_VERSION_482=Entry record is not \
  compatible with this version of the backend database. Entry version: %x
 ERR_INDEX_CORRUPT_REQUIRES_REBUILD_483=An error occurred while \
@@ -1094,3 +1095,5 @@
 NOTE_CONFIG_INDEX_CONFIDENTIALITY_REQUIRES_REBUILD_607=Changing confidentiality for index '%s' requires the index \
  to be rebuilt before it can be used again
 ERR_BACKEND_FAULTY_CRYPTO_TRANSFORMATION_608=Error while enabling confidentiality with cipher %s, %d bits: %s
+ERR_IMPORT_DUPLICATE_ENTRY_609=The import has been aborted because the data to be imported contains duplicate \
+ copies of entry '%s'

--
Gitblit v1.10.0