JAVA/CORBA CLASSES


moveRoamingUser method
Example

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


String destserver
String destserverpath
Return value

String


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

Example