PUTALLREPLCELLS

Replicates all data cells in a replicated partition from the data source database you selected with the SELECT command, to a specified data target database. Use this command when you are in the data source database.

Syntax

1:

PUTALLREPLCELLS targetServerName targetAppName targetDbName

2:

PUTALLREPLCELLS ALL
ParameterDescription

targetServerName

Host name of the computer where the data target resides.

targetAppName

Name of the data target application to which cells are replicated.

targetDbName

Name of the data target database to which cells are replicated.

ALL

Updates all cells in partitions where the selected database is a data replication source.

Notes

PUTALLREPLCELLS command puts all replicated data cells from the selected data source and replicates them to the data target database. This is useful when the data in the source and target databases are out of synch and need to be resynchronized.

PUTALLREPLCELLS puts cells from the data source server to the data target server, based on a request made from the data source; GETALLREPLCELLS gets cells from the data source to the data target, based on a request made from the data target.

Example

PUTALLREPLCELLS "Aspen" "Sample" "Basic";

See Also