Resetting per-target values to default values

You can change all of your per-target security values for connections or routes using the set security_services to ‘default’ option.


For connections

Use alter connection to change per-target security settings to global values set with configure replication server.

Follow this procedure:

  1. Log in to the Replication Server and execute the suspend connection command at the isql command. Here is the syntax:

    suspend connection to dataserver.database
    
  2. Change security settings with the alter connection command. Here is the syntax:

    alter connection to dataserver.database
        set security_services to ‘default’
    
  3. Resume the route or connection with the resume connection command for the changes to take effect. Here is the syntax:

    resume connection to dataserver.database
    

Changes take effect after you resume the connection. This procedure does not affect the configuration of use_security_services.


For routes

Use the set security_services to 'default' parameter with alter route to change per-target security settings to global values set with configure replication server.

Follow this procedure:

Changes take effect after you resume the route. This procedure does not affect the configuration of use_security_services.