[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

5360.0. "Phave V Event Dispatcher Problem" by EIGER::SCHNEIDERR () Tue Jul 20 1993 11:30

Hello,

The command

MCC> Show node ... event dispatcher outp stream ... all char

works fine. But if we do the same in the IMPM we get the errormessage
"target management module thread has abortet" (ULTRIC, MCC 1.3)
"software error, invalid handle parameter" (VMS, MCC 1.3)

All other partitions (counters, status, identifier) works fine in the IMPM. 
I think it has something to do with the record size of the datas we get back
from the Phase V system (We tested it with a DEMSA and a DECnis). Bacause in the
event disp outb stream characteristic you get a very long record back.

Does somebody know about this problem, is there a parameter to set? In the 
release notes of MCC V1.3 chaptr 3.8 is written that the command now is supported
but there are only FCL examples. Does this mean the IMPM doesn't support this
function?

thanks, regards Roland
T.RTitleUserPersonal
Name
DateLines
5360.1Known problem, Fixed in next release/MUPTOOK::PURRETTATue Jul 20 1993 12:1220
    Known problem, and a fix will go out in the MUP.
    
    What is happening is that you probably have _lots_ of filters
    set up on that outbound stream and the data returned is larger
    than the default 1024 bytes the AM is given by the PM to return data.
    
    FCL gives the AM Dynamic memory so the AM itself can reallocate
    enough memory when this situation is detected and continue returning
    the data.
    
    The Iconic map however gives the AM Static memory.  Because of this
    the AM must hold onto the data and return to the caller that not
    enough memory was provided and wait for the caller to return with
    a larger buffer.
    
    The DNA5 AM had some bugs in this area which I found after V1.3 shipped
    but have since fixed.
    
    John
    
5360.2Thanks for the answerZUR01::SCHNEIDERRWed Jul 21 1993 06:130