Changing parameters affecting direct routes

After a route is created, you can change its configuration parameters with Sybase Central or the alter route command. Refer to Table 6-2 for a list and descriptions of configuration parameters that affect routes.

To change default configuration parameters for all routes originating at the source Replication Server, use the configure replication server command. Refer to “Changing configuration parameters for all routes” for more information.

Here is an example of using alter route to change the rsi_sync_interval parameter to 120 seconds. To execute the command, log in to the source Replication Server and perform these steps:

  1. Suspend the route. Enter:

    suspend route to dest_replication_server
    
  2. Execute the alter route command. Enter:

    alter route to dest_replication_server
    set rsi_sync_interval to '120'
    
  3. Resume the suspended route by entering:

    resume route to dest_replication_server
    

Configuration changes take effect after you resume the route.