[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

516.0. "PROBLEM: accvio adding instance to domain from Iconic PM" by COOKIE::KITTELL (Richard - Architected Info Mgmt) Tue Dec 04 1990 15:11

T1.1.0

Scenario: from the iconic interface, either adding an existing global
entity to a domain, or creating and adding it. The error occurs after
the mouse is clicked with the cursor in the map window.

%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=00000000, PC
=00011ED2, PSL=03C00004
break on exception at SHARE$VAXCRTL+47314

DBG> show calls 2
 module name     routine name                     line       rel PC    abs PC
 SHARE$VAXCRTL                                              00000000  00011ED2
 SHARE$MCC_ICONIC_MAP_PM
                                                            00000000  002897A1

Setting breakpoints on the entry points in my access module, the SHOW
entry point is called and returns the ILV below. Then the error occurs.

[  1 ] (
    [  1 ] (
        [  2 ] (
            [  1 ]             05
            [  2 ]             aa 00 04 00 de 11 a0 aa f9 6f 56 de 8e 00 22 00 0
1 03 43 58
            4e 01 01 53 01 07 44 42 53 2d 41 49 4d 01 03 4d 43 43 01 03
            52 53 4b 01 03 61 69 6d 00 00
            [  3 ]             00
            )
        )
    )

T.RTitleUserPersonal
Name
DateLines
516.1INFO: works okay from FCLCOOKIE::KITTELLRichard - Architected Info MgmtTue Dec 04 1990 15:1518
The Show and Register commands on the same entity work from FCL:

MCC> show media library aim all ident

Media Library DEC:.CXN.S.DBS-AIM.MCC.RSK.aim
AT  4-DEC-1990 13:12:37 Identifiers

Examination of attributes shows:
                                   Name = DEC:.CXN.S.DBS-AIM.MCC.RSK.aim


MCC> register media library aim

Media Library DEC:.CXN.S.DBS-AIM.MCC.RSK.aim
AT  4-DEC-1990 13:13:52

Registration Successful
516.2TOOK::F_MESSINGERTue Dec 04 1990 18:506
    Richard,
    
    I take it you were adding your global entity.  Is this true?
    Are you able to add other entities such as bridges, node4s etc.?
    
    Fred
516.3No need to read before you reply...just reply!TOOK::F_MESSINGERTue Dec 04 1990 18:538
    
    
    Of course he was adding his own global entity, Fred!
    
    Still though, can you add a node or bridge?
    
    Fred
    
516.4INFO: COOKIE::KITTELLRichard - Architected Info MgmtWed Dec 05 1990 11:1415
RE: Adding bridge or node

I can't try that, as I don't use MCC for network management, and in fact
have removed the network management entities from my copy of the
dictionary to improve dictionary update performance.

I have tried creating and registering the entity with FCL, then using
the Iconic interface to add the entity to the domain and map. Same error.

Also I've noted that after the error, the entity is in the domain and map.
So the error occurs after the domain and map are updated.

Are there more addresses I can give you from DEBUG to help you determine
the point of the accvio?
516.5CLOSE: Probably bad dict infoCOOKIE::KITTELLRichard - Architected Info MgmtThu Dec 06 1990 14:4614
In the past when the iconic PM has done unexpected things it has been
because the dictionary doesn't contain what it expected. So I rebuilt
the dictionary, and started getting error message boxes instead of
accvios.

The error messages were mostly NOTFOUND, as I had left some of the
children of the GE out of the dispatch table. Once I fixed that I was
able to add my GE to the map.

It may be worth a QAR suggesting that a condition handler be put in
the PM to intercept accvios and put up a "Bad Dictionary Info" message
box. :-)