In this article
Table of Contents | ||||
---|---|---|---|---|
|
...
You must install the SAP Java Connection (JCO) library for the SAP Snap Pack to work. You can download the shared library (Windows-sapjco3.dll
) (
Linux-libsapjco3.so)
from theSAP portal.
Limitation
SAP configuration does not support the configuration of MSHOST (Message Server Host) on the Cloudplex.
Windows
In all nodes of the Snaplex, install Copy the updated native library
sapjco3.dll
in%SL_ROOT%\ldlib
(usually,c:\opt\Snaplogic\ldlib
) .Set the Windows PATH variable to point toc:\opt\Snaplogic\ldlib
. Restart the Snaplexon every node in the Snaplex. For Snaplexes with multiple nodes, make sure to install the library on every node.
Note: For Snaplexes with multiple nodes, make sure to install the library on every node.Restart all the nodes ithe Snaplex.
Info |
---|
If you are upgrading to Jco 3.1.4 for Windows Snaplex, you must install the Visual Studio 2013 C/C++ runtime libraries. Learn more, https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=551387831 |
...
Copy the updated native library
libsapjco3.so
file in$SL_ROOT/ldlib (
usually usually,/opt/snaplogic/ldlib)
folder on every node in the Snaplex.
Note: For Snaplexes with multiple nodes, make sure to install the library on every node.Restart all the nodes in the Snaplex.
Note |
---|
Update the following native library files under
This is due to the parameter change in JCo (Java Connector) from 3.0 to 3.1. According to the JCo documentation, parameter In JCo 3.0.6, the default value of the parameter is 0, whereas, in JCo 3.1.10, the default value of the parameter is 1. Important: If you want to revert to the previous behavior, the JCo properties could be set through the jvm_options:
|
...
Register the external program in the SAP gateway by editing the reginfo file. For additional information, see Gateway Security Files secinfo and reginfo.
Import reginfo in Gateway using the transaction code SMGW.
Create RFC Destination of Type = 'T' (TCP/IP). For additional information, see SAP JCo Server Programming.
Check the gateway monitor to ensure that the connection is registered correctly.
Create a port using transaction code WE21.
...
Related content: