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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tDBOutput not working

Hi there,

 

I am new to Talend Studio (7.2.1.20190620_1446) and I am trying to write data to a MySQL database. I managed to establish a connection, filter/map the data with tMap and supposedly write to another MySQL database without any errors showing on the console, but when I look into the DB only the table has been created, but no rows have been inserted. I thought, that maybe I am doing something wrong, so I decided to follow a simple tutorial (https://help.talend.com/reader/NNO~fmVQU4rlkF9Depfdxw/uj2eSVb5v6PKRMENQIBlVA), but even writing the current date to a db fails. So I wonder: what is the trick? Any suggestions?

 

Kind regards,

 

Erik 

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Are you committing your transaction(s)? If not then you'll need to use a tMySqlCommit or check 'Auto Commit' in the advanced options of the connection component.

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Are you committing your transaction(s)? If not then you'll need to use a tMySqlCommit or check 'Auto Commit' in the advanced options of the connection component.