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

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

6072.0. "no events with vms 6.0 and OSI" by HLFS00::TIMMERMANS_A () Mon Aug 08 1994 19:05

    I am trying to get Phase IV and Phase V events into DECmcc without
    succes,
    
    I am running VMS 6.0, DNS 2.0, OSI 5.7 and DECmcc 1.3
    
    Following the notes file about this I did:
    
    install the MCCKRNECO01013 patch to get rid of the CMA errors
    MCC_DNA5_EVL.LOG
    
    MCC> enable MCC 0 dna5_am sink
    
    There are no errors in MCC_DNA5_EVL.LOG anymore
    
    then I created an extra outbound stream in NCL
    
    NCL> CREATE NODE 0 EVENT DISPATCHER OUTBOUND STREAM MCC_SSO
    NCL> SET NODE 0 EVENT DISPATCHER OUTBOUND STREAM MCC_SSO -
    _NCL> sink node = SSOMCC_NS:.UTO.SSOMCC
    NCL> SET NODE 0 EVENT DISPATCHER OUTBOUND STREAM MCC_SSO -
    _NCL> sink end user name = MCC_EVL_SINK
    ENABLE NODE 0 EVENT DISPATCHER OUTBOUND STREAM MCC_SSO
    
    OUTBOUND STREAM MCC_SSO state is On connected.
    
    setting up a window with
    
    MCC> getevent node * event dispatcher any event
    
    With receiving a lot of events via opcom, nothing is seen by the
    getevent.
    
    MCC> test node SSOMCC event dispatcher
    
    gives no trigger on the getevent window, what am I doing wrong?
    
    following some ncl output
    
    NCL>sho event disp outbound stream mcc_sso all attr
    
    Node 0 Event Dispatcher Outbound Stream MCC_SSO
    at 1994-08-08-21:44:27.570+01:00Iinf
    
    Identifiers
    
        Name                              = MCC_SSO
    
    Status
    
        UID                               =
    6205DD80-B2C7-11CD-801A-AA0004005DD6
        State                             = On Connected
        Buffer Size                       = 16384
    
    Characteristics
    
        Template                          = <Default value>
        Connect Retry Timer               = 120
        Disconnect Timer                  = 0
        Specific Filter                   =
           {
              [
              EventCode = (Node SSOMCC_NS:.UTO.SSOMCC , All) ,
              Filter Action = Ignore
              ] ,
              [
              EventCode = (Node SSOMCC_NS:.UTO.SSOMCC Event Dispatcher,
    All) ,
              Filter Action = Ignore
              ] ,
              [
              EventCode = (Node SSOMCC_NS:.UTO.SSOMCC Event Dispatcher
    Outbound
    Stre
    am MCC_SSO, All) ,
              Filter Action = Pass
              ]
           }
        Global Filter                     =
           {
              [
              EventCode = ((Node), All) ,
              Filter Action = Ignore
              ] ,
              [
              EventCode = ((Node, Event Dispatcher), All) ,
              Filter Action = Block
              ] ,
              [
              EventCode = ((Node, Event Dispatcher, SINK), All) ,
              Filter Action = Block
              ] ,
              [
              EventCode = ((Node, Event Dispatcher, Outbound Stream), All)
    ,
              Filter Action = Block
              ] ,
              [
              EventCode = ((Node, Event Dispatcher, SINK, Inbound Stream),
    All) ,
              Filter Action = Block
              ]
           }
        Catch All Filter                  = Pass
        Connect Timer Enabled             = True
        Sink Object                       = <Default value>
        Sink Node                         = SSOMCC_NS:.UTO.SSOMCC
        Sink End User                     = name = MCC_EVL_SINK
        Sink Address                      =
           {
           }
    
    Counters
    
        Creation Time                     =
    1994-08-08-15:42:47.640+01:00Iinf
        Events Lost                       = 0
        Enabled                           = 1
        Disabled                          = 0
        Connect Requests                  = 5
        Connections Accepted              = 3
        Shutdowns                         = 0
        Confidence Changes                = 5
        Filter Changes                    = 0
    
    NCL>SHO SESSION CONTROL APPL MCC_EVL_SINK ALL ATTR
    
    Node 0 Session Control Application MCC_EVL_SINK
    at 1994-08-08-21:47:27.050+01:00Iinf
    
    Identifiers
    
        Name                              = MCC_EVL_SINK
    
    Status
    
        Process Identifiers               =
           {
           }
        UID                               =
    A9558C20-B2F5-11CD-8227-AA0004005DD6
    
    Characteristics
    
        Client                            = <Default value>
        Addresses                         =
           {
              name = MCC_EVL_SINK
           }
        Outgoing Proxy                    = True
        Incoming Proxy                    = True
        Outgoing Alias                    = True
        Incoming Alias                    = True
        Node Synonym                      = True
        Image Name                        = <Default value>
        User Name                         = <Default value>
        Incoming OSI TSEL                 = <Default value>
        Network Priority                  = 0
    
    Counters
     
    
        Creation Time                     =
    1994-08-08-21:14:04.130+01:00Iinf
     
    
T.RTitleUserPersonal
Name
DateLines
6072.1Check your foutbound stream filterTAEC::DEPAGNETue Aug 09 1994 09:0222
If you want to receive phase V events, you must set correctly the
outbound stream filters :

"test node SSOMCC event dispatcher" generates the Test requested event
on the event dispatcher entity.
Your filters are set in such a way that this event will be blocked.

To be sure an event is passed by an outbound stream, use testevent directive.

Here try 
ncl> testevent node 0 event dispatcher outbound stream MCC_SSO event = (Node
SSOMCC_NS:.UTO.SSOMCC Event Dispatcher, Test requested)


In the similar way, to receive phase IV events, you must set your filters
in order to let pass events from (Node event dispatcher relay logging ) entities
, since phase IV events are relayed to the local event dispatcher by relay
entity.

Hope it will help.

Vincent
6072.2It works now.HLFS00::TIMMERMANS_AFri Aug 12 1994 11:006
    Thanks Vincent,
    
    It works fine now, I overlooked the filters.
    
    Adrie Timmermans
    Digital Holland