From 84c66567ae37684f9e2f88d9bae91cdc1914d6b1 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 18 Mar 2009 22:07:32 +0000 Subject: [PATCH] Fix for issue 3854 (Uninstall fails on Windows (due to log files)) --- opends/src/messages/messages/admin_tool.properties | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index 2770742..84da0f0 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -165,14 +165,15 @@ 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. + on force on error mode.%n%n The error found was:%n%s SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured \ to replicate some of its Base DN's. 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. + references cannot be removed, you can use the %s option.%n%n The error found \ + was:%n%s MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=This server is configured \ to replicate some of its Base DN's. There was an error retrieving the \ references to it in the replicated servers.%nDo you want to continue? -- Gitblit v1.10.0