cdr resume server

The cdr resume server command resumes delivery of replication data to a suspended database server.

Syntax


1  cdr resume server?  %Connect Option  (1)  to_server_group? +  from_server_group
Notes:
Element Purpose Restrictions
to_server_group Name of the database server group to which to resume delivery of replication data. The database server group must be currently active in Enterprise Replication.
from_server_group Name of the database server group from which to resume sending data to to_server_group. The database server group must be currently active in Enterprise Replication.

Usage

The cdr resume server command resumes delivery of replication data to the to_server_group database server from the database servers included in the from_server_group list. If the from_server_group list is omitted, the command resumes replication of data from all database servers participating in the Enterprise Replication system to the to_server_group. Replication data must have previously been suspended to the server with the cdr suspend server command.

When you run the cdr resume server command, an event alarm with a class ID of 52 is generated, if that event alarm is enabled.

You can run this command from within an SQL statement by using the SQL administration API.

Examples

The following example connects to the default server (the one specified by the ONEDB_SERVER environment variable) and resumes replication of data to the server g_iowa from the servers g_ohio and g_utah:
cdr res serv g_iowa g_ohio g_utah