Bursting control file
1004874Apr 30 2013 — edited Apr 30 2013Hi all
I wrote a bursting control file and I attached it to a data defention And I added the trigger to the rdf file
but it is not working I need to know my mistake could you gave a look at it
<?xml version="1.0" encoding="UTF-8" ?>
- <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
- <xapi:request select="/concurent program short name/LIST_G_COMMENTS/LIST_G_ADD1">
- <xapi:delivery>
- <xapi:email id="123" server="relay" port="25" from="mail" reply-to="">
<xapi:message id="123" to="mail@mail.mail" cc="${CC_MAIL}" attachment="true" subject="Notification ofitems PO: ${SEGMENT1}">Dear Valued Vendor, Please find the Attachment .</xapi:message>
</xapi:email>
</xapi:delivery>
- <xapi:document output="template name " output-type="pdf" delivery="123">
<xapi:template type="rtf" location="xdo://XXXX.TEMPLATE NAME .en.00/?getSource=true" filter="" />
</xapi:document>
</xapi:request>
</xapi:requestset>