Software Management Group

 View Only
Expand all | Collapse all

Reporting in 7.5: How to override the default maximum row count

  • 1.  Reporting in 7.5: How to override the default maximum row count

    Posted Mar 05, 2015 03:59 PM

    We noticed that when following the direction to increase above 50,000 row count, it seems to top out at 100,000 regardless.  We followed the directions to export the report to XML, added the <maximumRowCount>100000</maximumRowCount>, tested and it showed 100,000.  Then when we changed it to 150000, it remained at 100000.

    We really do not want to change the overall default setting as it runs the risk of creating runaway queries when someone does their selects wrong. 

     



  • 2.  RE: Reporting in 7.5: How to override the default maximum row count

    Broadcom Employee
    Posted Mar 06, 2015 11:16 AM

    Hi,

    you need to modify CoreSettings.config in C:\ProgramData\Symantec\SMP\Settings\

    Change default value 50000 to new required value and save changes:

    <customSetting key="ReportMaxRowCount" type="local" value="50000" />

    Thanks,

    IP.