Previous Topic: Set Up License Files for the DB2 for z/OS ConnectorNext Topic: Set Up Windows Authentication for the SQL Server Connector


Set Up License Files for the Sybase Connector

To connect to a Sybase endpoint, CA IAM Connector Server requires a file from the Sybase SDK for JDBC. You must also have a license for Sybase.

Note: Sybase can only be administered as a DYN/JDBC endpoint.

Follow these steps:

  1. Find the following driver file. You can download this from http://www.sybase.com, and it is also included on your Sybase product media:
    jConnect-6_05.zip 
    
  2. Extract the following file from the ZIP:
    jConnect-6_0\classes\jconn3.jar
    
  3. Copy the jconn3.jar file into the following location:
    conxp_home/lib/ 
    
  4. Stop and restart any Connector Xpress sessions.
  5. In a command window, navigate to the following location:
    cs-home/jcs/resources/jdbc 
    
  6. Run the following script:

    This script creates a bundle that contains the license file, which you deploy using CA IAM Connector Server.

  7. Log in to CA IAM Connector Server.
  8. At the top, click the Connector Servers tab.
  9. In the Connector Server Management area, click the Bundles tab.
  10. Add the new bundle:

    Note: You can deploy the OSGI bundle from the connector server GUI or copy the jar files to ca-home/jcs/data/bundles/restore. Then restart the connector server and wait up to ten minutes for it to load.

    1. In the Bundles area on the right, click Add.
    2. Browse to the bundle that the script created, then select the connector server on which this connector will be available.
    3. Click OK.

      The new bundle appears in the Bundles list.

  11. Find the main connector bundle in the Bundles list, then right-click its name in the list and select Refresh Imports from the popup menu.

CA IAM Connector Server can now connect to Sybase endpoints.