Which is the recommended sysbse jdbc driver for logstash sybase connectivity?

I am using JConn3.1(sybase jdbc driver) which is giving error in registring plugin message.Please let me know if any one have tried using sysbase database.

There is an issue using sybase at present. There is no Sybase specific adapter we can use and so a MSSQL adapter is used instead, but this adapter uses a MSSQL specific function to get the DB software version while deciding which syntax to support. Sybase does not have this function and so the connection attempt fails.

NOTE: the problem is not with the JDBC driver, it is with Ruby library that sits in between the input plugin code and the JDBC diver code.

1 Like

jtds-1.3.1 works for sybase db connectivity.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.