ROR UPDATE COORDINATORS

TITLEVALUE
NAMEROR UPDATE COORDINATORS
DESCRIPTIONThe ROR UPDATE COORDINATORS remote procedure updates the list of registry
coordinators that is stored in the COORDINATOR (14) multiple of the ROR
REGISTRY PARAMETERS file (#798.1).
TAGRCLUPD
ROUTINERORRP023
INPUT PARAMETERSSEQUENCE NUMBER1
INPUT PARAMETERREGIEN
DESCRIPTIONThe REGIEN parameter should contain a valid registry IEN (IEN of the
registry parameters record in the ROR REGISTRY PARAMETERS file #798.1).
PARAMETER TYPELITERAL
REQUIREDYES
MAXIMUM DATA LENGTH

INPUT PARAMETERSSEQUENCE NUMBER2
INPUT PARAMETERRCLST
DESCRIPTIONThe RCLST parameter should be an array containing a list of user IENs
(DUZs). The corresponding users will be designated as the registry
coordinators.

Example:
with RPCBroker.Param[1] do
begin
PType :=list;
for i := 1 to Coordinators.Count do
Mult[i] := Coordinators[i-1].IEN;
end;
PARAMETER TYPELIST
REQUIREDYES
MAXIMUM DATA LENGTH

RETURN VALUE TYPEARRAY
RETURN PARAMETER DESCRIPTIONA negative value of the first "^"-piece of the Results[0] indicates that
an error occurred during the execution of the remote procedure. In this
case, the second piece of the Results[0] will contain number of the error
descriptors returned in the subsequent nodes of the Results array:

Results[0] Result Descriptor
^01: The last error code
^02: Number of the error descriptors

Results[i] Error Descriptor
^01: Error code
^02: Message
^03: Place of the error

Otherwise, zero is returned in the Results[0].
AVAILABILITYRESTRICTED
INACTIVE
CLIENT MANAGER
WORD WRAP ONTRUE
VERSION1
SUPPRESS RDV USER SETUP
APP PROXY ALLOWED