Connections > SAP Table Connector connection properties > Use the serverless runtimeenvironment
  

Use the serverless runtimeenvironment

You can use the serverless runtime environment to connect to the SAP system when you configure an SAP Table Connector connection on Linux.
You cannot create an SNC connection when you use the serverless runtime environment.
Before you use the serverless runtime environment for an SAP Table Connector connection, you need to perform the prerequisite tasks.
  1. 1Create the following structure for the serverless agent configuration in AWS: <Supplementary file location>/serverless_agent_config
  2. 2Add the libraries in the Amazon S3 bucket in the following location in your AWS account: <Supplementary file location>/serverless_agent_config/sap
  3. 3Copy the following code snippet to a text editor:
  4. version: 1
    agent:
    dataIntegrationServer:
    autoDeploy:
    sap:
    jcos:
    - fileCopy:
    sourcePath: sap/jco/<sapjco_libary_filename>
    - fileCopy:
    sourcePath: sap/jco/<sapjco_libary_filename>
    nwrfcs:
    - fileCopy:
    sourcePath: sap/nwrfc/<rfc_libary_filename>
    - fileCopy:
    sourcePath: sap/nwrfc/<sapnwrfc_filename>
    where the source path is the directory path of the library files in AWS.
  5. 4Ensure that the syntax and indentations are valid, and then save the file as serverlessUserAgentConfig.yml in the following AWS location: <Supplementary file location>/serverless_agent_config
  6. When the .yml file runs, the libraries are copied from the AWS location to the serverless agent directory.
  7. 5To configure the JAVA_LIBS or JVMClassPath property for the serverless runtime environment on Linux, perform the following tasks in Administrator:
    1. aSelect Administrator > Serverless Environments.
    2. bOn the Serverless Environments tab, expand the Actions menu for the required serverless runtime environment, and then select Edit.
    3. cOn the Runtime Configuration Properties tab, select Data Integration Server as the service and Tomcat_JRE as the type.
    4. dClick Add Property.
    5. eEnter JAVA_LIBS in the Name field and set the following value:
    6. ../bin/rdtm-extra/tpl/sap/sapjco3.jar:../bin/rdtm/javalib/sap/sap-adapter-common.jar