Failed to read auto-increment value from storage engine

I am using MysqlDataWriter to write to a mysql table. Getting the following error.

ERROR [MYSQL_DATA_WRITER0.ConsumerThread] - ERROR 1467 (HY000) at line 1 in file: ‘C:\RamaStudy\workspaceSTS\ETLProject\mysql1711.ctl’: Failed to read auto-increment value from storage engine
ERROR [WatchDog] - Graph execution finished with error
ERROR [WatchDog] - Node MYSQL_DATA_WRITER0 finished with status: ERROR caused by: Mysql utility has failed.
ERROR [WatchDog] - Node MYSQL_DATA_WRITER0 error details:
org.jetel.exception.JetelException: Mysql utility has failed.
at org.jetel.component.MysqlDataWriter.execute(MysqlDataWriter.java:508)
at org.jetel.graph.Node.run(Node.java:390)
at java.lang.Thread.run(Thread.java:595)
ERROR [WatchDog] - !!! Phase finished with error - stopping graph run !!!

Can any one suggest on this.

Hello, this message is sent by your database. I’ve found it as a bug of MySql database (http://bugs.mysql.com/bug.php?id=36411)