.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


createReplica method
Example

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 sourcedbfile
String destserver
String destdbfile
boolean copyacl boolean createftindex Return value

String


Usage

This method triggers "Check access" and "Create replica" administration process requests.

Language cross-reference

createReplica in LotusScript NotesAdministrationProcess class

Example