You are not logged in.
Announcement
Unanswered posts
|
Thanks all,
but seems like my problem is way bigger...
Not even getting Internet access from my Talend computer :-/
Have you selected 'use existing connection'?
Hi
Please check the parameters of mysql connection.
I don't think this is due to "truncate".
Regards,
Pedro
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.