Versions Compared

Key

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

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

...

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 a 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:

Code Block
languagetext
themeEclipse
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

...