[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

1915.0. "RECORD attr. and ACCVIO" by DGOSW0::GUESDON () Wed Dec 11 1991 05:26

    We've got some problems with the COGEMA specific AM (written to manage
    COGEMA's X25 switches), using the iconic map PM with "RECORD" attributes:
    
    When we do a SHOW command on any attribute of type RECORD, we have an
    "ACCESS VIOLATION" message under the Iconic Map PM, while everything
    works fine if we do the equivalent command under the FCL PM.
    
    The MSL looks like this for one of the records defined:
    
    TYPE ligne-insertion = 9903 RECORD
    		LG_ADDR = 1 : Unsigned8 ;
    		ADDR_APPELANTE = 2 : DTEAddress ;
    	END ;
    
    	.../...
    
    ATTRIBUTE Ligne 01 initiale = 7501 : Ligne-insertion
    	ACCESS = SETTABLE,
    	DISPLAY = TRUE,
    	CATEGORIES = (CONFIGURATION),
    	SYMBOL = UR_INS__LIG01_INI
    END ATTRIBUTE ;
    
    ATTRIBUTE Ligne 02 initiale = 7502 : Ligne-insertion
    	ACCESS = SETTABLE,
    	DISPLAY = TRUE,
    	CATEGORIES = (CONFIGURATION),
    	SYMBOL = UR_INS__LIG02_INI
    END ATTRIBUTE ;
    
    .../...
    
    ATTRIBUTE nb lignes table insertion = 7511 : Unsigned8
    	ACCESS = NONSETTABLE,
    	DISPLAY = FALSE,
    	CATEGORIES = (CONFIGURATION),
    	SYMBOL = UR_INS__NB_LIG
    END ATTRIBUTE ;
    
    The ILV returned from our AM:
    
    [  1 ] (
    	[  1 ] (
    	    [  7501 ] (
    		[  1 ]		0d
    		[  3 ]		00
    		[  4 ] (
    		    [  1 ]		07
    		    [  2 ]		39 31 34 30 33 36 30  -- 9140360
    		    )
    		)
    	    [  7502 ] (
    		[  1 ]		0d
    		[  3 ]		00
    		[  4 ] (
    		    [  1 ]		02
    		    [  2 ]		39 30  -- 30
    		    )
    		)
    
     ....
    
    When we try to click on the SHOW option, the first record is displayed,
    and then MCC main program gives us the ACCVIO message.
    
    Have someone any idea on the reason of this problem ?
    
    Thank You
    
    Michel.
T.RTitleUserPersonal
Name
DateLines
1915.1VERNA::V_GILBERTWed Dec 11 1991 10:3910
A few questions:

	- what version of MCC are you using?
	- by show command, do you mean show current value (from the Management
	  Window Operation Menu) or Show <entity> <instance>?
	- "When we try to click on the SHOW option, the first record is 
	   displayed, and then MCC main program gives us the ACCVIO message."
	   I am not sure what you mean by the above.

Verna
1915.2more infosDGOSW0::GUESDONThu Dec 12 1991 04:5617
    1. We're using DECmcc 1.1
    
    2. We use the Operations Window menu and click on "SHOW" and then on the
    attribute partition containing the record attribute.
    
    3. When we do the operations stated in point 2., a window is opened
    displaying only the first record of the attribute. In the window
    containing the $MANAGE/ENTER/INTER=DECW command, we have the ACCVIO
    message.
    
    4. When we do a SHOW <entity> <instance> ALL <partition> using the FCL
    PM, everything works fine.
    
    Michel.
    
    
    Michel.
1915.3VERNA::V_GILBERTThu Dec 12 1991 10:0411
Michel,

Thanks for the information.

A lot of constructor datatype problems have been fixed since V1.1. Looking at
your ILV dump, I do not see any problems there, so my expectation is that
with a later version of MCC, the acc-vio should go away.  

Hope that helps.

Verna