Change Parameters Affecting All Connections

Use the configure replication server command to set default configuration parameters for all connections originating at the source 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 Replication Server to execute the commands.

  1. Suspend all connections from the source 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 Replication Server. For each connection, enter:
    resume connection to data_server.database

Enabling Sybase 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 a Replication Server to Adaptive Servers.
  1. Execute configure replication server. Log in to the Replication Server for which you want to enable Failover support and enter:
    configure replication server
    set ha_failover to 'on'

    See Replication Server Administration Guide Volume 2 > Replication System Recovery > Configure the Replication System to Support Sybase Failover.