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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

multiple tlibraryload

Hi,
I have attached my job design diagram below. Because i am using external libraries for marshalling xml to java (xmlbeans), I have a lot of library dependencies. This has made my design layout very cluttered.
Is there anyway I can combine all the tlibraryloads into a single component?
Labels (4)
4 Replies
Anonymous
Not applicable

design image attached.
0683p000009ME8j.png
Anonymous
Not applicable

Hi,
Because i am using external libraries for marshalling xml to java (xmlbeans), I have a lot of library dependencies.

Unfortunately, a tlibraryload component only load one .jar file. If you have many .jar files need to be loaded into Talend Studio, you should multiple tLibraryLoad components to each jar one by one.
To your second question, yes, you can create a specialized job for loading jars, and call this job in a parent job with tRunJob component. The parent job design looks like:
tRunJob_1
|
onsubjobok
|
other processing.
Feel free to let me know if you still have any questions.

Best regards
Sabrina
VinoKulla
Contributor
Contributor

Hi,

 

I have one question related to this.

 

How can we load the required library files in server like what we did in studio could you tell the solution and procedure?

 

Regards,

Vinodhini.

Anonymous
Not applicable

@vinodhini v​ , the required library files will be included in the job script if you build the job, move or deploy the job script to the server and execute it there.