Hi Team,
I am trying submit xml bursting program its getting completed with error. But i am not getting any error in LOG file.
I was check in the view XML file here its showing error:Error!! Could not deliver the output for Delivery channel:null
Kindly check and provide me solution on this please.
Please find me below my code:
<?xml version="1.0" encoding="UTF-8"?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
<xapi:request select="/XXSFIDEAREP/LIST_G_BATCH_PARAMS/G_BATCH_PARAMS">
<xapi:delivery>
<xapi:email id="EMAIL" server="${CP_HOST}" port="${CP_PORT}" from="no-reply@dp-r.com" reply-to="no-reply@dp-r.com">
<xapi:message id="EMAIL" to="${WATCHER1}" cc="" attachment="true" content-type="text/html" subject="${P_DOC_NUM} - ${DOCUMENT_SUBJECT}">
<![CDATA[
<html>
<body>
<p>
Hi,
Attached the File for the Report generated issues.
bye
Lee
</p>
</body>
</html>]]>
</xapi:message>
</xapi:email>
</xapi:delivery>
<xapi:document output="${P_DOC_NUM}_Document_${T_date}" output-type="excel" delivery="EMAIL">
<xapi:template type="rtf" location="xdo://FND.XXSFIDEAREP.en.US/?getSource=true" filter=""/>
</xapi:document>
</xapi:request>
</xapi:requestset>
Thanks,