Answer by Kathy H. ·
I have reached the 5000 row limit for a report. Can you provide instructions for editing dtclient.ini
Actually, you'll need to edit two locations both dtclient.ini and dtserver.ini.
For dtserver.ini
1) Go to dynaTrace Server installation directory.
2) Open 'dtserver.ini' with editor.
3) Add following line to at the end of properties.
-Dcom.dynatrace.diagnostics.reporting.maxTableRows=<NUMBER OF ROWS>
If you wants to make limit to 10000, then it would be
-Dcom.dynatrace.diagnostics.reporting.maxTableRows=10000
4) Save 'dtserver.ini', and restart dynaTrace Server.
2. For dtclient.ini:
1) In the machine, where you are running dynaTrace Client.
2) Client configuration and executables are located in C:\Users\<USERNAME>\.dynaTrace\dynaTrace 5.x.x
3) Add following line to at the end of properties in dtclient.ini
-Dcom.dynatrace.diagnostics.reporting.maxTableRows=<NUMBER OF ROWS>
4) Save 'dtclient.ini', and restart dynaTrace Client.
If you are using Webstart Client instead of dynaTrace Client,
then the file is
<DT_HOME>\server\conf\plugins\c.d.d.autoupdate.client.common_5.0.0.3772\common\plugin.properties
Hope that help!!
Mari
Answer by Rob V. ·
This is an option of the report. To change it:
Now you can change the number of rows to something bigger.
One more thing: there is an upper limit of 5000 rows max per report (by default). If for some reason you need more than that, you will need to set another option (maxTableRows) in your dtclient.ini. Let me know if you need instructions to do that.
Rob
JANUARY 15, 3:00 PM GMT / 10:00 AM ET