Changing Parameters Affecting Direct Routes

Use alter route or Sybase Central to change parameters for a specific direct route after you create the route.

Configuration parameters set for individual routes with alter route override default parameters set with configure replication server. Thus, you can set default parameters with configure replication server and then customize settings for individual routes with alter route.

For example, to change the rsi_sync_interval parameter to 120 seconds using alter route, log in to the source Replication Server and:

  1. Suspend the route:
    suspend route to dest_replication_server
  2. Execute the alter route command:
    alter route to dest_replication_server
    set rsi_sync_interval to '120'
  3. Resume the suspended route:
    resume route to dest_replication_server

Configuration changes take effect after you resume the route.

Related tasks
Changing Configuration Parameters for All Routes
Related reference
Configuration Parameters Affecting Routes