Announcing a new experience for the Oracle Analytics community coming April 4th!
This category will be read-only as we migrate this space from 3/30-4/4, after which you’ll be able to post as usual. See you there!
Error!! Could not deliver the output for Delivery channel:null . Please check the Log for error deta
Summary
Bursting error on EBS 12.1.3Content
Hi,
I hope somebody can help me, I have a test environment, and my bursting process is not working
I tried sending an email from unix and it worked
echo "THIS IS A TEST EMAIL" | mail -s "Test Subject Email" [email protected]
I also logged in into EBS and executed a concurrent, putting a delivery options my email and I got the email but it seems that it doesn't work when I tried to burst it, would any have an idea why?
Thanks for help.
Daniel Pastrana
Version
12.1.3Code Snippet
<?xml version="1.0" encoding="UTF-8"?> <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi"> <xapi:globalData location="stream"/> <xapi:request select="/ARXSGPO_CPG/LIST_G_SETUP/G_SETUP/LIST_G_CUSTOMER_ID/G_CUSTOMER_ID"> <xapi:delivery> <xapi:email server="mx-ebs-dev.touchtunes.com" port="25" from="[email protected]"> <xapi:message id="email1" to="[email protected]" cc="${CC_EMAIL}" attachment="true" content-type="html/text" subject="Test"> Test </xapi:message> </xapi:email> <!--xapi:print id="prn1" printer="ipp://localhost:631/printers/${SEND_TO_PRINTER}" copies="1"/--> </xapi:delivery> <xapi:document key="${CUSTOMER_ID}_1" output="TouchTunes_ARSTATEMENT-${STATEMENT_DATE}-${CUST_NUM}_${METHOD_ID}" output-type="pdf" delivery="email1"> <xapi:template type="rtf" location="xdo://AR.XXTT_PNUS_ARXSGP.en.00/?getSource=true" filter="/ARXSGPO_CPG/LIST_G_SETUP/G_SETUP/LIST_G_CUSTOMER_ID/G_CUSTOMER_ID[COMMUNIC_MTHD='EMAIL_YES']"/> </xapi:document> <!--xapi:document key="${CUSTOMER_ID}_2" output="TouchTunes_ARSTATEMENT-${STATEMENT_DATE}-${CUST_NUM}_${METHOD_ID}" output-type="pdf" delivery="prn1"> <xapi:template type="rtf" location="xdo://AR.XXTT_PNUS_ARXSGP.en.00/?getSource=true" filter="/ARXSGPO_CPG/LIST_G_SETUP/G_SETUP/LIST_G_CUSTOMER_ID/G_CUSTOMER_ID[COMMUNIC_MTHD='PRINT_YES']"/> </xapi:document-->
Tagged:
0