Bursting Program errors out
BI Publisher 5.6.3 When running a report the the main program completes successfully but the burstring program errors out with the following log
Any help is much appreciated
- Asif
XDOBURSTREP module: XML Publisher Report Bursting Program
+---------------------------------------------------------------------------+
Current system time is 11-JUL-2013 16:53:23
+---------------------------------------------------------------------------+
XML/BI Publisher Version : 5.6.3
--Exception
For input string: "Y"
java.lang.NumberFormatException: For input string: "Y"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:447)
at java.lang.Integer.parseInt(Integer.java:497)
at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:142)
at oracle.apps.fnd.cp.request.Run.main(Run.java:157)