From 2a7a68dd42db29336bebf64854343075224650bf Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Thu, 12 Feb 2009 10:29:36 +0000 Subject: [PATCH] Have a more specific message when using the external initialization method. --- opends/src/messages/messages/admin_tool.properties | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index 021cba3..62dc7fe 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -496,7 +496,8 @@ Base DN's that will be initialized and you must \ provide the credentials of any of the servers that are being replicated. \ After calling this subcommand, initialize the contents of all the servers in \ - the topology, then call the subcommand '%s' + the topology (use the same LDIF file/binary copy on each of the servers), \ + then call the subcommand '%s' INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=This subcommand must be \ called after initializing the contents of all the replicated servers using \ the tool import-ldif or the binary copy method. You \ @@ -761,8 +762,9 @@ INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Now you can proceed \ to the initialization of the contents of the base DN's on all the replicated \ servers. You can use the command import-ldif or the binary copy to do \ - so.%n%nWhen the initialization is completed you must use the subcommand \ - '%s' for replication to work with the new base DN's contents. + so. You must use the same LDIF file or binary copy on each server.%n%nWhen \ + the initialization is completed you must use the subcommand '%s' for \ + replication to work with the new base DN's contents. INFO_PROGRESS_POST_INITIALIZATION_FINISHED_PROCEDURE=Post initialization \ procedure completed successfully. SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Error reading the progress of \ -- Gitblit v1.10.0