cancel
Showing results for 
Search instead for 
Did you mean: 

Where do you find a JDBC driver for ServiceNow/applications going to SAP Adaptive Server Enterprise?

ryan_hansen
Product and Topic Expert
Product and Topic Expert
0 Kudos
354

Hi,

We are attempting to Connect ServiceNow to Sybase ASE 16.0 SP03 PL08.

This application requires a JDBC driver.  

Please let us know where to get the driver to download. 

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

ryan_hansen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You can find the SDK for SAP ASE download from:
KBA# 2310113
https://launchpad.support.sap.com/#/notes/2310113/E

This includes all client drivers to connect to the SAP ASE database.
The SDK for SAP ASE is also included in SAP ASE installations.

Once installed the JDBC/jConnect driver is located in ($SYBASE = installation directory):
$SYBASE/jConnect-16_0/classes/jconn4.jar
$SYBASE/jConnect-16_0/classes/jconn42.jar

jconn4.jar is no longer included in SDK or ASE installations going forward.
Please use jconn42.jar.

KBA# 3380197 - When will jconn4.jar be replaced with jconn42.jar

  • SAP ASE 16.0 SP03 PL15 and above
  • SAP ASE 16.0 SP04 PL05 and above.

Adding the JDBC driver to an application can depend on its setup.
You can check the CLASSPATH environment variable or other gui loading options once you have the driver.

Regards,
Ryan