Define number of rows per page for Exceptions browser level 3

If an exception has a large number of reasons to be displayed on level 3 of the Exceptions Browser page, the page may not display any data due to timeout issues.

In such cases, this configurable setting in the ViolationWriterConfig.xml helps improve the performance of this page as it enables you to limit the number of rows to be displayed on level 3 of the Exceptions Browser page.

The default setting is shown in this image:

violationwriter in ViolationWriterConfig.xml

Based on your requirements, configure the xml setting:
Setting Description
XML file name and path [InstallPath]\Settings\ViolationWriterConfig.xml
Node <violationwriter>
Tag <EBRecordPerPage>10</EBRecordPerPage>
Configuration setting Based on your requirement, specify the required value in this node. For example, if you specify 5, only five rows are displayed.

However, if you specify 0 (zero) in this node, the default setting that is specified in the Rows Per Page field of the Preferences page in IRC is considered as the default setting.

Default The default value is 10. This means that 10 rows are displayed.