SAP HANA Connector

SAP HANA Connector

Prerequisites to configure serverless runtime environment

Prerequisites to configure serverless runtime environment

Before you configure a SAP HANA connection using the serverless runtime environment, you need to perform certain prerequisites.
  1. Create the following structure for the serverless agent configuration in AWS or Azure:
    <Supplementary file location>/serverless_agent_config
  2. Add the libraries in the Amazon S3 bucket or Azure container in the following directory in your AWS or Azure account:
    <Supplementary file location>/serverless_agent_config/hana
  3. Copy the following code snippet to a text editor:
    version: 1 agent: dataIntegrationServer: autoDeploy: sap: hanas: - fileCopy: sourcePath: sap/jco/ngdbc.jar odbcInst: drivers: - fileCopy: sourcePath: ODBC/libodbcHDB.so dsns: - name: "HDBODBC" entries: - key: Driver value: libodbcHDB.so - key: Description value: "HANA Driver" - key: CPTimeout value: 0
    where the source path is the directory path of the library files in AWS or Azure.
  4. Ensure that the syntax and indentations are valid, and then save the file as
    serverlessUserAgentConfig.yml
    in the following AWS or Azure directory:
    <Supplementary file location>/serverless_agent_config
    When the .yml file runs, the libraries are copied from the AWS or Azure directory to the serverless agent directory.
For more information about serverless runtime environment properties, see the
Administrator
help.

0 COMMENTS

We’d like to hear from you!