===============================================
a.fmt
<?xml version="1.0" encoding="gb2312"?>=====================================
ERROR [WatchDog] - Graph execution finished with error
ERROR [WatchDog] - Node DB_OUTPUT_TABLE_0 finished with status: ERROR caused by: Maximum # of errors exceeded when inserting record. Exeption thrown by: insert into t1 (c2) values ($名称). Message: Parameter index out of range (1 > number of parameters, which is 0). with field 名称 caused by: java.sql.SQLException: Parameter index out of range (1 > number of parameters, which is 0). with field 名称
DEBUG [WatchDog] - Node DB_OUTPUT_TABLE_0 error details:
org.jetel.exception.JetelException: Maximum # of errors exceeded when inserting record. Exeption thrown by: insert into t1 (c2) values ($名称). Message: Parameter index out of range (1 > number of parameters, which is 0). with field 名称 caused by: java.sql.SQLException: Parameter index out of range (1 > number of parameters, which is 0). with field 名称
at org.jetel.component.DBOutputTable.runInNormalMode(DBOutputTable.java:654)
at org.jetel.component.DBOutputTable.execute(DBOutputTable.java:573)
at org.jetel.graph.Node.run(Node.java:379)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.sql.SQLException: Parameter index out of range (1 > number of parameters, which is 0). with field 名称
at org.jetel.connection.jdbc.CopySQLData.jetel2sql(CopySQLData.java:167)
at org.jetel.connection.jdbc.SQLCloverStatement.executeUpdate(SQLCloverStatement.java:305)
at org.jetel.component.DBOutputTable.runInNormalMode(DBOutputTable.java:617)
… 3 more
===============================================
The reason is that questions do not support unicode field name, can support? How to solve this.