Exporting records from Rational ClearQuest Web

When exporting records from Rational® ClearQuest® Web, you can specify the number of records that are to be exported.
The default value of the property WEB_MAX_ROW_COUNT is 1000. Setting this property to a value greater than 10,000 can cause your browser to stop or time out while waiting for the query results to be returned. For example, an action that can cause this problem is to export the grid from a Query Result Set Window that contained more than 10,000 records.

To export more than 10,000 records from your database, use the export tools available with the Rational ClearQuest server database.

To set the number of exported records:

  1. Open the file pl.properties.
    Option Description
    On Windows systems C:\Program Files\Common\rwp\webapps\cqweb\WEB-INF\classes\pl.properties
    On the UNIX system and Linux /opt/rational/common/rwp/webapps/cqweb/WEB-INF/classes/pl.properties
  2. Change the value of the property WEB_MAX_ROW_COUNT.
This change does not take effect until you restart the Rational ClearQuest server and any Rational ClearQuest Web application sessions that were running when the change was made.


Feedback