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 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:
...
...
- Set
...
- up
...
- a
...
- persistent
...
- file
...
- system
...
- .
...
- 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.
Copy the JDBC driver to the directory MZ_HOME/persistent/3pp
...
on
...
the
...
platform-0
...
pod.
Info title Example - Copy the JDBC driver to the directory Code Block language text theme Eclipse $ kubectl cp ngdbc.jar platform-0:/opt/mz/persistent/3pp/sapHana/ngdbc -n <namespace>
...
Restart the platform and EC pods.
Info title Example - Restart the platform and EC pods Code Block language text theme Eclipse $ kubectl delete pod platform-0 -n <namespace>
...
- Restart
...
- the
...
- Desktop.