Bulk Download of files in Report jobs
Can we bulk download all the files which are in a scheduled job? It makes life worse while we try to download 1000+ odd files
Answers
-
@Dhilipkumaar - From the UI we don't have any such option but you can try using Oracle BI Publisher Web Service APIs. You can create a script to call these APIs and download all report outputs in one go. The APIs allow you to list report jobs, get the status of jobs, and download report outputs.
Example:
Use thegetScheduledReportJobs
API to list all the report jobs you want to download.For each job, use the
getReportJobOutput
API to download the output file.0 -
Try Writing a Python code or any other code to connect with api and automate the process
0 -
I am not sure you would be able to do a bulk download need to download individually
0 -
Hi @Dhilipkumaar
Using API's you can get the schedule jobs details but not Bulk report outputs from scheduled jobs. You need to download individually .
@Ashish Shrivastava-Oracle Any comments from dev team?
Regards,
Arjun
0 -
Hi @Mallikarjuna Kuppauru-Oracle ,
Understand that we need to use API, but instead of using it can we not have a featurette in Oracle tool itself, this would make things a way lot easier right?
I have also raised idea in Oracle labs regarding the same.
0