EBS Bi Publisher unable to burst to C: Drive or Network Directory
Hi,
I have a requirement to burst .pdf output to 1 or more network directories
While this xml burst code works, and saves the file to the server correctly ( this is a test so only 1 document is present in the file hence the hard coding of the name cont.pdf )
<?xml version="1.0" encoding="UTF-8"?>
<xapi:requestset xmlns:xapi=HTTP://xmlns.oracle.com/oxp/xapi type="bursting">
<xapi:request select="/WTO_INTERP_SAL/LIST?PERSON/PERSON">
<xapi:delivery>
<xapi:filesystem output="/usr/tmp/cont.pdf"/>
</xapi:delivery>
<xapi:document output-type="pdf">
<xapi:template_type="rtf" location="xdo://PER.WTO_INTERP_SAL.en.oo/?getsource=true"> </xapi:template>