...
- Go to SAP Market Place http://service.sap.com/connectors.
- Log in with your user name and password.
- Download SAP Java Connector.
- Copy the following native files from the downloaded package at the mentioned locations.
For Windows
Copy sapjco.dll to C:/Windows/System32 and C:/Windows/SysWOW64
For Linux- Copy libsapjco3.so to usr/libs and [AdeptiaInstallDir]/Serverkernel/ext/SAP/native and usr/libs directory (create folders (SAP and native) if doesnot exist).
- Copy sapjco3.jar and sapidoc3.jar to [AdeptiaInstallDir]/Serverkernel/ext/SAP directory.
- Go to [AdeptiaInstallDir]/Serverkernel/etc directory, open launcher.properties file in the Text Editor, and add an entry for native SAP files.
#Kernel JVM parameters
KN:JVM: -Xms512M -Xmx2048M -Xrs -Djava.library.path=[AdeptiaInstallDirectory]/ServerKernel/ext/SAP/native
#Webrunner JVM parameters
WB:JVM: -Xms128M -Xmx2048M -Xrs -Djava.library.path=[AdeptiaInstallDirectory]/ServerKernel/ext/SAP/native