Categories
- All Categories
- 168 Oracle Analytics News
- 34 Oracle Analytics Videos
- 14.8K Oracle Analytics Forums
- 5.8K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 56 Oracle Analytics Trainings
- 13 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- 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