Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 43 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 283 Oracle Analytics and AI News
- 60 Oracle Analytics and AI Videos
- 16.3K Oracle Analytics and AI Forums
- 6.4K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 108 Oracle Analytics and AI Trainings
- 20 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
XML Bursting to file system
Summary
XML Bursting to file system
Content
hI,
I am trying to use xml bursting to store report outputs on the file system.
The bursting program is not erring out, but it also not storing the output on the specified path.
Here is my bursting file.
<?xml version="1.0" encoding="UTF-8"?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
<xapi:request select="/TEST/LIST_G_LAST_NAME">
<xapi:delivery>
<xapi:filesystem id="FILE_DELIVERY" output="/d01/oracle/test/apps/apps_st/appl/test/12.0.0/bin/test.pdf"></xapi:filesystem>
</xapi:delivery>
<xapi:document output="TEST" output-type="pdf" delivery="FILE_DELIVERY">
<xapi:template type="rtf" location="xdo://XXXXX.XXXXXHREMCE.en.00/?getSource=true"></xapi:template>
</xapi:document>
</xapi:request>
</xapi:requestset>
The program completes fine, but i don't see the file in the folder mentioned above.
Here is the output of bursting program.
<?xml version="1.0" encoding="UTF-8" ?>
</DOCUMENT_STATUS>
</BURS_REPORT>
I
I dont see the path in red above on the file system.
What could be wrong? We are on R1213