HCL Workload Automation, Version 9.4

Examples

  1. In this example the reportcli.cmd is run with the default parameter:
    reportcli.cmd -p D:\ReportCLI\TWSReportCli\reports\templates\ag.properties 
    -r audit1 
  2. In this example the reportcli.cmd is run using the -k parameter to override the values set for PARAM_DateFormat in the .\config\common.properties file:
    reportcli.cmd -p D:\ReportCLI\TWSReportCli\reports\templates\ag.properties 
    -r audit2 -k PARAM_DateFormat=short 
  3. In this example the reportcli.cmd is run using the -k parameter to override he format specified for the report output in the .properties file:
    ./reportcli.sh -p /TWSReportCli/REPCLI/reports/templates/ag.properties 
    -r audit3 -k REPORT_OUTPUT_FORMAT=html -k OutputView=charts
Note: If the report is run through a HCL Workload Automation job, the output of the command is displayed in the job output.