[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

2783.0. "Exception in Mgt Module (id=16), CMA code = 40802c" by MICROW::LANG () Thu Apr 16 1992 21:24

  
      	I have developed an AM on Ultrix, and quite frequently get the
    	following problem.  Can anyone help? I've tried looking in
    	the cma h files for this error, but can't find it.
    
    			thanks,
    				Bonnie
    
MCC> delete tpcontroller kyungae server y
Exception in Mgt Module (id=16), CMA code = 40802c
%MCC-E-MMABORT, target management module thread has aborted

MCC> delete tpcontroller kyungae server y
Exception in Mgt Module (id=16), CMA code = 40802c
%MCC-E-MMABORT, target management module thread has aborted
MCC> enroll mcc_tps_am
Killing existing MM mcc_tps_am (pid 26726)
Kill succeeded
 %MCC-I-ENRDUPLENTRY, enrollment successful; duplicate entries found and replacd
MCC> Detached process failure: Bad file number

    
T.RTitleUserPersonal
Name
DateLines
2783.1MICROW::SEVIGNYShe's a walking ulcer...Thu Apr 16 1992 21:3914
    
    
    Some additional info on the previous problem...
    
    The AM uses DCE RPC to communicate to the agent.  There is
    exception-handling code in the AM however to deal with exceptions
    raised by RPC from the RPC call to the agent code.
    
    Do exceptions which are raised in the AM get propagated to the
    Director?
    
    Which process (AM or MCC Director) is priting out the exception?
    
    
2783.2TOOK::MINTZErik Mintz, DECmcc Development, dtn 226-5033Thu Apr 16 1992 21:526
>Exception in Mgt Module (id=16), CMA code = 40802c
 
The exception is being reported by the PM, but has occured in whichever
module is using enroll id=16.  Use "ps -ax | grep mcc" to find out
which module is using which id.   

2783.3MACROW::SEVIGNYShe's a walking ulcer...Fri Apr 17 1992 00:308
    
    
    Does that mean that every time an exception occurs in an AM that the PM
    is going to display it?  That isn't the behavior I would expect if I
    have provided a handler in the AM...  is it?
    
    Marc
    
2783.4How do we track this down?MICROW::LANGFri Apr 17 1992 16:227
    
    	Does anyone have any idea of how to track down what CMA error
    	that is ?  I can't find it in the cma h files.
    
    			thanks,
    
    				Bonnie