Products | Versions |
---|---|
TIBCO Data Virtualization | All supported versions, |
As a first step, SAP Java Connector Library (SAP JCo), version 3.0.9 needs to be installed on the same computer as TDV. SAP JCo is available through the SAP Service Marketplace at www.service.sap.com. You need to be a registered customer to download this library.Once logged in, navigate to SAP Java Connector > Tools & Services and download the JCo distribution for the platform running TDV, then refer to the below instructions to install SAP JCO:
To install SAP JCo on Linux and AIX :
—./bin/jlink --module-path jmods --add-modules java.desktop --output ../jre
—create a folder named as ext under <TDV_install_dir>\jre\lib
—For Linux 32: <TDV_install_dir>/jre/lib/i386
—For Linux 64: <TDV_install_dir>/jre/lib/amd64
—For AIX 64: <TDV_install_dir>/jre/lib/ppc64
-- <TDV_install_dir>apps\dlm\app_ds_sap\lib --For SAP adapter connectivity
-- <TDV_install_dir>apps\dlm\app_ds_sapbw\lib -- For SAP BW adapter connectivity
-- <TDV_install_dir>apps\dlm\app_ds_sapbwbex\lib -- For SAP BW Bex adapter connectivity
Note: Create the subfolders if they do not exist. In the Linux 64 platform for example, create the folder amd64 under <TDV_install_dir>/jre/lib if it does not exist.
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/TIBCO/TDV83_8300/jre/lib/amd64
export LIBPATH=$LIBPATH:/opt/TIBCO/TDV83_8300/jre/lib/ppc64