Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

MS SQL ODBC problem - Optional feature not implemented

We are writing to table in a SugarCRM installation running on MS SQL 2005 Express and we get this problem when writing to the contacts table:
connecting to socket on port 3342
connected
Exception in component tDBOutput_4
java.sql.SQLException: Optional feature not implemented
at sun.jdbc.odbc.JdbcOdbc.createSQLException(Unknown Source)
at sun.jdbc.odbc.JdbcOdbc.standardError(Unknown Source)
at sun.jdbc.odbc.JdbcOdbc.SQLBindInParameterNull(Unknown Source)
at sun.jdbc.odbc.JdbcOdbcPreparedStatement.setNull(Unknown Source)
Labels (4)
4 Replies
Anonymous
Not applicable
Author

Does anyone recognize this problem? Is it an ODBC problem? We are using a generic tDBOutput writing to an ODBC connection. I have never seen this using a tMysqlOutput for instance.
Anonymous
Not applicable
Author

Generally this error comes when there is an error in the SQL statement.
Anonymous
Not applicable
Author

Thank you. But there should not be any difference between the SQL that Talend generates for this and the SQL it generates for the other tables...
Anonymous
Not applicable
Author

While using ODBC this error pops out when there is SQL statement Problem. When using the MYSQL Jar the clear error wil be shown.