From dc69513f1be2b6e00c1e7418664513299dab8548 Mon Sep 17 00:00:00 2001 From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Fri, 17 Jun 2016 08:42:29 +0000 Subject: [PATCH] OPENDJ-3081 restore ds-cfg-csv-delimiter-char in the concatenated schema during upgrade to OpenDJ 3.5 --- opendj-server-legacy/src/messages/org/opends/messages/tool.properties | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties index bab1bc2..d8b6308 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties @@ -2565,6 +2565,11 @@ Do you want to launch this process automatically at the end of the upgrade? INFO_UPGRADE_TASK_UNABLE_TO_REMOVE_OLD_JARS_10069=Unable to determine whether the file system is case sensitive. \ If the file system is case sensitive, then remove OpenDJ.jar and all OpenDJ_*.jar before starting the upgraded server. +INFO_UPGRADE_TASK_SUMMARY_RESTORE_CSV_DELIMITER_CHAR_10070=Restoring 'ds-cfg-delimiter-char' \ + attribute type in concatenated schema +INFO_UPGRADE_TASK_CANNOT_READ_SCHEMA_FILE_10071=An error occurred reading schema file %s: %s +INFO_UPGRADE_TASK_CANNOT_WRITE_TO_CONCATENATED_SCHEMA_FILE_10072=An error occurred \ + appending 'ds-cfg-delimiter-char' attribute type to concatenated schema file %s: %s # Strings for generated reference documentation. REF_SHORT_DESC_BACKUP_15000=back up OpenDJ directory data -- Gitblit v1.10.0