Change Parameters Affecting All Connections

Use the configure replication server command to set default configuration parameters for all connections originating at the source SAP Replication Server.

The syntax for configure replication server is:
configure replication server
 set database_param to 'value'

Configuration changes take effect after you resume the connections.

Changing the dsi_fadeout_time Value

This example shows how to use configure replication server to change the dsi_fadeout_time parameter so that the DSI connection does not close. Log in to the source SAP Replication Server to execute the commands.

  1. Suspend all connections from the source SAP Replication Server. For each connection, enter:
    suspend connection to data_server.database
  2. Execute configure replication server. Enter:
    configure replication server
    set dsi_fadeout_time to '-1'
  3. Resume suspended connections from the source SAP Replication Server. For each connection, enter:
    resume connection to data_server.database

Enabling SAP Failover Support

This example shows how to use configure replication server to change the ha_failover parameter to enable Failover support for all non-RSSD connections from an SAP Replication Server to SAP ASEs.
  1. Execute configure replication server. Log in to the SAP Replication Server for which you want to enable Failover support and enter:
    configure replication server
    set ha_failover to 'on'

    See Configure the Replication System to Support SAP Failover in the Administration Guide Volume 2.