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.