SAP HANA(3.0)

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

1. Set up a persistent file system

2. A driver, provided by your SAP contact, is required to connect a SAP HANA database.
   This driver must be stored on the Platform host and each Execution Context host that will connect to a SAP HANA database.

3. Copy the JDBC driver to the $MZ_HOME/persistent/3pp folder on the plaform-0 pod. Eg:
   $ kubectl cp ngdbc.jar platform-0:/opt/mz/persistent/3pp/sapHana/ngdbc -n <namespace>

4. Restart the platform and EC pods
   $ kubectl delete pod platform-0 -n <namespace>

5. Restart the Desktop