Issue
While retrieving Service Mapping relationships discovery may exceed the rows per table limit and the MID server throws an error "MID Server received a large response that exceed the allowed number of rows 200.000" as in the attached image.
Release
All
Cause
MID property "com.glide.closure_max_rows_per_table" is by default is set to 200000 which may not be enough in some scenarios.
Resolution
To avoid this error it is possible to add the MID Server property com.glide.closure_max_rows_per_table which sets the maximum number of rows allowed in a table.
This system property is not visible by default and must be added:
- Type: integer
- Default value: 200000
Once added and set to a higher number in example 400000 or 600000 the error will disappear.
Related Links
Patterns fail with "The number of rows in the table has reached the maximum limit of 20,000"