Number of exceptions collected when testing Process Insight rules
You can test newly created Process Insight rules before the rules can be used in analysis. Click the Test Rule tab while creating the new rule and check whether the rule is returning expected results.
The GenRuleEngineConfig.xml enables you to define the number of exceptions to be collected when you are testing Process Insight rules.
The exceptions displayed on the user interface after the rule testing is complete, are the top exceptions from these collected exceptions.
This setting is applicable for testing rules for Process Insights for Lawson, Infor and SAP.
Based on your requirements, configure the xml setting:
Setting | Description |
---|---|
XML file name and path | [InstallPath]\Settings\GenRuleEngineConfig.xml |
Node | <conditionsettings>
|
Tag |
<maxrowset default_value="100000000"test_rule_default="10000">
This is the default setting. |
Configuration setting | Based on your requirement, replace the default value to the required
value. Note: If the exception cap is increased, more time
is required to collect these exceptions. In this case, ensure that you
increase the timeout value accordingly. For details, see the section Configure test rule timeout value.
|