Configuring Outbound Load-Balanced Services

This section outlines the steps necessary to configure Outbound Load-Balanced Services containing the Publication Service and/or the Request-Response Invocation Service services.

Outbound Load-Balanced services can be configured either by:
  • Create multiple outbound services using the same program ID for server connections.

    When creating multiple services, ensure that the TIDManager client references the same remote TIDManager configuration.

  • Create one outbound service that can be invoked multiple times.

The subsequent section focuses on the second option where one outbound service is created using global variable substitution as the means for providing unique names for both the RVCM session name and file sink filename during each adapter invocation service.

Procedure

  1. In the Transports tab of Adapter for SAP Configuration editor, select your session and specify the CM Name field with %%PASSED_CM_NAME%%. The value of ledger file have to be changed to reflect the usage of the same module property. It is assumed that a value can be passed along with the TRA file for the adapter service.
  2. In the Advanced tab of the adapter service in the Adapter Services tab, change the value of the file name for the file sink.
  3. In the Logging tab, specify the Log File field with %%LOG_FILENAME%%.

    This change can be then reflected in the File Name field for the file sink.

    The propertiess are added to the TRA files for the adapter service as follows:

    tibco.clientVar.LOG_FILENAME=Secondadapter.log

    tibco.clientVar.PASSED_CM_NAME=Secondadapter.CM

    The files are created in the startDir which is by default the installation directory, for example c:\tibco\adapter\adr3\version_number.

    For information about module properties, see the TIBCO Repository Documentation.