Error While Generating Document error - Bursting - Pay Advice(india)
Hi all.
While running Pay Advice(India) bursting program I am getting "Error While generating Document"
Here is my bursting program.
<?xml version="1.0" encoding="UTF-8"?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
<xapi:request select="/IN_SOE/Employee">
<xapi:delivery>
<xapi:email server="172.31.10.1" port="25" from="payroll@sewinfra.com" reply-to="payroll@sewinfra.com">
<xapi:message id="123" to="${EmailAddr}" cc="${EmailAddr}" attachment="true" contenttype="html/text" subject="Payslip of ${EmpNumber} for the month ${PayMonth}">Dear ${EmpName}, Payslip attached.</xapi:message>
</xapi:email>
</xapi:delivery>
<xapi:document output="Pay_Advice_${EmpNumber}_${PayMonth}" output-type="pdf" delivery="123">
<xapi:template type="rtf" location="xdo://PAY.SEWPAYSLIP.en.US/?getSource=true">
While running Pay Advice(India) bursting program I am getting "Error While generating Document"
Here is my bursting program.
<?xml version="1.0" encoding="UTF-8"?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
<xapi:request select="/IN_SOE/Employee">
<xapi:delivery>
<xapi:email server="172.31.10.1" port="25" from="payroll@sewinfra.com" reply-to="payroll@sewinfra.com">
<xapi:message id="123" to="${EmailAddr}" cc="${EmailAddr}" attachment="true" contenttype="html/text" subject="Payslip of ${EmpNumber} for the month ${PayMonth}">Dear ${EmpName}, Payslip attached.</xapi:message>
</xapi:email>
</xapi:delivery>
<xapi:document output="Pay_Advice_${EmpNumber}_${PayMonth}" output-type="pdf" delivery="123">
<xapi:template type="rtf" location="xdo://PAY.SEWPAYSLIP.en.US/?getSource=true">
0