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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Talend Build Job not creating all needed code items

I have a job that I have created, and I am trying to export out to an autonomous job. The job is heavily reliant on roughly 25 custom code libriaries that I have created in Talend (stored under code/routines). When I build an autonomous job, it exports the vast majority of these classes, but one custom class (let's call it InterfaceTA) does not get generated and exported.
When I run the job from the Talend Studio, it works just fine. When I try to run the exported job, I get a "classnotfound" error on the InterfaceTA class.
Can anyone help me figure out why Talend is not compiling and exporting that class?
Thank you!
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Sometimes unfortunately some routines will not added to the export.
I suggest you close the job, click on the job (right) and open Setup routine dependencies and add all used routines here.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Sometimes unfortunately some routines will not added to the export.
I suggest you close the job, click on the job (right) and open Setup routine dependencies and add all used routines here.
Anonymous
Not applicable
Author

That solved it, thank you so much!