Connecting to Sybase using DatabaseConnector module

0
Hi fellow Mendix developers,   With my project in run into an issue while connecting to a sybase database using the DatabaseConnector.      The Stacktrace explains that the issue is as follows:   Caused by: java.lang.RuntimeException: Failed to get driver instance for jdbcUrl=jdbc:sybase:Tds:IP:host/...     at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:108)   Anyone familliar with this issue? and know how to have the Java engine run properly with sybase connections?   thanks in advance, Jan
asked
1 answers
1

Hi Jan,

 

It seems like the DatabaseConnector is looking for a database driver to connect to a Sybase database. As Sybase is very outdated you probably have to download and add the driver yourself.

If you found a working driver, you can add this driver to your 'userlib’ folder.

 

Hope this helps!

answered