moveReplica (NotesAdministrationProcess - JavaScript™)
Enters a request in the Administration Requests database to move a replica.
Defined in
NotesAdministrationProcessSyntax
moveReplica(sourceserver:string,
sourcedbfile:string, destserver:string) : string
moveReplica(sourceserver:string,
sourcedbfile:string, destserver:string, destdbfile:string, copyacl:boolean,
createftindex:boolean) : string
Parameter | Description |
---|---|
String sourceserver |
The full hierarchical name (can be abbreviated) of the server containing the database being moved. An empty string ("") means the local server. |
String sourcedbfile |
The pathname of the database being moved relative to the data directory. |
String destserver |
The full hierarchical name (can be abbreviated) of the server containing the moved replica. An empty string ("") means the local server. |
String destdbfile |
The pathname of the moved database relative to the data directory. Defaults to the same pathname as the source file. |
boolean copyacl |
|
ACL boolean createftindex |
|
Return value | Description |
---|---|
String |
The note ID of an entry created in the Administration Requests database. |
Usage
This method triggers "Check access" and "Non-cluster move replica" administration process requests.Language cross-reference
moveReplica in LotusScript® NotesAdministrationProcess classmoveReplica in Java™ AdministrationProcess class