Versions Compared

Key

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

...

When defining the job either:

  • invoke the Wizard that is available from the job properties Job Properties tab in the Configuration view and select the JITL RunReportJob Job Template and relevant arguments from the Wizard

or

  • specify the JITL job class andcom.sos.jitl.jobs.runreports.RunReportJob Java class name and add required arguments.

Example

...

  • Java class name..

Arguments

NameDescription
report_paths

List of paths pointing to the location of report configurations for which reports should be created

Items in the list are separated by semicolon. Reports will be created for all list items. List items for non-existing report configurations will be ignored. If the same report configuration is specified more than once, then it will be used just once.

If both report_paths argument and report_folders argument are not used, then reports for all report configurations will be created.

report_folders

List of folders holding report configurations for which reports should be created

Items in the list are separated by semicolon. Reports will be created for all list items. List items for non-existing report configurations will be ignored. If the same report configuration is specified more than once, then it will be used just once. This can occur if a report configuration is found in the report_paths argument and in a folder specified by the report_folders argument.

Folders will be processed recursively if the name ends with: /*

If both report_paths argument and report_folders argument are not used, then reports for all report configurations will be created.