[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

4395.0. "ACCVIO with notify command" by DGOSW0::GUESDON () Fri Jan 15 1993 10:49

    Hi,
    
    In DECmcc T1.3, we have an ACCVIO problem when using the notify verb
    with our user-written AM:
    
    MCC> notify domain .domain.test2 entity list = ( sac * ), event = (any event)
    
    The answer is:
    
    %MCC-S-NOTIFSTART, Notify request 1 started
    MCC>
    %CMA-F-EXCOP, exception raised; VMS condition code follows
    -SYSTEM-F-ACCVIO, accessviolation, reason mask=00, virtual address=00000013, PC
    =0064a170, PSL=03C00000
    
    followed by the traceback information.
    
    Can someone tell me where to investigate ?
    
    Thanks
    
    Michel.
T.RTitleUserPersonal
Name
DateLines
4395.1define logical for notification debug and rerunTOOK::S_KOHoot mon!Fri Jan 15 1993 12:0915
    
    define the following logical/environment variable:
    
    	$ define MCC_NOTIFICATION_FM_LOG 80
    	
    	% setenv MCC_NOTIFICATION_FM_LOG 0x80
    
    and issue the notify request.  post the log here.
    
    this will dump lots of information about where the FM is in the process
    of activating the notify request.  
    
    are there other types of entities in the domain?
    
    what types of events does your entity support?