Summary
File Size restriction for XML Publisher Report Bursting Program
Content
Hi All,
Do we have any file size restriction to pick the file from outbound directory for the program 'XML Publisher Report Bursting Program'??
I have developed a program which gives XML file as output which is nearly 10MB in size. The bursting program(the call to bursting program is done in my custom code) for this program is getting failed with the below error:
[030617_075415393][][EXCEPTION] java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:394)
at oracle.apps.xdo.oa.cp.CPUtil.setProperty(CPUtil.java:67)
at oracle.apps.xdo.oa.cp.CPUtil.getSessionProperties(CPUtil.java:45)
at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:84)
at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
XML/BI Publisher Version : 5.6.3
Updating request description
Retrieving XML request information
Preparing parameters
File /d01/app/stoa083/share/conc/out/o124111374.out is not accessable from node/machine L118464VAPS2006.
--Exception
File /d01/app/stoa083/share/conc/out/o124111374.out is not accessable from node/machine L118464VAPS2006.
oracle.apps.fnd.cp.request.FileAccessException: File /d01/app/stoa083/share/conc/out/o124111374.out is not accessable from node/machine L118464VAPS2006.
at oracle.apps.fnd.cp.request.RemoteFile.getFile(RemoteFile.java:440)
at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:233)
at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
However when I submit the same program to fetch data in less size (around 500 KB) for different input parameters, the bursting program works fine and the email is sent to respected recipient without any issues.
So can you please confirm if we have any restrictions on the size of the file that bursting program will pick. Please let us know what would be the workaround for this.
Thanks,
Sreekanth