Obtain and Install the Driver for Sybase

TDV requires Sybase drivers, the driver must be downloaded from SAP and installed independently..

Adapter

Requires

TDV Sybase

most current version of Sybase JConnect 16 JDBC driver software.

TDV Sybase IQ

most current version of Sybase JConnect 16 JDBC driver software

Sybase IQ V15 with type 2

SQL Anywhere Database Client v12.0.1 driver software

Obtain and install the JDBC driver for Sybase

1. Download the drivers from the SAP Help Portal. For example, locate the Download SAP JConnect topic at:
https://help.sap.com/viewer/e12c539de04b44a0bb17a545a148361c/16.0.3.2/en-US/b03e2db6bbf910148fc6bbe092513290.html 
2. Follow the instructions as provided in your SAP support portal once you have logged in. For example:

Log in to the SAP Support Portal at https://support.sap.comInformation published on SAP site.

Click the download link.

Search SDK for SAP ASE in the search field. The latest versions of SDK for SAP Adaptive Server Enterprise appear.

Select the SDK for SAP Adaptive Server Enterprise software that you need.

Click Installation.

The system provides a list of available items to be downloaded. Select the platform you need from the dropdown list and then select a provided package for the selected platform.

Enter the user name and password in the Authentication Required dialog box and click Log In to start the downloading process.

Uncompress the package after the download is complete.

3. Make sure to obtain the jconn4.jar and jTDS3.jar drivers.
4. Install jconn4.jar and jTDS3.jar under:
<TDV_install_dir>/apps/dlm/cis_ds_sybase/lib
5. Verify that the drivers are the correct version by running
<TDV_install_dir>/jdk/bin/java -jar jconn4.jar
6. Verify that you receive output similar to:
jConnect (TM) for JDBC(TM)/16.0 GA (Build 27008)/P/EBF22326/JDK 1.6.0/jdbcmain/OPT/Sun Jan 12 09:41:12 PST 2014
    Confidential property of SAP AG or an SAP affiliate company.
    Copyright (c) 2013

#

    #$ java -jar jTDS3.jar
    jTDS/16.0 GA (Build 27008)/P/EBF22326/JDK 1.6.0/jdbcmain/OPT/Sun Jan 12 09:41:12 PST 2014
    #
    Confidential property of SAP AG or an SAP affiliate company.
    Copyright (c) 2013
7. Restart the TDV Server.