JAVA/CORBA CLASSES
Enters a request in the Administration Requests database to move a replica.
Defined in
AdministrationProcess
Syntax
public String moveReplica(String sourceserver, String sourcedbfile, String destserver) throws NotesException
public String moveReplica(String sourceserver, String sourcedbfile, String destserver, String destdbfile, boolean copyacl, boolean createftindex) throws NotesException
Parameters
String sourceserver
String
This method triggers "Check access" and "Non-cluster move replica" administration process requests.
Language cross-reference
moveReplica in LotusScript NotesAdministrationProcess class
Example