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 |  External References |  Global Variables Directly Accessed |  Local Variables  | All
Print Page as PDF
Global: ^XMBS(4.2999

Package: MailMan

Global: ^XMBS(4.2999


Information

FileMan FileNo FileMan Filename Package
4.2999 MESSAGE STATISTICS MailMan

Description

Directly Accessed By Routines, Total: 18

Package Total Routines
MailMan 18 MESSAGE STATISTICS MONTH    XMA3    XMB    XMC1    XMC1B    XMCE    XMCQ    XMCQA
XMCQH    XMKPR    XML4CRC    XMLSWP2    XMR    ^XMBS(4.2999    XMRPCTS0    XMS
XMTDR    XMYPRE    

Pointer To FileMan Files, Total: 2

Package Total FileMan Files
MailMan 2 DOMAIN(#4.2)[.01]    MESSAGE(#3.9)[2]    

Fields, Total: 20

Field # Name Loc Type Details
.01 NAME 0;1 POINTER TO DOMAIN FILE (#4.2)
************************REQUIRED FIELD************************
DOMAIN(#4.2)

  • INPUT TRANSFORM:  S:$D(X) DINUM=X
  • LAST EDITED:  APR 03, 2002
  • DESCRIPTION:  
    Domain for which network mail transmission information is collected.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  4.2999^B
    1)= S ^XMBS(4.2999,"B",$E(X,1,30),DA)=""
    2)= K ^XMBS(4.2999,"B",$E(X,1,30),DA)
1 PROGRESS REPORT 3;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<6) X
  • HELP-PROMPT:  Answer must be 6-20 characters in length.
  • DESCRIPTION:  This field contains the time in $H format of the last time a queue dump routine reported its progress. If this field is undefined, or 'old', then the queue is assumed to be inactive. If not, the rest of the fields on
    this node indicate the status of the transmission.
2 MESSAGE IN TRANSIT 3;2 POINTER TO MESSAGE FILE (#3.9) MESSAGE(#3.9)

  • LAST EDITED:  APR 03, 2002
  • HELP-PROMPT:  Enter the IEN of the message being transmitted.
  • DESCRIPTION:  
    This points to the 3.9 (Message) file entry of the message being transmitted.
3 LINE LAST TRANSMITTED 3;3 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<0)!(X?.E1"."1N.N) X
  • HELP-PROMPT:  Type a Number between 0 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the line number of the message in transit.
4 ERRORS THIS TRANSMISSION 3;4 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999)!(X<0)!(X?.E1"."1N.N) X
  • HELP-PROMPT:  Type a Number between 0 and 999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the number of "soft" errors (non-fatal) that have been encountered during the course of the entire current transmission.
5 RATE OF TRANSMISSION 3;5 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  MAR 26, 2001
  • HELP-PROMPT:  Type a Number between 0 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the transmission rate in characters per second for the current transmission. It may be for a single line or for a block or for the entire message. It is updated regularly during the transmission.
6 NETWORK DEVICE 3;6 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>19!($L(X)<1) X
  • HELP-PROMPT:  Answer must be 1-19 characters in length.
  • DESCRIPTION:  
    This is the name of the device (system name) that the transmission is running on. It may be incoming or outgoing.
8 DIRECTION 3;8 SET
  • 'S' FOR SENDING;
  • 'R' FOR RECEIVING;

  • LAST EDITED:  APR 16, 2002
  • HELP-PROMPT:  Are we sending or receiving?
  • DESCRIPTION:  
    This field is used to report whether, at any given time, we are sending messages to, or receiving messages from, the site.
25 TRANSMISSION TASK# 3;7 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  SEP 22, 1989
  • HELP-PROMPT:  Type a Number between 1 and 99999999, 0 Decimal Digits
  • DESCRIPTION:  
    The transmission task# points to the TaskMan task that has been generated to handle delivery of messages to the domain in background.
41 XMIT START DATE/TIME 4;1 DATE

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  MAY 29, 1996
  • HELP-PROMPT:  This is the date/time that the transmission process started.
  • DESCRIPTION:  
    This field helps MailMan determine, after a fatal error, whether to start the transmission process at script 1, try 1, or to start it elsewhere.
42 XMIT FINISH DATE/TIME 4;2 DATE

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  MAY 29, 1996
  • HELP-PROMPT:  Date/time transmission process started/ended
  • DESCRIPTION:  
    This may be useful information for debugging purposes.
43 XMIT SCRIPT 4;3 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>100)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  MAY 29, 1996
  • HELP-PROMPT:  IEN (0-100) of TRANSMISSION SCRIPT (4.21) record within DOMAIN file (4.2)
  • DESCRIPTION:  
    This tells MailMan which script is/was being used.
44 XMIT TRIES 4;4 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>100)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  MAY 29, 1996
  • HELP-PROMPT:  Type a Number between 0 and 100, 0 Decimal Digits
  • DESCRIPTION:  
    This tells MailMan how many tries have been made with the current script.
45 XMIT LATEST TRY DATE/TIME 4;5 DATE

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  MAY 29, 1996
  • HELP-PROMPT:  Enter date/time of latest transmission attempt
  • DESCRIPTION:  
    This may be useful information for debugging purposes.
46 XMIT SCRIPT CYCLE ITERATIONS 4;6 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  AUG 09, 1996
  • HELP-PROMPT:  Type a Number between 0 and 999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the number of script cycles we have tried. This field starts off at 0. After we have tried all the scripts available, we bump up this field by 1.
47 XMIT FIRST SCRIPT 4;7 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>100)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  AUG 09, 1996
  • HELP-PROMPT:  Type a Number between 1 and 100, 0 Decimal Digits
  • DESCRIPTION:  
    This field notes which script has the highest priority, that is, which script was tried first.
48 XMIT IP ADDRESSES TRIED 4;8 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>160!($L(X)<3) X
  • LAST EDITED:  AUG 12, 2015
  • HELP-PROMPT:  Answer must be 3-160 characters in length.
  • DESCRIPTION:  This is a list of IP addresses, separated by commas, which have already been used in attempting to connect with the site.
    We use this list in conjunction with the DNS server, which returns a list of valid addresses to try. Using both lists, we can come up with the next IP address to try.
51 XMIT SCRIPT RECORD 5;E1,245 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>245!($L(X)<10) X
  • LAST EDITED:  MAY 29, 1996
  • HELP-PROMPT:  Answer must be 10-245 characters in length.
  • DESCRIPTION:  
    This is a copy of the zeronode of the latest script used.
60 XMIT AUDIT 6;0 DATE Multiple #4.29992 4.29992

  • DESCRIPTION:  
    This multiple contains an audit of the attempts that have been made during this transmission.
101 MESSAGE STATISTICS MONTH 100;0 DATE Multiple #4.29991 4.29991

  • DESCRIPTION:  
    Message statistics are summed into this area at the end of each successful message received or sent into the appropriate month according to the time the message is received.

External References

Name Field # of Occurrence
^%DT 41+1, 42+1, 45+1

Global Variables Directly Accessed

Name Line Occurrences  (* Changed,  ! Killed)
^XMBS(4.2999 - [#4.2999] .01(XREF 1S), .01(XREF 1K)

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> %DT 41+1*, 42+1*, 45+1*
>> DA .01(XREF 1S), .01(XREF 1K)
>> DINUM .01+1*
X .01+1, .01(XREF 1S), .01(XREF 1K), 1+1!, 3+1!, 4+1!, 5+1!, 6+1!, 25+1!, 41+1*!
, 42+1*!, 43+1!, 44+1!, 45+1*!, 46+1!, 47+1!, 48+1!, 51+1!
>> Y 41+1, 42+1, 45+1
Info |  Desc |  Directly Accessed By Routines |  Pointer To FileMan Files |  Fields |  External References |  Global Variables Directly Accessed |  Local Variables  | All