Print Page as PDF
XWB IS RPC AVAILABLE ICR (3011)

XWB IS RPC AVAILABLE    ICR (3011)

Name Value
NUMBER 3011
IA # 3011
DATE CREATED 1999/12/08
CUSTODIAL PACKAGE RPC BROKER
CUSTODIAL ISC San Francisco
USAGE Supported
TYPE Remote Procedure
DBIC APPROVAL STATUS APPROVED
NAME XWB IS RPC AVAILABLE
GENERAL DESCRIPTION
This RPC allows an application to determine if a
particular RPC is available on a server.

INPUT PARAMETER: RPC                    PARAMETER TYPE: LITERAL
SEQUENCE NUMBER: 1 (Required)
DESCRIPTION:   Name of the RPC to be tested.  INPUT PARAMETER: RUN CONTEXT
PARAMETER TYPE: LITERAL
SEQUENCE NUMBER: 2 (Optional)
DESCRIPTION:   Specific context in which RPC 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: VERSION NUMBER         PARAMETER TYPE: LITERAL
SEQUENCE NUMBER: 3  (Optional)
DESCRIPTION:   Minimum version number of the RPC.
This parameter is only used if the RUN CONTEXT parameter = "R".  If a
numeric value is in this parameter, the value must be less than or equal
to the value in the VERSION field of the Remote Procedure file for the
RPC is be marked available.  Note: if the VERSION field is null, the
check will fail for any numeric value in this parameter.

RETURN VALUE DESCRIPTION:
Boolean.  1 = RPC available.
0 = RPC not available.
STATUS Active
KEYWORDS
  • RPC
  • Remote Procedure