Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Error encountered on running order-orderlineItem export job on Talend
Exception in component tFileOutputDelimited_1 (Order_OrderLineItem_Export)
java.io.FileNotFoundException: C:\Order_Export_14_03_2023_12_33_43.csv (Access is denied)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:298)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:237)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:158)
at importedproject.order_orderlineitem_export_0_1.Order_OrderLineItem_Export.tSalesforceInput_1Process(Order_OrderLineItem_Export.java:6878)
at importedproject.order_orderlineitem_export_0_1.Order_OrderLineItem_Export.tFileInputProperties_2Process(Order_OrderLineItem_Export.java:3120)
at importedproject.order_orderlineitem_export_0_1.Order_OrderLineItem_Export.tFileInputProperties_1Process(Order_OrderLineItem_Export.java:2202)
at importedproject.order_orderlineitem_export_0_1.Order_OrderLineItem_Export.tJava_1Process(Order_OrderLineItem_Export.java:882)
at importedproject.order_orderlineitem_export_0_1.Order_OrderLineItem_Export.runJobInTOS(Order_OrderLineItem_Export.java:18610)
Can anyone help to resolve this error? thanks in advance. Any information on password encryption/decryption in talend. Do let me know.
Hello,
It looks like Access denied to your local folder.
Do you have necessary access to this local folder(Run as administrator)?
Do you have other components in the job and the component is trying to open the file?
Best regards
Sabrina