Largest Client Data On Media Report
The Largest Client Data on Media Report identifies the clients with the largest amount of data on media for a CommCell. Aged jobs can be included or excluded.
Running the Report
- Open the command prompt and navigate to the <software installation path>\Base> folder.
- Enter qlogin, and then enter your user name and password.
- Run the following command:
qoperation execscript -sn QS_LargestClientDataOnMedia -si @TopN= '<number of clients>' -si @CountAgedJobs='<include or exclude data from aged jobs>' -format 'csv' –file '<output location and filename>'
The report is saved to the location that you specified.
Example
To see the top 15 clients with the largest amount of data on media for the CommServe, including data from aged jobs, run the following command:
qoperation execscript -sn QS_LargestClientDataOnMedia -si @TopN= '15' -si @CountAgedJobs='1' -format 'csv' –file 'C:\Reports\sample.csv'
For more information about the execscript command, see Command Line Interface - CommServe - Qoperation Execscript.
Usage and Help
- Open the command prompt and navigate to the <software installation path>\Base> folder.
- Enter qlogin, and then enter your user name and password.
- Run the following command:
qoperation execscript -sn QS_LargestClientDataOnMedia -help
Parameters
The report script includes several parameters that you can set, according to your needs. Parameters for the Largest Client Data on Media Report include the following:
Parameter |
Description |
Default Setting |
TopN |
Numeric value. Specifies the maximum number of clients to include in the report information. |
10 |
CountAgedJobs |
This switch includes or excludes aged jobs. Options include the following:
|
0 |
format |
Text only. Specifies the file format in which the report saves. Options include the following:
|
N/A |
file |
Text only. Specifies the location and name of the saved report. |
N/A |
Last modified: 8/16/2018 6:50:36 PM