Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
Resolution:
Description:
========
The following error is seen when defining a new Business Process Domain.
---
RUL-4511: DefaultRuleCheck condition is missing in the domain definition.
---
This error arises due to the omission of the following properties while customizing rules.
---
<ImportCondition
ImportCondition="CONDITION_DefaultRuleCheck.xml" default="Y"/>
---
As this is a required Condition, it can not be excluded while defining new rules.
Cause:
=====
NONE
Resolution:
=======
Inclusion of the following property is required and should not be deleted from rule file.
--
ImportCondition="CONDITION_DefaultRuleCheck.xml" default="Y"/>
--