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

Records not inserted into mysql table

Hello all,
Doing a relatively simple move from PostgreSQL into MySQL, though the operation is successful it does not insert any record into the specified MySQL table.
Testing talend as a new ETL tool and i'm still navigating my way around all its' functionality. I'll appreciate any help.
Thank you all.

Labels (2)
11 Replies
Anonymous
Not applicable
Author

Beautiful - Many thanks. Works well now, learning curve.
I've moved data into a MongoDB and didn't have to, assumed wrongly.
Thank you again.
Anonymous
Not applicable
Author

Yes the actions in a MongoDB are atomic transactional. Thats because you do not need an explicit commit. But the MySQL usually works transactional. You can configure the tMysqlConnection also als auto commit. In this case you would not need an explicit commit.