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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
TharunJoshi
Contributor III
Contributor III

Talend Job Runs Twice

Hi,

I have a Talend Job

 

tjava-->iterate-->tfilelist-->iterate-->tfileinputexcel-->tmap-->tmssqloutput

My job is in this format but when I run this the job is executing twice what could be the reason

Thanks

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi @TharunJoshi,

 

Can you please show the main job and if any child jobs.

 

Thanks and Regards,

Subhadip 

View solution in original post

3 Replies
Anonymous
Not applicable

Hi @TharunJoshi,

 

Can you please show the main job and if any child jobs.

 

Thanks and Regards,

Subhadip 

Anonymous
Not applicable

I suspect that it is not running twice, but your iterate links are causing this. Iterate links cause the following components to run to completion for every iteration. So if you have a file component following an iterate link, it will be created as many times as the iterate link fires (unless you have set the append option).

TharunJoshi
Contributor III
Contributor III
Author

Hi,

It was a mistake made from my side I used iterate where excel file has four sheets so it was running in a loop