Global Resource Properties

Connection Settings

Set global resource in the adapter properties, "Global Resource Settings"in the Control Panel, or WebConsole.
Required settings
Item name Required/Optional Use of Variables Description Remarks
Hostname Required Only environment variables are available. Enter the host name of SAP Business Connector.  
Use HTTPS Optional Not available Select whether to connect to SAP Business Connector using HTTPS.
  • [Checked]:
    Connects in HTTPS.
  • [Not Checked]: (default)
    Connects in HTTP.
  • When using HTTPS, the certificate set to SAP Business Connector need to be installed to JRE of DataSpider Servista.
    Use the certificate file set in the "Server's Signed Certificate" of "Security"-"Certificates" of SAP Business Connector.
    For more information, please refer to" Certificate Installation".
Port number Required Only environment variables are available. Enter the port number of SAP Business Connector.
  • The default value is "5555".
User name Required Only environment variables are available. Enter the user to connect to SAP Business Connector.  
Password Required Only environment variables are available. Enter the password of the user to connect to SAP Business Connector.  
SAP system name Required Only environment variables are available. Enter the SAP system name to connect from SAP Business Connector.
  • The available SAP system name can be confirmed by pressing [SAP] menu of [Adapters] category of SAP Business Connector, then pressing [SAP Servers] menu.
SAP BC version Optional Not available Enter the version of SAP Business Connector.
  • [4.6]:
    Connect to the SAP Business Connector 4.6 .
  • [4.8]:(default)
    Connect to the SAP Business Connector 4.8 .
 
Encoding Optional Not available Select the SAP system encoding.
  • Select "UTF-8" in case of Unicode system.Check SAP system encoding in case of Non-Unicode system and select.
  • The default value is "UTF-8"
Enable transaction processing Optional Not available perform transaction(to call transaction commit or transaction rollback).
  • [Checked]: (default)
    Perform Transaction processing.
  • [Not Checked]:
    Do not perform transaction processing.
  • Set to "Checked" when executing BAPI that requires transaction commit.
  • If "Checked", the transaction is executed in the following flow.
    1. At the start of the transaction, calls invoke/sap/lockSession(4.6), /invoke/pub.sap.client/lockSession(4.8) and lock the session.Session ID is stored in Cookie.
    2. 1. User the locked session in 1. to execute all inbound processing placed in the transaction.
    3. At the end of the transaction, 1.At the end of the transaction, use the locked session in 1. ,calls invoke/sap.bapi.transaction/commit(4.6), /invoke/pub.sap.bapi/commit(4.8) to commit; calls /invoke/sap.bapi.transaction/rollback(4.6), /invoke/sap.bapi.transaction/rollback(4.8) to rollback, and end transaction.
    4. 1. Use the locked session in 1. , calls /invoke/sap/releaseSession(4.6), /invoke/pub.sap.client/releaseSession(4.8), then release the session.
Property Action
Item name Description Remarks
Connection Test Checks connection to SAP Business Connector.  

Component Pool Settings

Pooling is not supported.

Security

You can only edit Security Settings from Control Panel, " Global Resource Settings " or WebConsole.

Specification Limits

None.