Page History
...
- Language:
Java
- Name of Java Class:
com.sos.jitl.jobs.runreports.RunReportJob
- Documentation: JS7 - JITL RunReportJob
JITL Authentication
The JITL RunReportJob makes use of the JOC Api Server. Therefore it is necessary to configure an account to authenticate the api. Please refere to JS7 - JITL Common Authentication
The account needs these permissions to create the reports
- sos:products:joc:reports:manage
- sos:products:joc:reports:view
Arguments
Name | Description |
---|---|
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_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 Folders will be processed recursively if the name ends with: If both |
...