Print Page as PDF
XWB ARE RPCS AVAILABLE ICR (3012)

XWB ARE RPCS AVAILABLE    ICR (3012)

Name Value
NUMBER 3012
IA # 3012
DATE CREATED 1999/12/08
CUSTODIAL PACKAGE RPC BROKER
CUSTODIAL ISC San Francisco
USAGE Supported
TYPE Remote Procedure
DBIC APPROVAL STATUS APPROVED
NAME XWB ARE RPCS AVAILABLE
GENERAL DESCRIPTION
This RPC allows an application to determine if a list
of RPCs are available for use on the server.

INPUT PARAMETER: RUN CONTEXT            PARAMETER TYPE: LITERAL
SEQUENCE NUMBER: 1 (Optional)
DESCRIPTION:   Specific context in which RPCs will run.  Possible values
are:
L  =  run Locally (on the server the user is logged on to)
R  =  run Remotely (on a server the user is not logged on to)
If this parameter is not sent, RPC is checked for both local and remote.
The check is done against the value in the INACTIVE field in the Remote
Procedure file.  See that field's description for more details.  INPUT
PARAMETER: RPC                    PARAMETER TYPE: LIST
SEQUENCE NUMBER: 2 (Required)
DESCRIPTION:   This 0-based array contains list of RPCs to be checked
along with (optionally) a minimum acceptable version of the RPC.  The
format is:

RPCName^RPCVersionNumber

The RPCVersionNumber is only used if the RUN CONTEXT parameter = "R".
If a numeric value is in the second ^-piece and the RUN CONTEXT ="R",
the value must be less than or equal to the value in the VERSION field
of the Remote Procedure file for the RPC to be marked available.  Note:
if the VERSION field is null, the check will fail for any numeric value.

RETURN VALUE DESCRIPTION:
A 0-based array.  The index corresponds to the index of the RPC in the
RPC Input Parameter.  A value of 1 means the corresponding RPC is
available; a value of 0 means it is not available.
STATUS Active
KEYWORDS
  • RPC
  • REMOTE PROCEDURE