Can I use BI (XML) Publisher Bursting (embedded in EBS R12.2) to generate XML files.?
Hello - I am using Oracle eBusiness Suite R12.2.4 and wanted to use Bursting feature to be able to generate XML files using XSL-XML template.
I have been able to Burst and generate PDF,EXCEL, TXT outputs from RTF templates in the past but not sure if bursting is supported for a XSL-XML template.
When I tried I keep getting the message :
java.io.FileNotFoundException: /ebstransfer/TST/outgoing/XXSAMPLE.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileInputStream.<init>(FileInputStream.java:97)
at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.zipOutputFiles(JCP4XDOBurstingEngine.java:532)