Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Sybase JDBC driver that is included in the SDK has to be downloaded to the Platform in order to connect to a Sybase IQ database from .

You must proceed as follows:

...

languagetext
themeEclipse

...

 Follow these steps to set up the Sybase JDBC driver on the Platform:

  1. Set up a persistent file system.

  2. Go to the SAP Software Solutions web page for information about the SDK and included drivers: https://www.sap.com/index.html

...



  1. Copy the downloaded jar file to the $MZ_HOME/persistent/3pp

...

  1. folder

...

  1. on

...

  1. the

...

  1. plaform-0

...

  1. pod. 

    Info
    titleExample - Copy the Sybase JDBC file into the directory


    Code Block
    themeEclipse
    $ kubectl cp jconn4.jar platform-0:/opt/mz/persistent/3pp -n <namespace>

...



  1. Restart the platform and EC pods.

    Info
    titleExample - Restart the platform and EC pods


    Code Block
    themeEclipse
    $ kubectl delete pod platform-0 -n <namespace>

...



  1. Restart

...

  1. the

...

  1. Desktop.

Close Pooled Connections

  The APL function closePooledConnections enables you to close a pooled connection with the Sybase IQ server. This feature helps you eliminate invalid connections.

...