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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend as part of another application

Hey I have been using talend a little and I want to use it as part of another Eclipse application. Pretty much I want to take a job and call it from another java program. I could use system to do this but, that is not very portable and I need my application to be portable. Is there any good way to use a talend job inside another java program?

Labels (1)
33 Replies
Anonymous
Not applicable
Author

Hi everyone!
Thanks for the post Shong, it was very useful.
I'm just missing a step, even after reading the other related posts you pointed out:
how exactly do I import  my context properties into eclipse? surely non as Jars or as class folder, but then how?
Could anyone clarify this step?
Thanks for reading. 0683p000009MACn.png
Paolo
Anonymous
Not applicable
Author

Hi Paolo  
I have written all steps to a KB article, 
https://help.talend.com/display/KB/Calling+a+Talend+Job+from+an+external+Java+application
Best regards
Shong
Anonymous
Not applicable
Author

Hi
Shong  I've already done your procedure and its working fine on me. But when I tried running it using a web server its not working anymore. Can you please help me how to run export jobs in java web.
Thanks.
Anonymous
Not applicable
Author

Exception in component tOracleOutput_5
java.sql.SQLException: The Network Adapter could not establish the connection
 at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
 at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:131)
 at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:197)
 at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:525)
 at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:413)
 at oracle.jdbc.driver.PhysicalConnection.(PhysicalConnection.java:508)
 at oracle.jdbc.driver.T4CConnection.(T4CConnection.java:203)
 at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)
 at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510)
 at java.sql.DriverManager.getConnection(Unknown Source)  at java.sql.DriverM

To see the whole post, download it here
OriginalPost.pdf