Data collector job showing errors for higher number of records

Maharshi Chatte
Kilo Guru

Hi,

I have created a data collector job for my indicator in PA. However I am getting the error below however I am not specified the subset . Is there any way to increase the number of records?

MaharshiChatte_0-1720073676281.png

Regards,

Maharshi

1 REPLY 1

Mark Manders
Mega Patron

You can see which indicator it is, by looking it up through the sysID.

Furthermore: the com.snc.pa.dc.max_records and com.snc.pa.dc.max_row_count_indicator_source properties are set to 5000 OOB. You need to ask yourself if more than 5000 is necessary, because of performance of the system. Check the indicator to see if it really is needed to get all of those 14689 records, or if you can just limit it in the conditions. If not: change the properties (but know this can have consequences, because it is a global setting for all indicators and if someone makes a mistake in conditions on another indicator, it will also collect that many data, instead of stopping at 5000.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark