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)
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.