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: 3.07701

Package: Kernel

ERROR TRAP SUMMARY(#3.077)-->3.07701

Sub-Field: 3.07701


Information

Parent File Name Number Package
ERROR TRAP SUMMARY(#3.077) ERROR EVENTS 3.07701 Kernel

Details

Field # Name Loc Type Details
.01 ERROR EVENTS 0;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<2)!'(X?5.6N1":"1.E) X
  • LAST EDITED:  MAR 05, 2008
  • HELP-PROMPT:  Answer must be 2-30 characters in length
  • DESCRIPTION:  This is the list of captured errors of this type in the form of +$H:NN where $H is the +$Horolog day count, and NN is the sequence number that records the nnth error for that day. So if the error is still available,
    then, the details can be collected. This scheme will ensure that each occurrence is unique.
  • CROSS-REFERENCE:  3.07701^B
    1)= S ^%ZTER(3.077,DA(1),1,"B",$E(X,1,30),DA)=""
    2)= K ^%ZTER(3.077,DA(1),1,"B",$E(X,1,30),DA)
1 DATE/TIME OF ERROR 0;2 DATE

  • INPUT TRANSFORM:  S %DT="EST" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  MAR 05, 2008
  • DESCRIPTION:  
    This is the date and time as described in the error report, but converted to FileMan format.
  • CROSS-REFERENCE:  3.077^D
    1)= S ^%ZTER(3.077,"D",$E(X,1,30),DA(1),DA)=""
    2)= K ^%ZTER(3.077,"D",$E(X,1,30),DA(1),DA)
    This cross reference gives the time frames of these events and makes it easier to reconstruct the chain of events.
2 LINE IF DIFFERENT 1;E1,245 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>245!($L(X)<3) X
  • LAST EDITED:  OCT 31, 2007
  • HELP-PROMPT:  Answer must be 3-245 characters in length
  • DESCRIPTION:  
    This is the offending line of code as captured by the interpreter.
    WRITE AUTHORITY: @
3 LAST GLOBAL IF DIFFERENT 2;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>240!($L(X)<2) X
  • LAST EDITED:  DEC 17, 1999
  • HELP-PROMPT:  Answer must be 2-240 characters in length.
4 $ZHOROLOG DETAIL 0;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>40!($L(X)<1) X
  • LAST EDITED:  OCT 31, 2007
  • HELP-PROMPT:  Answer must be 1-40 characters in length
5 USER DUZ 0;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>12!($L(X)<1)!'(X!(X?1.12N)) X
  • LAST EDITED:  DEC 30, 1999
  • HELP-PROMPT:  Answer must be 1-12 characters in length.
  • DESCRIPTION:  
    This is the user who experienced the problem. This will make it easier for us to check if this is a needs problem or a training problem.
  • TECHNICAL DESCR:  This and the rest of this record are loaded from the Error Trap, ^%ZTER(1,. The routine to do this transformation and consolidation is XTERSUM. It is in the name space reserved by Chris Richardson and was built during
    his time at the San Diego VA in La Jolla.
6 STACK PATH 6;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>250!($L(X)<2) X
  • LAST EDITED:  MAR 24, 2009
  • HELP-PROMPT:  Answer must be 2-250 characters in length.
  • DESCRIPTION:  This is the path by which the error level of execution was accessed. It is a series of segments, each representing a level of execution in the model as it was being performed. Occasionally this list of segments will
    exceed the string length so some judicious exiting has been done to keep the stack list manageable. Should the list need to be trimmed, segments will be taken out of the middle of the stack to accommodate the string
    limits. These omissions are marked with an ellipsis "..." where a segment or segments have been deleted.
    A segment looks like this;
    LABEL[+offset]^RTN:command step
    The set of segments is wrapped in square brackets and stored in its entirety in the event node for comparison with other events.
11 USER NAME 3;1 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  MAR 24, 2009
  • DESCRIPTION:  
    User Pointer who was on when the error occurred.
  • CROSS-REFERENCE:  3.077^USER
    1)= S ^%ZTER(3.077,"USER",$E(X,1,30),DA(1),DA)=""
    2)= K ^%ZTER(3.077,"USER",$E(X,1,30),DA(1),DA)
    This allows the lookup by Users.
12 OPTION USED 3;2 POINTER TO OPTION FILE (#19) OPTION(#19)

  • LAST EDITED:  DEC 23, 1999
  • DESCRIPTION:  
    This is the POINTER to the Option File that was being used at the time of the error.
13 OPTION NAME 3;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<2) X
  • LAST EDITED:  DEC 23, 1999
  • HELP-PROMPT:  Answer must be 2-30 characters in length.
  • DESCRIPTION:  
    This is the name of the option pointed to in field 2.
14 TASK REFERENCED 3;4 POINTER TO TASKS FILE (#14.4) TASKS(#14.4)

  • LAST EDITED:  DEC 23, 1999
  • DESCRIPTION:  
    This is the task being performed (if it was a task).
15 GLOBAL VOLUME 3;5 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<2) X
  • LAST EDITED:  OCT 31, 2007
  • HELP-PROMPT:  Answer must be 2-8 characters in length
  • DESCRIPTION:  
    This is the Global Volumes being accessed when the task started.
16 ROUTINE VOLUME 3;6 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<2) X
  • LAST EDITED:  MAR 05, 2008
  • HELP-PROMPT:  Answer must be 2-8 characters in length
  • DESCRIPTION:  
    This is the Routine Set being used when the Error Occurred.
  • TECHNICAL DESCR:  
    This and the surrounding variables came from the Error Trap and XUENV.
17 HOST CPU 3;7 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<2) X
  • LAST EDITED:  OCT 31, 2007
  • HELP-PROMPT:  Answer must be 2-8 characters in length
  • DESCRIPTION:  
    This is the Name of the CPU the program was running on.
18 RPC BROKER STATE 3;8 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>40!($L(X)<2) X
  • LAST EDITED:  DEC 23, 1999
  • HELP-PROMPT:  Answer must be 2-40 characters in length.
  • DESCRIPTION:  
    This is the description of the Broker Task being performed.
19 UPLOADED 0;5 SET
  • '0' FOR No;
  • '1' FOR Yes;

  • LAST EDITED:  MAR 26, 2009
  • DESCRIPTION:  
    This field tells if this error has been reported to a central repository.
Info |  Details