Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
RVeitch_84
Creator
Creator

tForEach with DBimput & a Subjob

I have the following where I'm parsing raw files into a dbTable then I want to iterate to a second sub with a tForeach

See attached example screenshot

 

When I try to connect the tForeach2 to the Raw transactions I get an error

 

 

RVeitch_84_0-1715213288902.png

Thanks for any help 

Labels (3)
3 Replies
Shicong_Hong
Support
Support

@RVeitch_84 What's the error messages? Can you please provide more information for us to reproduce the issue? Thank you!

Regards,
Shicong

RVeitch_84
Creator
Creator
Author

 

RVeitch_84_1-1715267132416.png

 

Shicong_Hong
Support
Support

@RVeitch_84 this error indicates the component 'Raw transactions' is not the first component of subjob, but you have used 'onsubjobok' from the component 'Raw transactions' to another component, change the link 'onsubjobok' to 'onComponentok', the error will disappear.