From 2406449c5f0309525bfd5d86de417b32bcc7c1b3 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 03 Sep 2007 14:35:07 +0000
Subject: [PATCH] Fix a bug with certificates in the uninstaller and replication command lines. Improve the error messages to be displayed to the user when the uninstall fails.Fix a infinite loop that occurred when the user provided a protocol not configured in the server to access the registration information. Fix a bug that prevented the uninstall to proceed when the user specified forceOnError and an error accessing the remote servers configuration occurred. Fix a bug that occurred when the user specified to use start TLS and it was not configured in the server (this bug applies to both the uninstaller and status command-lines).
---
opends/src/messages/messages/admin_tool.properties | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties
index 61d537e..1c47e04 100644
--- a/opends/src/messages/messages/admin_tool.properties
+++ b/opends/src/messages/messages/admin_tool.properties
@@ -172,6 +172,22 @@
following errors were encountered reading the configuration of the existing \
servers:\n%s\nDo you want the uninstaller to try to remove the references to \
this server in a best-effort mode?
+MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=This server is configured \
+ to replicate some of its Base DNs. There was an error retrieving the \
+ references to it in the replicated servers. Note that to be able to remove \
+ remote references you must provide Global Administrator credentials using the \
+ {%s} and {%s} (or {%s}) options.%nContinuing uninstall as we are \
+ on force on error mode.
+SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured \
+ to replicate some of its Base DNs. There was an error retrieving the \
+ references to it in the replicated servers. Note that to be able to remove \
+ remote references you must provide Global Administrator credentials using the \
+ {%s} and {%s} (or {%s}) options.%nCheck that the connection parameters you \
+ provided are correct.%nIf you want to uninstall the server even when remote \
+ references cannot be removed, you can use the {%s} option.
+MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=This server is configured \
+ to replicate some of its Base DNs. There was an error retrieving the \
+ references to it in the replicated servers.%nDo you want to continue?
INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=Server is Running
INFO_CONNECTIONS_LABEL=Open Connections:
MILD_ERR_COULD_NOT_FIND_VALID_LDAPURL=Error reading the configuration file.%n\
--
Gitblit v1.10.0