Oracle Analytics Cloud and Server

Products Banner

XML Bursting to file system

Question
1
Views
0
Comments

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" ?>

- <BURS_REPORT>

<REQUESTID>86401789</REQUESTID>

<PARENT_REQUESTID>86401788</PARENT_REQUESTID>

<REPORT_DESC>TEST Risk Mgmt Center Employee Data</REPORT_DESC>

<OUTPUT_FILE>/d01/oracle/test/inst/apps/XX/logs/appl/conc/out/o86401789.zip</OUTPUT_FILE>

- <DOCUMENT_STATUS>

<KEY />

<OUTPUT_TYPE>pdf</OUTPUT_TYPE>

<DELIVERY>FILESYSTEM</DELIVERY>

<OUTPUT>/d01/oracle/test/apps/apps_st/comn/temp/040418_031447396/TEST.pdf</OUTPUT>

<STATUS>success</STATUS>

<LOG />

</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