ODI JDBC Connection to Exasol version 8 - problems due to ENC_KEY argument
I am trying to establish a connection to Exasol version 8 in the ODI.
To do this, I have installed the latest Exasol JDBC driver (version 25.2.4) on the agent and restarted it.
If I now create a new data server and then try to test the connection with the new driver, I get the following error message:
oracle.odi.runtime.agent.invocation.InvocationException: oracle.odi.core.exception.OdiRuntimeException: java.sql.SQLException: [ERROR] Connection Properties does not support (ENC_KEY) argument.
at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:483)
at oracle.odi.runtime.agent.invocation.support.InternalRemoteRuntimeAgentInvoker.invoke(InternalRemoteRuntimeAgentInvoker.java:162)