Skip to main content
Skip table of contents

Reports error message "Your request has generated >10000 rows and has reached the configured limit"

Applies to:

UCX Suite, any version

Description:

In the reports (typically call monitor reports) only first 10000 lines are reported.
If more records are present you get a message: "Your request has generated [>10000] rows and has reached the configured limit. Only the first 10000 rows will be extracted.". This happens for both interactive and scheduled reports.

How-to:

To increase (or reduce) this limit proceed as follows:

  1. Open SQL Management Studio and connect to SQL Instance used by our application.

  2. Create new query from DB (BluesPro or IAS).

  3. Paste the following queries:

CODE
update opzioni set sValue=50000 where ssection='MaxInteractiveRows'

for interactive reports and:

CODE
update opzioni set sValue=50000 where ssection='MaxSchedulerRows'

for scheduled reports, where 50000 is the new limit for reported records.  

50000 is the highest configurable value - A higher value may cause a timeout of the report.

  1. Click [Execute Command] to confirm. (please run one single query at time):

  2. Click 'Options' next to the SQL Panel to verify if the parameters have been updated.

NOTE: Eventually you might need to follow this additional solution here.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.