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