Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 19.05

Package: Kernel

OPTION(#19)-->19.05

Sub-Field: 19.05


Information

Parent File Name Number Package
OPTION(#19) RPC 19.05 Kernel

Details

Field # Name Loc Type Details
.01 RPC 0;1 POINTER TO REMOTE PROCEDURE FILE (#8994) REMOTE PROCEDURE(#8994)

  • LAST EDITED:  DEC 12, 1995
  • HELP-PROMPT:  Enter a Remote Procedure registered to this option.
  • DESCRIPTION:  
    This subfile is used to register the Remote Procedures registered to a particular Broker-type option. It is a pointer to the Remote Procedure File.
  • CROSS-REFERENCE:  19.05^B
    1)= S ^DIC(19,DA(1),"RPC","B",$E(X,1,30),DA)=""
    2)= K ^DIC(19,DA(1),"RPC","B",$E(X,1,30),DA)
1 RPCKEY 0;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X I $D(X) Q:$D(^DIC(19.1,"B",X)) W !,*7,"Key name must match exactly with a key in the Security Key File." K X
  • LAST EDITED:  JAN 08, 1996
  • HELP-PROMPT:  Answer must be the name of an existing key 1-30 characters in length.
  • DESCRIPTION:  
    This field is the free-text name from the Security Key File that will be checked when this remote procedure call is requested to the broker. If the user does not hold this key then the request will be denied.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
2 RULES 1;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  DEC 12, 1995
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  This field contains standard M code that will be executed when this remote procedure call is requested from the broker. The variable XQRPCOK is set to 1 and the code is executed. If the value of that variable is reset
    to 0 by the RULES code, then the request is denied.
    WRITE AUTHORITY: @
Info |  Details