[resolved] Random tFileoutputExcel java.lang.RuntimeException:java.io.IOException
I am using Talend Open Studio 6.1.1. I have a job that dynamically names a file using a timestamp down to the second. The job writes out 3 tabs on the excel file. On a random basis the job will fail with the error: Exception in component tFileOutputExcel_1 java.lang.RuntimeException: java.io.IOException: The system cannot find the path specified
I never get the error when I run the job from my studio and it only happens randomly when run from our VisualCron job scheduler.
Hi
Maybe you have scheduled the job to run very often, the time interval for each job execution is very short, and the file is still open by another execution.
Regards
Shong
Hi
Maybe you have scheduled the job to run very often, the time interval for each job execution is very short, and the file is still open by another execution.
Regards
Shong