i m trying to burst file on linux file path. but getting error FileNotFoundException
i m trying to burst file on linux file path. but getting error FileNotFoundException.
Using /scratch/app/InvoicePrint this is my file path used in query.
Exception happened when deliver to file:: FILE_NAME=[/scratch/app/InvoicePrint\2103540003101.pdf]::oracle.xdo.delivery.DeliveryException: java.io.FileNotFoundException: \scratch\app\InvoicePrint\2103540003101.pdf (The system cannot find the path specified)oracle.xdo.service.delivery.DeliveryException: oracle.xdo.delivery.DeliveryException: java.io.FileNotFoundException: \scratch\app\InvoicePrint\2103540003101.pdf (The system cannot find the path specified)
at oracle.xdo.service.delivery.impl.DeliveryServiceImpl.deliverToLocal(DeliveryServiceImpl.java:1184)
at oracle.xdo.enterpriseScheduler.delivery.FileProcessor.deliver(FileProcessor.java:303)
at oracle.xdo.enterpriseScheduler.delivery.FileProcessor.processDelivery(FileProcessor.java:211)