Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Trying to insert records to a MySQL table after job completes with tPostJob

Hello, what I want is to insert some records to a MySQL table after the completion of a specific job. I want to insert information like when job started, finished, how many rows where transfered etc.

 

I try to use tPostJob and connect it to tDBOutput to write my custom sql to insert the records but it seems that tDBOutput cannot be triggered by tPostJob.

 

Any help would be appreciated.

Thanks.

Labels (2)
1 Reply
vapukov
Master II
Master II

Hi,

 

it could be called in tPostJob section:

0683p000009M5Mz.png

 

 

but first - check for build in stats and logs framework

https://help.talend.com/reader/Ws0O43EFGSIwUF~lTgzv7g/xOyv1w03xytjgBbOlTKyeA

 

cheers, Vlad