The outbound Adapter Environment properties include client connection parameters that are required to implement the project using the Adapter in outbound mode communication. These parameters are configured in the outbound Adapter Environment Properties window.
The Outbound SAP BAPI Adapter includes the following configuration sections:
The following Client Connection Settings are used.
Table 15 Outbound SAP BAPI Adapter— Client Connection Settings
The following Client Security Settings are used.
Table 16 Outbound SAP BAPI Adapter — Client Security Settings|
Name |
Description |
Required Value |
|---|---|---|
|
Enable SNC |
Specifies whether the SNC is enabled or not. |
Yes or No. The default is No. |
|
SNC Partner Name |
Specifies the AS ABAP SNC name. |
You can find the application server SNC name in the profile parameter snc/identity/as. For example: p:CN=ABC, O=MyCompany, C=US |
|
SNC Level of Protection |
Specifies the level of protection to use for the connection. |
Possible values:
There is no default setting. |
|
SNC Library Path |
Specifies the path and file name of the external library. |
The default is the system-defined library as defined in the environment variable SNC_LIB. |
|
X.509 Certificate |
Specifies the X.509 certificate information. |
There is no default setting. |
|
SNC My Name |
Specifies the SNC My Name. |
There is no default setting. |
The following Connection Retry Settings are used.
Table 17 Outbound SAP BAPI Adapter — Connection Retry Settings|
Name |
Description |
Required Value |
|---|---|---|
|
Connection Retries |
Number of retries to establish a connection upon failure to acquire one. |
The default is 0. |
|
Connection Retry Interval |
Milliseconds of pause before each reattempt to access the SAP system. Used in conjunction with the Connection Retry Count setting. |
The default is 1000. |
The following Connection Pool Settings are used by the external database.
Table 18 Outbound SAP BAPI Adapter — Connection Pool Settings|
Name |
Description |
Required Value |
|---|---|---|
|
Steady pool size |
The minimum number of physical connections the pool should keep available at all times. 0 (zero) indicates that there should be no physical connections in the pool and that new connections should be created as needed. |
The default number of connections is 2. |
|
Maximum pool size |
The maximum number of physical connections the pool should contain. 0 (zero) indicates that there is no maximum. |
The default number of connections is 10. |
|
Max Idle Timeout in Seconds |
A timer thread periodically removes unused connections. This parameter defines the interval at which this thread runs. This thread removes unused connections after the specified idle time expires. It allows the user to specify the amount of time a connection can remain idle in the pool. When this is set to greater than 0, the container removes or destroys any connections that are idle for the specified duration. A value of 0 specifies that idle connections can remain in the pool indefinitely. |
The default is 300. |