MoveRoamingUser (NotesAdministrationProcess - LotusScript®)

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

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess .MoveRoamingUser( username$ , destserver$ , destserverpath$ )

Parameters

username$

String. The full hierarchical name (can be abbreviated) of the user.

destserver$

String. The full hierarchical name (can be abbreviated) of the server to receive the user's roaming files.

destserverpath$

String. 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

noteID$

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.

Example