moveRoamingUser (AdministrationProcess - Java)

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

Defined in

AdministrationProcess

Syntax

public String moveRoamingUser(String username, String destserver, String destserverpath)
    throws NotesException

Parameters

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

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