LOTUSSCRIPT/COM/OLE CLASSES
Replicates a database with its replica(s) on a given server.
Defined in
NotesDatabase
Syntax
flag = notesDatabase.Replicate( serverName$ )
Parameters
serverName$
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.
If the server does not contain a replica of the database, an error is raised.
Language cross-reference
replicate method in Java Database class
ReplicatorStart @command in formula language
ToolsReplicate @command in formula language
ReplicatorReplicateWithServer @command in formula language
Example