Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
Installing the SAP Java Connector Client
The server where the SAP driver is installed must have the SAP Java Connector (JCO) client technology version 3.x to provide the driver with connectivity to the SAP system.
This JCO client is available to SAP customers and developer partners through SAP, and is provided for most popular server operating systems. You can download the JCO from the SAP Connectors site.
To install JCo for Linux copy the appropriate distribution package into an own arbitrary directory {sapjco3-install-path}. Next, change to the installation directory:
cd {sapjco3-install-path} [return]
and extract the archive:
tar zxvf sapjco3-linux*3.0.13.tgz [return]
Then add {sapjco3-install-path} to the LD_LIBRARY_PATH environment variable.
Finally, add {sapjco3-install-path}/sapjco3.jar to your CLASSPATH environment variable.
mkdir -p /opt/sap/jco-3.0.13
cd /opt/sap/jco-3.0.13
unzip sapjco3*zip
tar xzvf sapjco3*tgz
ln -s /opt/sap/jco-3.0.13 /opt/sap/jco3
echo /opt/sap/jco3 > /etc/ld.so.conf.d/sap-jco3.conf
ldconfig -v | grep sap
ln -s /opt/sap/jco3/sapjco3.jar /opt/novell/eDirectory/lib/dirxml/classes/
idv:~ # cd /opt/novell/eDirectory/
idv:/opt/novell/eDirectory # lib64/nds-modules/jre/bin/java -cp lib/dirxml/classes/sapjco3.jar:lib/dirxml/rules/saphr/ JCO3Test
** The SAP JCO client installation has been verified to be correct.
Version of the JCO-library:3.0.13 (2015-04-27)
Input SAP Server Connection Information
---------------------------------------
Enter the Application Server Name or IP address: