I am trying to connect to AS400 DB. Already installed and configured JT400 database driver in Knime preferences.
Error:
Receiver class com.ibm.as400.access.AS400JDBCConnectionImpl does not define or inherit an implementation of the resolved method 'abstract boolean isValid(int)' of interface java.sql.Connection.
Below are the screenshot for all the configs done so far.
However to solve the problem that the driver does not implement the standard isValid() method, you can enter a validation query that is called in KNIME to check if the connection is valid. To do so please go to the Advanced tab of the DB Connector node and enter a Validation query. The query does not need to return anything and should be lightweight e.g. SELECT 1 or SELECT 1 FROM TABLE LIMIT 0.
Please keep us posted if this solved your problem.