From 3acbfb5128169afe91cd3b0b3d6b98dd433d6e12 Mon Sep 17 00:00:00 2001 From: jdemendi <jdemendi@localhost> Date: Mon, 03 Nov 2008 09:54:24 +0000 Subject: [PATCH] fix 3553, it's not possible to create multiple workflows with the same base DN --- opends/src/messages/messages/core.properties | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index cd7f8db..c37eda3 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -1803,4 +1803,8 @@ process the operation because no root workflow element has been \ registered with the workflow MILD_ERR_ADD_ATTR_IS_INVALID_OPTION_715=Entry %s can not be added because \ - BER encoding of %s attribute is not supported \ No newline at end of file + BER encoding of %s attribute is not supported +SEVERE_ERR_REGISTER_WORKFLOW_BASE_DN_ALREADY_EXISTS_716=Unable to register \ + workflow node "%s" with the network group "%s" because another workflow node \ + "%s" with the same base DN "%s" is already registered + \ No newline at end of file -- Gitblit v1.10.0