Preventive Service Planning
Abstract
This section details the process to upload NWRFCSDK dependent libraries in Cloud Pak for Data environment for BAPI connector runtime.
Content
The SAP BAPI connector runtime has dependency on NWRFCSDK libraries libsapnwrfc.so and libsapucum.so. See section below for the procedure to upload these dependencies to Cloud Pak for Data environment.
Prerequisite
NWRFCSDK dependent libraries libsapnwrfc.so and libsapucum.so should be downloaded from SAP Marketplace.
NWRFCSDK dependent libraries libsapnwrfc.so and libsapucum.so should be downloaded from SAP Marketplace.
Following are the steps to upload the required NWRFCSDK libraries to Cloud Pak for Data.
- Use sshpass command to copy the NWRFCSDK files from the downloaded location on local environment to CPD cluster. The command format to be be used: sshpass -p <SSH password for cluster> scp <file_to_be_copied_from_local> root@<cluster URL>:<path _where_file_is_to_be_copied>
for e.g., sshpass -p 'mypwd@123' scp Users/testuser/Downloads/sapbapi.tar.gz
root@api.tahoetestxyz.cp.fyre.ibm.com:/root/testuser
- Login to the CPD cluster with SSH using root user. Refer command: ssh root@<Cluster URL> and change directory to the location where dependency files have been copied in above step.
- Identify the runtime pod using command oc get pod| grep runtime. The runtime pod instance name begins with keyword ds-px-default-ibm-datastage-px-runtime-<identifier>. For instance, the runtime pod name may appear like ds-px-default-ibm-datastage-px-runtime-769d588968-4wm46.
- Use oc cp command to copy dependent files from source location to the directory /ds-storage/user_lib.
oc cp libsapucum.so ds-px-default-ibm-datastage-px-runtime-769d588968-4wm46:/ds-storage/user-lib/
oc cp libsapnwrfc.so ds-px-default-ibm-datastage-px-runtime-769d588968-4wm46:/ds-storage/user-lib/
oc cp libsapnwrfc.so ds-px-default-ibm-datastage-px-runtime-769d588968-4wm46:/ds-storage/user-lib/
Parent topic : SAP BAPI connection
[{"Type":"MASTER","Line of Business":{"code":"LOB10","label":"Data and AI"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSZJPZ","label":"IBM InfoSphere Information Server"},"ARM Category":[{"code":"a8m0z0000001ir7AAA","label":"Cloud Pak for Data"}],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions"}]
Was this topic helpful?
Document Information
Modified date:
11 June 2024
UID
ibm17156762