The default Match Set limit within Assure is set to 5000. The limit is set low to prevent over-processing of large volumes of Match Sets. When a match set limit is hit, the Assure control will throw the following error:
#UREC018: The match set generated by reconciliation task <task_name> exceeds the limit of 5000.
If more than 5000 Match Sets are expected, the limit can be adjusted within the Assure property files.
- Establish an override.properties, if one does not exist already.
- Add
MATCH_SET_SIZE_LIMIT=50000
to the override.properties file, where50000
is replaced with the expected maximum of Match Sets. - Run the validate-config-values script.
- Run the update-config script.
Comments
0 comments
Please sign in to leave a comment.