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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
sarora1
Creator
Creator

How to share a DB Connection in dynamic tRunJob

I get that since tRunJob runs subs jobs in independent processes, you can't use shared DB connection.

Checking "Use or register a shared DB connection" option will not share it.

 

Is there a workaround for this problem?

Labels (3)
1 Reply
Anonymous
Not applicable

I *think* you might be able to do this if you run your job inside the Talend ESB runtime. You can use connection pooling there. I have only done this with services, but it should behave in the same way. Take a look at this forum post https://community.talend.com/t5/Design-and-Development/setting-up-JDBC-connection-pool-in-Talend-ESB...