Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to share a temporary table across jobs?

Hi,

I want to create a temporary table (in Postgres) that I want to share across two jobs (see screenshot). However when I create a database connection, it's not recognized by any of the jobs (see second screenshot) as the component list is empty. In another forum, I found out that you can add the connection in the dynamic settings as an item (see 3rd screenshot), but this still lead to an error (4th screenshot). Anyone have any suggestions?

 

As an alternative, if it's not possible through a temp table, but rather through a permanent table, how can I drop the table later on as I didn't see any database command components for that either (only create table components)?

 

Roland

 

0683p000009MaYk.png0683p000009Ma7z.pngcomponent list empty0683p000009MaQF.pngadding db connection as item0683p000009MaYp.pngerror when running job and adding connection as item

Labels (2)
16 Replies
JohnRMK
Creator II
Creator II

In Run View ->Advanced Settings -> Log4j-->trace 

you will have first tDBconnection_1 (parent job) Create a shared connection "name"

then tDBConnection_2 (child job) fin a shared connection with key "name"

 

If you do not see the de log, it's disable by default, you can enable them in preferences log4j ou project settings (i dont remember lol)

the trace log is only for dev environnement and for prod, you can lunch warn ou error

Anonymous
Not applicable
Author

I did a quick search. It appears that the Log4j Logging Option is not available in Talend Open Studio which I'm using. 

Anonymous
Not applicable
Author

I did a quick search. It appears that the Log4j Logging Option is not available in Talend Open Studio which I'm using. 

JohnRMK
Creator II
Creator II

I assure you it's an option of free and payed subscription 

You will fin it in the project management 

 

0683p000009MaZn.png

 

Then you can use trace logs 

 

0683p000009MaZs.png

JohnRMK
Creator II
Creator II

I assure you it's an option of free and payed subscription 

You will fin it in the project management 

 

0683p000009MaZn.png

 

Then you can use trace logs 

 

0683p000009MaZs.png

Anonymous
Not applicable
Author

Thanks. I found it now.
Anonymous
Not applicable
Author

Thanks. I found it now.