Use alter connection to change per-target security settings to global values set with configure replication server.
Follow this procedure:
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
Change security settings with the alter connection command. Here is the syntax:
alter connection to dataserver.database set security_security services to ‘default’
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.