GETALLREPLCELLS

The GETALLREPLCELLS command replicates all data cells in the replicated partition from a source database to a target database. Use this command when you are in the data target database.

Syntax

1:

GETALLREPLCELLS sourceServerName sourceAppName sourceDbName

2:

GETALLREPLCELLS ALL
ParameterDescription

sourceServer

Host name of the Essbase Server data source.

sourceApp

Name of the data source application.

sourceDb

Name of the data source database.

ALL

Updates cells for all partitions where the selected database is a data replication target.

Notes

This command gets all replicated data cells from the Essbase Server data source, application, and database, and replicates them in the data target database you select with the SELECT command. This is useful when the data source and data target databases need to be resynchronized.

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

Example

GETALLREPLCELLS "Aspen" "Sample" "Basic";

See Also