moveRoamingUser (NotesAdministrationProcess - JavaScript)

Enters a request in the Administration Requests database to move a user's roaming files to another server.

Defined in

NotesAdministrationProcess

Syntax

moveRoamingUser(username:string, destserver:string, destserverpath:string) : string
Parameter Description
String username The full hierarchical name (can be abbreviated) of the user.
String destserver The full hierarchical name (can be abbreviated) of the server to receive the user's roaming files.
String destserverpath The path name of the new directory or folder for the roaming files relative to the server's data directory. The path name does not include the file name.
Return value Description
String The note ID of an entry created in the Administration Requests database.

Usage

The user must be configured as a roaming user. The administrator calling this method must have Create Replica rights on the destination server.

Language cross-reference

moveRoamingUser in LotusScript® NotesAdministrationProcess class

moveRoamingUser in Java AdministrationProcess class