To run or retrieve Oracle® Transactional Business Intelligence (OTBI) reports as part of a chain, add a step that includes an Oracle OTBI connector command.
To enable these commands, an IT admin first sets up an Oracle OTBI connector.
Get report definition
To retrieve the JSON representation of a report definition, use a Get Report Definition command.
Properties
| Property |
Detail |
| Report absolute path |
Enter the report's URL, such as /[ReportDirectory]/[ReportName].xdo.
Note: If the report name includes a space, replace it with a plus sign (+); for example, North+American+Sales.xdo.
|
Outputs
| Output |
Output type |
| Report definition |
File |
Exit codes
| Code |
Type |
Detail |
| 0 |
Success |
Success |
| 1 |
Error |
The command failed to execute |
Run report
To execute a report, use a Run Report command. You can also provide the report's parameters and their values.
Properties
| Property |
Detail |
| Report absolute path |
Enter the report's URL, such as /[ReportDirectory]/[ReportName].xdo.
Note: If the report name includes a space, replace it with a plus sign (+); for example, North+American+Sales.xdo.
|
| Export format |
Enter the format with which to run the report. |
| Parameters |
Add any parameters for the report and their values. |
Outputs
| Output |
Output type |
| Report content |
File |
Exit codes
| Code |
Type |
Detail |
| 0 |
Success |
Success |
| 1 |
Error |
The command failed to execute |