Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] FileNotFound after processing more than 1000 files

Hello, 
I have created three files to save the results. In the begining, all OK, but when I have processed many files TALEND say:
Exception in component tFileOutputDelimited_1
java.io.FileNotFoundException: C:\Users\Administrador\Desktop\TEQPM\CDR- Cisco\temp\talend_DIF.tmp (Acceso denegado)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)


and I found that the file for result is not in its folder. I don´t understand why the file is been deleted.
In this case, "no encuentra tal callID" is the file missed. It will be used in the next subjob but just read it not write it.
0683p000009MFbm.png

But I have tried many times and any one of this three files will be deleted during execution.



this is the first child job:

0683p000009MFbr.png

this is the second:
0683p000009MFbw.png

this is the job "unir cmr sin mapeo":
0683p000009MFZN.png



and this is the last job:

0683p000009MFc1.png

Labels (2)
7 Replies
Anonymous
Not applicable
Author

Hi,
What does your child job look like(order1, order2, order3)? Did you use any tfilelist component in child job? More information will be preferred.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi,
this is the first child job:

0683p000009MFbr.png

this is the second:
0683p000009MFbw.png

this is the job "unir cmr sin mapeo":
0683p000009MFZN.png



and this is the last job:

0683p000009MFc1.png
Anonymous
Not applicable
Author

xdshi wrote:
Hi,
What does your child job look like(order1, order2, order3)? Did you use any tfilelist component in child job? More information will be preferred.
Best regards
Sabrina

Hi,

Sabrina, I have posted the child jobs
Anonymous
Not applicable
Author

anyone knows?
Anonymous
Not applicable
Author

post your "IF" sentences from your second job, may be there is a case that you may not considerer and then the file is deleted.
[color=#b42000][size=1][font=Verdana, Helvetica, Arial, sans-serif][/font][/size][/color]
Anonymous
Not applicable
Author

It has been fixed by "close()" code. I added a piece of java code to close the files used and now there is no file missed.
Anonymous
Not applicable
Author

Hi wjy920108,


Thanks for your feedback and sharing your solution with us.
Best regards
Sabrina