JAVA/CORBA CLASSES


replicate method
Example

Replicates a local database with its replica(s) on a server.

Defined in

Database

Syntax

public boolean replicate(String server)
   throws NotesException

Parameters

String server


Return value

boolean


Usage

Successful replication does not necessarily mean that documents replicate. The replication settings are honored. For example, if replication is temporarily disabled on one of the databases, the replication task runs without error but no documents actually replicate.

The source database must be local or an exception is thrown.

Language cross-reference

Replicate method in LotusScript NotesDatabase class

ReplicatorReplicateWithServer @command of formula language

ReplicatorStart @command of formula language

ToolsReplicate @command of formula language

Example
See Also