About Talend

Talend Open Studio operates as a code generator allowing data transformation scripts and underlying programs to be generated either in Java (OR) Perl. Its GUI is made of a metadata repository and a graphical designer. The metadata repository contains the definitions and configuration for each job. The information in the metadata repository is used by all of the components of Talend Open Studio.

Course Details : http://talend-training.blogspot.in/2013/04/talend-training-course-details.html

Exception in component tFileOutputDelimited

Error: 
Exception in component tFileOutputDelimited_1
java.io.FileNotFoundException: C:/testfile.csv (The process cannot access the file because it is being used by another process)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)

Solution:1  If file is already Available in that location

  • This file is already opened. You need to close the file and execute this job again.

Solution:2  If file not exist

  •  Go to components --> go to advanced settings -->  check create directory if not exists property

Then Execute the job. file will be created along with directory structure.



3 comments:

  1. how to handle file not found exception in "tfileinputdelimited" die on error is not working in my big data batch component, and i'm unable to handle it anyways. What is the work around

    ReplyDelete
  2. Chez moi les configuration sont correct mais j ai toujours la même erreur

    ReplyDelete