Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Desc |  Directly Accessed By Routines |  Pointer To FileMan Files |  Fields
Print Page as PDF
Global: ^%ZUA(3.05

Package: Kernel

Global: ^%ZUA(3.05


Information

FileMan FileNo FileMan Filename Package
3.05 FAILED ACCESS ATTEMPTS LOG Kernel

Description

Directly Accessed By Routines, Total: 10

Package Total Routines
Kernel 7 XUDFDISPS    XUFDISPS    XUSFACHK    XUSTZIP    XUUFAA    ZTMGRSET    ZUA    

Pointer To FileMan Files, Total: 2

Package Total FileMan Files
Kernel 2 DEVICE(#3.5)[.01]    NEW PERSON(#200)[5]    

Fields, Total: 10

Field # Name Loc Type Details
.001 DATE/TIME OF ATTEMPT DATE

  • INPUT TRANSFORM:  S %DT="ETXR" D ^%DT S X=Y K:Y<1 X
  • DESCRIPTION:  
    Entries in this file are uniquely identified by the precise time of the failed access attempt.
.01 DEVICE 0;1 POINTER TO DEVICE FILE (#3.5)
************************REQUIRED FIELD************************
DEVICE(#3.5)

  • LAST EDITED:  APR 06, 1988
  • DESCRIPTION:  
    This field holds a pointer to the Device File to identify the device in use at the time of the failed access attempt.
1 CPU 0;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X
  • HELP-PROMPT:  ANSWER MUST BE 1-10 CHARACTERS IN LENGTH
  • DESCRIPTION:  
    This field identifies the CPU/Volume Set where the failed access attempt occurred.
2 TYPE OF FAILED ATTEMPT 0;3 SET
  • 'D' FOR DEVICE;
  • 'V' FOR VERIFY;
  • 'A' FOR ACCESS;
  • 'S' FOR SSOI;
  • 'N' FOR NHIN;
  • 'E' FOR SSOE;
  • 'B' FOR BSE;
  • 'C' FOR CCOW;

  • LAST EDITED:  OCT 29, 2019
  • HELP-PROMPT:  Enter type of failed access attempt
  • DESCRIPTION:  This field identifies the type of access failure, based on the type of credential entered. For example, if the access code passes, then the type of failed attempt is VERIFY and only the text entered in guessing the verify
    code is stored. For token based failed attempt, the text captured includes values for SecID, name, etc.
3 NUMBER OF ATTEMPTS 0;4 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>100)!(X<1)!(X?.E1"."1N.N) X
  • HELP-PROMPT:  TYPE A WHOLE NUMBER BETWEEN 1 AND 100
  • DESCRIPTION:  This field records the number of unsuccessful attempts that were made before the device locked. The ^DISV global maintains a count of the current unsuccessful attempts. A lock results when the number of default attempts
    (set in the Kernel Site Parameters File) is reached. If the default is reached an entry is made in this file.
4 UCI 0;5 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X
  • HELP-PROMPT:  ANSWER MUST BE 1-10 CHARACTERS IN LENGTH
  • DESCRIPTION:  
    This field identifies the UCI account location of the failed access attempt.
5 USER 0;6 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  SEP 08, 1989
  • DESCRIPTION:  
    This field is used when an access code is entered which matches one on file. The associated user's name may then be recorded.
5.5 USER NUMBER COMPUTED

  • MUMPS CODE:  S Y(3.05,5.5,1)=$S($D(^%ZUA(3.05,D0,0)):^(0),1:"") S X=$P(Y(3.05,5.5,1),U,6),X=X
  • ALGORITHM:  INTERNAL(USER)
  • DESCRIPTION:  
    This field retrieves the user number from the User File to facilitate report display.
6 ZIO (optional) 0;7 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<2) X
  • LAST EDITED:  MAR 29, 1989
  • HELP-PROMPT:  The DECserver port info at sign-on.
  • DESCRIPTION:  
    This field (if filled in) is the $ZIO value from VAX-DSM to show the DECserver port that was trying to sign-on. On MSM systems with LAT servers it will have the $ZDEV value.
7 TEXT ENTERED 1;0 Multiple #3.051 3.051

  • DESCRIPTION:  
    This subfile holds the text of the unsuccessful attempts.
Info |  Desc |  Directly Accessed By Routines |  Pointer To FileMan Files |  Fields