Scheduler Exception when No Record in Etext CSV Report
If there are no records in Etext CSV report and if it is scheduled , it throws processingexception. Because it is not able to find the temp file with zero byte.
oracle.apps.xdo.servlet.scheduler.ProcessingException: [ID:166] Document file to deliver not found : /opt/application/oracle/Oracle_BI/xmlpserver/xdo/tmp/xmlp7691773358993562198tmp
at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1172)
at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:495)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:525)
But how to handle this ? Instead of throwing exception , cant it place a zero byte file in the required location ?