[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference csc32::consolemanager

Title:POLYCENTER Console Manager
Notice:Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS:
Moderator:CSC32::BUTTERWORTH
Created:Thu Aug 06 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1541
Total number of notes:6564

575.0. "MULIT-LINE ACTION ACCVIOS WHEN FIRED BY A FILTER" by CX3PST::ANASAZ::J_BECKER (There's no substitute for a good boot) Tue Jan 24 1995 22:05

I have a site running 6.0 and has the latest mup installed.
When an event happens and filter processing determines the 
mulitline action should be run, it never appears on the 
designated screen.  Image accounting shows the CONSOLE$EVENTLIST
image exiting with an ACCVIO:

CONSOLE$EVENTLIST Image Termination
-----------------------------------

Username:          SYSTEM            UIC:               [SYS,SYSTEM]
Account:           SYS               Finish time:       24-JAN-1995 14:05:02.60
Process ID:        00000CB5          Start time:        24-JAN-1995 14:05:01.61
Owner ID:                            Elapsed time:                0 00:00:00.99
Terminal name:                       Processor time:              0 00:00:00.32
Remote node addr:                    Priority:          4
Remote node name:                    Privilege <31-00>: FFFFFFFF
Remote ID:                           Privilege <63-32>: FFFFFFFF
Queue entry:                         Final status code: 1000000C
Queue name:
Job name:
Final status text: %SYSTEM-F-ACCVIO, access violation, reason mask=!XB, virtual

Page faults:              361        Direct IO:                  7
Page fault reads:          36        Buffered IO:                0
Peak working set:         924        Volumes mounted:            0
Peak page file:          1750        Images executed:            1

Image name: $3$DKB0:[CONSOLE.][ACTIONS.SYSTEM]CONSOLE$EVENTLIST.EXE

-------------------------------------------------------------

I can run the CONSOLE EVENT command by hand to the display
without problems and if I select the Event list window to
startup with the C3, it does.  Only when called by the filter
does it fail.  Below is the output of the export for the filter
and the debug data from CONSOLE_NOTIFY_OUTPUT.LOG file.

any ideas?

john becker
csc/cs

-----------------------------------------------------
.
.
.
ADD_FILTER:
    NAME: test-xyz
    INFO: test
    INTERVAL: 0
    EVENT_INTERVAL: 0
    FILTER_ALL_EVENTS: Y
    FILTER_ALL_CLASSES: Y
    FILTER_ALL_SYSTEMS: Y
    FILTER_ALL_SUBSYSTEMS: Y
    FILTER_ALL_GROUPS: Y
    FILTER_ALL_PRIORITIES: Y
      ASSIGN_ACTION: Multi-Line Window
            INFO:
            ANY_HOUR_ANY_DAY: Y
            USER_DATA: ANASAZ 0 0 DECNET
      ASSIGN_ACTION_END:

-----------------------------------------------------------

CONSOLE$ENS_DAEMON: Event received from Source - HALTED_002
      Details are:
      S.No.     : 1341, 2 (87883778)
      Type      : 1
      System    : HILIFE
      SubSystem : VAXcluster Console System
      Source    : Console
      Class     : Halted
      Info      : Console Front-end prompt
    Posting event to C3      : 3228464
    Starting action with name Multi-Line  001
   Queueing for Action : Multi-Line Window, Userdata : ANASAZ 0 0 DECNET
     No Queue for event - creating one
       Event is Internal
       Event Queue entry created
       Listener entry created
       Userdata entry created
CONSOLE$ENS_DAEMON: Event processing complete

Completed Action GC: Start

    Action completed
       Action name  : Multi-Line Window
       Final status : 1000000C
                      %SYSTEM-F-ACCVIO, access violation, reason mask=!XB, virtu
al address=!XL, PC=!XL, PSL=!XL
       Bad status, incrementing Failed count
       Decrementing Active count
Completed Action GC: End

T.RTitleUserPersonal
Name
DateLines
575.1found the problemCX3PST::ANASAZ::J_BECKERThere&#039;s no substitute for a good bootWed Jan 25 1995 00:097
The problem was the MULTI-LINE action was passed several parameters including TIME,
EVENT, etc...  The fix was to only pass USERDATA.  I believe this ACTION should disable
setting these parameters or handle the data as it is passed and ignore anything but
USERDATA bytes.

john becker
csc/cs
575.2OPG::PHILIPAnd through the square window...Thu Jan 26 1995 16:559
John,

  As defined "out-of-the-box" only the userdata should be selected.

  How do you expect the evntlist program to know that someone has changed the 
  data it is being passed?

Cheers,
Phil