exception in tMysqlOutBulkExec "Can't call commit when autocommit=true
hi
I am using tMysqlOutBulkExec. And, "clear table" action is chosen.
The exception thow
before LOAD DATA is executed
after DELETE is executed.
######################
Exception in component tMysqlOutputBulkExec_1_tMBE
java.sql.SQLException: Can't call commit when autocommit=true
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:931)
at com.mysql.jdbc.Connection.commit(Connection.java:1472)
######################
I cannot choose off of "auto commit" with tMysqlOutBulkExec.
and
I cannot choose on of "Use an exisiting connection" with tMysqlOutBulkExec.