Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Reports can be generated manually using the JOC Cockpit Report view or automatically using a JITL Job in a workflow that is scheduled periodically.

JITL RunReportJob

The purpose of the RunReportJob is to generate reports that are defined in the report section of the configuration view.

  • Language: java
  • Name of Java Class: com.sos.jitl.jobs.runreports.RunReportJob

Parameters

NameDescription
report_paths

List of reports to be generated

A list of report paths. The items are seperated by semicolon. All reports that are in the list will be generated. Entries for reports that do not exist are ignored. When a report is listed twice, it will generated once

If neither report_paths nor report_folders is set, all reports are generated. 

report_folders

List of folders with reports to be generated

A list of folders that contain folder names. The items are seperated by semicolon. All reports found in the given folders will be generated. If a report is listed more than once, it is generated once. E.g .when a report is found in the list of report_paths and in a folder. A folder is processed recursively if the name ends with /*

If neither report_paths nor report_folders is set, all reports are generated.


Creating a workflow to automate the report generation

...