Define user/role violation cap
The file RTE_FW_RuleEngineConfigurations.xml enables you to define settings related to analysis of data from an Infor connection.
The violation cap setting limits the number of violations generated during an analysis. This setting helps avoid run-away analyses that produce too many violations, use too many resources, and take an exceptionally long time.
Use this xml to set a limit so that once the threshold is reached, an action must be taken. Either the rule must be modified, or the returning violations be mitigated , before further analyses continues.
This figure displays the default setting:
CommonConfigurations in RTE_FW_RuleEngineConfigurations.xml
Based on your requirement, configure the xml :
Xml file name and path |
[InstallPath]\Settings\RTE_FW_RuleEngineConfigurations.xml |
---|---|
Tag |
<CommonConfigurations>
|
Node for user violation cap |
<Configuration Name="User Violation Cap" Value="0"
DisplayName="User violation limit" />
|
Node for role violation cap |
<Configuration Name="Role Violation Cap" Value="0"
DisplayName="Role violation limit" />
|
Configuration setting | Modify the default value to the required value. Values can be defined in multiples of 1000. For example, if you define the value to 100000, up to a 100,000,000 violations are generated during an analysis. |
Default Value | The default value is 0. This means all violations are generated during an analysis. |