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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
vincent5
Contributor
Contributor

Plugin not taken into account in Studio 6.4.1

Hello,

 

My technical team developed a few years ago a plugin in the form of 4 java libraries taken into account in the studio of our TOS version of Talend.
I wanted to include this plugin in our version TIS 6.4.1 Talend but the Studio does not take it into account, I can not load it.
Are there any restrictions on the use of external plugin on the TIS version of Talend? How to have this plugin in the Studio?

 

Regards,

Vincent

 

Labels (2)
2 Replies
Anonymous
Not applicable

Hello,

Usually, there are two ways for you to import and use an external jar.
1)Using tLibraryload component to load the jar file at the beginning of job. for example:
tLibraryLoad
|
tJava(on tJava, use the external API)

2)Creating custom routine, import the external jar file by clicking on the rouinte name and edting the routine libraries, and then call this routine in the job.

Let us know if it is OK with you.

Best regards

Sabrina

vincent5
Contributor
Contributor
Author

 

Hello,

Thank you for these explanations but I do not see how to get out.
This plugin is accessible via an icon from the menu bar and is called after the Talend Job export.
The principle is that it retrieves the export zip file to integrate it into our component distribution tool.

The screen shot below shows the input window after clicking on the icon.
It works very well on Talend TOS but I can not integrate it on a talend TIS.

 

0683p000009M5KL.jpgRegards,

Vincent