From 110726757d33bae25fabde2a8dbd2d9203e85526 Mon Sep 17 00:00:00 2001 From: pgamba <pgamba@localhost> Date: Wed, 14 Nov 2007 18:20:29 +0000 Subject: [PATCH] Fix 2424 - impact of generation ID on binary copy - add to the SetGenerationID task the possibility to clear the generation id in the topology by providing the attribute ds-task-reset-generation-id-new-value with value -1 --- opends/src/messages/messages/task.properties | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/task.properties b/opends/src/messages/messages/task.properties index a9c05b4..c0b8d59 100644 --- a/opends/src/messages/messages/task.properties +++ b/opends/src/messages/messages/task.properties @@ -186,4 +186,6 @@ INFO_FAILED_DEPENDENCY_ACTION_PROCESS_99=Process INFO_FAILED_DEPENDENCY_ACTION_CANCEL_100=Cancel INFO_FAILED_DEPENDENCY_ACTION_DISABLE_101=Disable -INFO_TASK_STOPPED_BY_ADMIN_102=Task was stopped by an administrator: %s \ No newline at end of file +INFO_TASK_STOPPED_BY_ADMIN_102=Task was stopped by an administrator: %s +SEVERE_ERR_TASK_INITIALIZE_INVALID_GENERATION_ID_103=Invalid generation ID provided with the \ + task -- Gitblit v1.10.0