Configuring the Number of Rows for the Job Details Table in the Backup Job Summary Report

In the Backup Job Summary report, you can use a Qscript to set the maximum number of rows in the Job Details table. There is no limit on the number of rows that can be displayed.

By default, the Backup Job Summary Report on the CommCell Console can display up to 10,000 rows in the job details table.

Procedure

  1. If you are not logged on to the CommServe computer, run the qlogin command.

  2. On the command line, go to software_installation_directory/Base, and then type the following command:

    qoperation execscript -sn SetKeyIntoGlobalParamTbl.sql -si RptBkpHistoryInfoMaxRows -si y -si nnnnn
  3. To log off the CommServe computer, run the qlogout command.

Example

The following command sets the maximum number of rows for the job details table in the Backup Job Summary Report. In this example, the maximum number of rows is set to 20,000.

qoperation execscript -sn SetKeyIntoGlobalParamTbl.sql -si RptBkpHistoryInfoMaxRows -si y -si 20000

Loading...