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

...

  1. up

...

  1. a

...

  1. persistent

...

  1. file

...

  1. system

...

  1. .

...



  1. A

...

  1. driver,

...

  1. provided

...

  1. by

...

  1. your

...

  1. SAP

...

  1. contact,

...

  1. is

...

  1. required

...

  1. to

...

  1. connect

...

  1. an SAP

...

  1. HANA

...

  1. database.

...

  1. This

...

  1. driver

...

  1. must

...

  1. be

...

  1. stored

...

  1. on a host (Platform) that will connect to an SAP HANA database.

  2. Copy the JDBC driver to the directory MZ_HOME/persistent/3pp

...

  1. on

...

  1. the

...

  1. platform-0

...

  1. pod.

    Info
    titleExample - Copy the JDBC driver to the directory


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

...



  1. Restart the platform and EC pods.

    Info
    titleExample - Restart the platform and EC pods


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

...



  1. Restart

...

  1. the

...

  1. Desktop