Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
Use ESS to run a BI Publisher job that transmits reports via SFTP
Summary
Is it possible to use ESS execute a BI Publisher job will transmits reports via SFTP?
Content
We have built some Custom Reports in BI Publisher that extract data to a CSV file using a simple SQL script.
This is scheduled running every hour and automatically transmits the file to a vendor's SFTP Server.
However, I'm wondering if its possible to call these jobs from the Enterprise Scheduler (ESS) so that we can maintain it from there?
Is this possible? I don't see any option for ESS jobs to transmit reports to a external SFTP server.
Please advise.
Version
Oracle Business Intelligence Publisher Enterprise
Comments
-
Hi Juan,
We have the same requirement. Did you manage to achieve this? Is there a document about the way to configure ESS jobs to run BIP reports ?
BR,
Felix
0 -
The solution we followed for this case is:
1. Create a BIP report
2. Used the Schedule Service for the BIP report where you can select the delivery option as 'FTP'
0 -
This is the same approached we've used as mentioned in my post. It's running in BIP, not via ESS.
We would want a solution to use ESS, but still keep the functionality of the sFTP transmission.
0 -
Not Exactly. I'm aware than we can "link" BI publisher reports to ESS, but Custom ESS Jobs don't have the functionality to send report outputs via sFTP.
0 -
Unfortunately not, i don't think this is supported at the moment.
0 -
I was able to achieve this.
- Create Data Model (Make sure to provide bursting details). Refer to this document
- Create Report (Make sure enable Bursting in Report Properties)
- Create ESS Job (Make sure to enable Bursting)
If you have provided the details of SFTP Server in the Bursting definition SQL, you should be able to see the files in the SFTP Sever.
I was able to submit a ESS Job and view the files in the SFTP server.
Thanks,
Arun
0