Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Database | 7.2.0 |
Below error is thrown by the TIBCO JDBC driver in the adapter log while running the adapter Publication service,
++++
[tibcosoftwareinc][Oracle JDBC Driver]Transliteration failed, reason: invalid UTF8 data when construct minstance based on source table
In the JDBC driver spy log file, the stack trace looks as follows,
++++
spy>> java.sql.SQLException: [tibcosoftwareinc][Oracle JDBC Driver]Transliteration failed, reason: invalid UTF8 data ErrorCode=0 SQLState=HY000
java.sql.SQLException: [tibcosoftwareinc][Oracle JDBC Driver]Transliteration failed, reason: invalid UTF8 data
at tibcosoftwareinc.jdbc.oraclebase.ddcr.b(Unknown Source)
at tibcosoftwareinc.jdbc.oraclebase.ddcr.a(Unknown Source)
at tibcosoftwareinc.jdbc.oraclebase.ddcq.b(Unknown Source)
at tibcosoftwareinc.jdbc.oraclebase.ddcq.a(Unknown Source)
at tibcosoftwareinc.jdbc.oracle.ddn.b(Unknown Source)
at tibcosoftwareinc.jdbc.oraclebase.ddav.a(Unknown Source)
at tibcosoftwareinc.jdbc.oracle.ddn.a(Unknown Source)
at tibcosoftwareinc.jdbc.oraclebase.ddd7.getObject(Unknown Source)
at tibcosoftwareinc.jdbc.oraclebase.ddd6.getObject(Unknown Source)
at tibcosoftwareinc.jdbcspyoracle.SpyResultSet.getObject(Unknown Source)
The root cause of the problem is that the source table columns contains the corrupted data that can not be found in the translator table.