suspend log transfer

Description

Disconnects a RepAgent from a Replication Server and prevents a RepAgent from connecting.

Syntax

suspend log transfer
 from {data_server.database | all}

Parameters

data_server

The data server with the database whose RepAgent is to be suspended.

database

The database whose RepAgent is to be suspended or whose connections are to be disallowed.

all

Instructs Replication Server to suspend all RepAgents and to disallow future connections for all RepAgents.

Examples

Example 1

Disconnects the RepAgent for the pubs2 database and does not permit it to reconnect:

suspend log transfer from TOKYO_DS.pubs2

Example 2

Disconnects all connected RepAgents and does not permit any RepAgent to reconnect to the Replication Server:

suspend log transfer from all

Usage

Permissions

suspend log transfer requires “sa” permission.

See also

admin quiesce_check, admin quiesce_force_rsi, resume log transfer