SAP HANA(3.3)

This section contains information that is specific to the database type SAP HANA.

 Supported Functions

 The SAP HANA database can be used with the following functionality:

  • Audit Profile
  • Callable Statements (APL) 
  • Database Table Related Functions (APL)
  • Database Agents
  • Event Notifications

Note!

The SAP HANA database availability is dependent on scenario and customer landscape. Therefore any solution designed with  using the JDBC connection to SAP HANA for real-time applications must be designed to handle the same availability as achieved by the implementation of the underlying SAP HANA instance.

Properties

When selecting the SAP HANA database type, you can configure the following property using the Properties tab in the Database profile:

sapdb.connectionpool.maxlimit

Preparations

A database driver is required to connect to an SAP HANA database. This driver must be stored in the Platform. Follow these if SAP HANA was not set up during the installation of the Platform:

  1. Set up a persistent file system.

  2. A driver, provided by your SAP contact, is required to connect an SAP HANA database. This driver must be stored on a host (Platform) that will connect to an SAP HANA database.

  3. Copy the JDBC driver to the directory MZ_HOME/persistent/3pp on the platform-0 pod.

    Example - Copy the JDBC driver to the directory

    $ kubectl cp ngdbc.jar platform-0:/opt/mz/persistent/3pp/sapHana/ngdbc -n <namespace>


  4. Restart the platform and EC pods.

    Example - Restart the platform and EC pods

    $ kubectl delete pod platform-0 -n <namespace>
  5. Restart the Desktop.