1.On the Console server open a command prompt and run:
mysql reporter
2. Then run the following update command to change the defaultValue from 100 to 12000:
update parameter_descriptions set DefaultValue = '12000' where Parameter = 'maxRecordsPerInterface';
3. Then try running the report again and see if you get the expected results.