File bursting
Hi
Hope someone can help me.
Business wans to have a PDF file attachement to a notification in Oracle ERP. I managed to create the PDF file but want to useFile bursting to create the individual files taht need to be attached to the notification. However when I run the bursting program it error out with:
c:/temp/1648.pdf (No such file or directory)
java.io.FileNotFoundException: c:/temp/1648.pdf (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.zipOutputFiles(JCP4XDOBurstingEngine.java:523)