From 64211fec78618eca2c8303abe50c85299ecc9b9e Mon Sep 17 00:00:00 2001 From: kenneth_suter <kenneth_suter@localhost> Date: Wed, 19 Sep 2007 17:03:37 +0000 Subject: [PATCH] This commit would clarifies the local operation vs. task scheduling behavior by: --- opends/src/messages/messages/tools.properties | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties index e22ab24..6f7aa54 100644 --- a/opends/src/messages/messages/tools.properties +++ b/opends/src/messages/messages/tools.properties @@ -2140,8 +2140,19 @@ SEVERE_ERR_TASK_CLIENT_TASK_STATE_UNKNOWN_1455=State for task '%s' cannot be \ determined INFO_DESCRIPTION_START_DATETIME_1456=Indicates the date/time at which the this \ - task will start when scheduled expressed in format 'YYYYMMDDhhmmss'. \ - Omission of this option will cause the task to be for immediate execution + operation will start when scheduled as a server task expressed in format \ + 'YYYYMMDDhhmmss'. A value of '0' will cause the task to be scheduled for \ + immediate execution SEVERE_ERR_START_DATETIME_FORMAT_1457=The start date/time must in format \ 'YYYYMMDDhhmmss' INFO_TASK_TOOL_TASK_SCHEDULED_FUTURE_1458=%s task %s scheduled to start %s +SEVERE_ERR_TASK_TOOL_START_TIME_NO_LDAP_1459=You have provided a task start \ + time but options provided for connecting to the server's tasks backend \ + resulted in the following error: '%s' +SEVERE_ERR_TASK_TOOL_LDAP_NO_START_TIME_1460=You have provided options that \ + specify information for specifying a connection to the Directory Server but \ + no -t/--startTime option. In order to schedule a server task you must \ + provide the -t/--startTime argument with either the start time in format \ + 'YYYYMMDDhhmmss' as the value or '0' to schedule the task for immediate \ + execution. To run this operation locally and not as a server task omit the \ + Directory Server connection options -- Gitblit v1.10.0