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
@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 the getScheduledReportJobs API to list all the report jobs you want to download.
getScheduledReportJobs
For each job, use the getReportJobOutput API to download the output file.
getReportJobOutput
Try Writing a Python code or any other code to connect with api and automate the process
I am not sure you would be able to do a bulk download need to download individually
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
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.
https://community.oracle.com/customerconnect/discussion/772787/bulk-download-the-files-in-bi-publisher-in-report-jobs
Hi everyone, We configured a SOAP connection in Oracle Integration Cloud (OIC) using OAuth authentication. However, when we run our integrations, the SOAP invocation fails intermittently. Some integration iterations fail. Most iterations succeed. Sometimes, all iterations complete successfully without any issues. When we…
OTM/GTM Product is currently using OAC for reporting. We wanted to know what is the limitation for oracle BI Publisher rtf template size. We already have verified the documentation : https://docs.oracle.com/en/cloud/paas/analytics-cloud/acpmr/top-faqs-design-publisher-reports.html But wanted to know if this generic figures…
Hi, We are trying to retrieve the complete history Bip report of assignment updates where the same assignment record has been modified multiple times with an unchanged Effective Start Date. We are currently using PER_ALL_ASSIGNMENTS_M and PER_ALL_ASSIGNMENTS_M_; however, the data returned does not consistently reflect all…
Hello Team, I am generating a BI Publisher report scheduled through an ESS Job with the output format as CSV. When the report returns no data, I need the output file to contain only the column headers. However, the generated CSV contains the headers followed by an additional first data line with delimiters only, which is…
Anyone facing issue with calling the https://xxxanalytics-[tenant]-ia.analytics.ocp.oraclecloud.com/xmlpserver/services/ExternalReportWSSService?wsdl with runReport operation with WSS-Username Token after recent upgrade with OAC ? The Basic Authenticaiton works from SOAPUI , however the WSS-Username Token does not work and…