Using Sybase database in Flow.

Chris M3
Tera Guru

Hello,

 

I am wondering if anyone has successfully setup a Sybase Connection through Integration Hub/Flow.  I am attempting to setup our Netcool connection, which is currently accomplished through script includes, as flow actions.  I have setup the connection by re-enabling the Sybase database format choice, and setting the connection up in the same method as the Netcool interface.  When I attempt to do a simple query through a new action (JDBC Step), I get the below error.  I have also attempted to build the connection in-line on the action as the 'Custom' database type and received the same error.

 

SQLException: Cannot invoke "java.sql.Statement.setQueryTimeout(int)" because "statement" is null
 
Below is the connection info (sanitized), I have also tried putting com.sybase.jdbc3.jdbc.SybDriver into the JDBC driver field
ChrisM3_0-1729183397301.png

 

Any thoughts or help would be appreciated

6 REPLIES 6

Hi @Chris M3 ,

 

Send me screenshot with all parameter visible. If you have uploaded the jar file correctly then it should work.

 

 

First screenshot is the example setting it up as a connection

ChrisM3_0-1730320269537.png

And attempting to set it up inline in the custom JDBC Step

ChrisM3_1-1730320442909.png