DB2 Data Connector

0
We're trying to connect with an external database on DB2. We tested the connection outside of our Mendix project and it's ok. We're using the same jdbc and same configuration which we used to connect to it using DBeaver. However, when we try to connect from our project in Mendix it's giving us an error related to the jdbc, even though we're using the same configuration.    The error says:    Caused by: com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.lang.RuntimeException: Failed to get driver instance for jdbcUrl=jdbc:as400://bddpreprod;libraries=SMXLOWCODE;at Cubiscan.ACT_GetHistorico (JavaAction : 'Execute query') ... Caused by: java.sql.SQLException: No suitable driver   Any idea on why this might be happening or a fix will be appreciated. The DB2 version is 7.4
asked
1 answers
1

Could you please copy jdbc driver libs into userlib folder of your application and check?

answered