You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
I'm trying to recreate a simple TRUNCATE Table-job in Talend.
Manual queryning works fine with Turning off FK constraints, Truncate Table, Turning on FK constraints.
But when this is put together as:
MySQL Connection -> MySQLRow (Set fk =0) -> MYSQLRow (Trunctae table) -> MySQLRow (Set fk =1) -> MysqlCommit.
It gives me "Connection Link Failure"
Same if I use a MySQL Output with action on table: Truncate
-> Same error.
Offline
Pages: 1