[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

3951.0. "%MCC-E-ILVTAG, tag of ASN.1 value not valid or not supported" by SPEZKO::EIKELBOOM () Fri Oct 23 1992 12:39

Hi,
I am writing a MOM and I get the above error when I try to show a particular
attribute.  The message book says to contact Digital - I suspicion this may
be a QAR.  Here is the screen dump

%  tag of ASN.1 value not valid or not supported
%SYSTEM-F-ACCVIO, access violation, reason mask=01, virtual address=7E04078F, PC
=000101A9, PSL=03C00008
%TRACE-F-TRACEBACK, symbolic stack dump follows
module name     routine name                     line       rel PC    abs PC

                                                           000101A9  000101A9
                                                           0006525F  0006525F
                                                           000868F9  000868F9
                                                           000AE8E9  000AE8E9
                                                           001F5A06  001F5A06
                                                           001D92AE  001D92AE
                                                           001C97B1  001C97B1
                                                           001C7DBE  001C7DBE
                                                           001CAF05  001CAF05
                                                           001CA2DB  001CA2DB
                                                           001C7208  001C7208
                                                           001C5A0C  001C5A0C
                                                           000C4C76  000C4C76
MCC_MAIN        main                             7687      00000208  000020B4
                                                           0000596F  0000596F
MCC_KERNEL_INIT MCC_KERNEL_INITIALIZE             163      00000027  000059A3
                                                           0000594A  0000594A

If you need further info please let me know.  If you want me to enter a qar
please point me to the directions

Thanks
Cindy
T.RTitleUserPersonal
Name
DateLines
3951.1What tool are you using?TOOK::MINTZLKG2-2 near pole X3, cube 6072, dtn 226-5033Mon Oct 26 1992 10:399
Is this part of the common agent field test?

Instructions for posting QARs for the DECmcc BMS/Director/Toolkit
are in note 7.

If your problem is with the common agent, let me know, and I will
forward your note to the right people.

-- Erik
3951.2More information, pleaseTOOK::KOHLSRuth KohlsMon Oct 26 1992 11:1417
	The error message is from the mcc_asn_xxx routines. If Common Agent
is involved, please QAR them, as .1 indicated.  

	Since the tag is invalid, a Null is returned, and a lot of work is not
getting done. The Null may not be handled correctly, or the code may be assuming
that the work was done. In any case, to be of help I need to know:  

		1) where in the encoding or decoding process this occurs -
			the overall process, what call, and what arguments.

		2) what version of MCC is being used

		3) a description in MSL or ASN.1 terms of the
			attribute causing the problems.

Ruth 	
3951.3Check the MOM codeTOOK::KOHLSRuth KohlsTue Oct 27 1992 10:2313
Cindy,
	I sent Richard (STAR::)Bouchard of the VMS Common Agent a copy
of the problem, and he replied that the MOM was most likely not formulating
a correct response.  This would cause the decoding process to take a wrong
path, leading to the mcc_asn_xxx routines trying to decode garbage, and
so forth.
	So, please check your MOM, and talk to the VMS Common Agent
people if you have similar problems.

Thank you,

Ruth K.