Hi,
Oracle Apps Version : 12.1.3
I am finding this error while running the XML Bursting program:
XML/BI Publisher Version : 5.6.3
[072311_103600249][][STATEMENT] Oracle XML Parser version ::: Oracle XML Developers Kit 10.1.3.5.0 - Production
.....
Start bursting process..
Bursting process complete..
Generating Bursting Status Report..
--Exception
ZIP file must have at least one entry
java.util.zip.ZipException: ZIP file must have at least one entry
at java.util.zip.ZipOutputStream.finish(ZipOutputStream.java:304)
at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.zipOutputFiles(JCP4XDOBurstingEngine.java:534)
at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:292)
at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
I am using the following control file:
<?xml version="1.0" encoding="UTF-8"?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
<xapi:request select="/XXHID_AONTEC_ALRT/LIST_G_ENTITY/G_ENTITY">
<xapi:delivery>
<xapi:email server="smtp.xxx.xxx.xxx.com" port="25"
from="kaushik@xxx.mail" reply-to ="">
<xapi:message id="${WIPNAME}" to="${EMAIL}"
attachment="true" subject="Job Details
for ${WIPNAME}"> Please review the
attached document</xapi:message>
</xapi:email>
</xapi:delivery>
<xapi:document output-type="html" delivery="${WIPNAME}"></xapi:document>
</xapi:request>
</xapi:requestset>
Can anyone help me out on this? What can be the probable reasons for this kind of error?
Thanks,
Kaushik
