[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

143.0. "WITH qualifier & MCC$CALL" by TENERE::LAVILLAT () Tue Jun 05 1990 08:29

	I'm trying to test MCC$CALL using WITH qualifier.

	All seem to happen quite well, TRM doing all the work for us,
	except in one case.

	When the with clause refers to a enumerated type, an error message
	is issued by the TRM, indicating a invalid string descriptor.

	I show you an example (Line Type is enumerated),
	First call is made without WITH, second with WITH :

DECmcc (T1.0.0)

MCC> show member toto line titi all char
ATTRIBUTE PARTITION: 4
ILV DUMP of OUTP:

[  1 ] (
    [  1 ] (
        [  3 ] (
            [  1 ]             0a
            [  2 ]             00
            [  3 ]             00
            )
        [  4 ] (
            [  1 ]             0a
            [  2 ]             00
            [  3 ]             00
            )
        [  5 ] (
            [  1 ]             23  -- #
            [  2 ]             00
            [  3 ]             00
            )
        [  6 ] (
            [  1 ]             04
            [  2 ]             01 0e 69 6e 74 65 72 66 61 63 65 20 6e 61 6d 65
            [  3 ]             00
            )
        )
    )
DUMP OF ENTITY IN:

depth=2 class code= 750 instance = TOTO class code= 1 instance = TITI

DUMP OF ENTITY OUT:

depth=2 class code= 750 instance = TOTO class code= 1 instance = TITI

Member TOTO LINE TITI
Characteristics
AT  5-JUN-1990 10:33:31


Examination of attributes shows:
                              Line type = ETHERNET
                         Critical State = Foreground
                             Line Speed = 0
                         Interface Name = interface name

MCC> show member toto line titi all char, with Line type = ETHERNET
ATTRIBUTE PARTITION: 4
ILV DUMP of OUTP:

[  1 ] (
    [  1 ] (
        [  3 ] (
            [  1 ]             0a
            [  2 ]             00
            [  3 ]             00
            )
        [  4 ] (
            [  1 ]             0a
            [  2 ]             00
            [  3 ]             00
            )
        [  5 ] (
            [  1 ]             23  -- #
            [  2 ]             00
            [  3 ]             00
            )
        [  6 ] (
            [  1 ]             04
            [  2 ]             01 0e 69 6e 74 65 72 66 61 63 65 20 6e 61 6d 65
            [  3 ]             00
            )
        )
    )
DUMP OF ENTITY IN:

depth=2 class code= 750 instance = TOTO class code= 1 instance = TITI

DUMP OF ENTITY OUT:

depth=2 class code= 750 instance = TOTO class code= 1 instance = TITI

ATTRIBUTE PARTITION: 4
ILV DUMP of OUTP:

[  1 ] (
    [  1 ] (
        [  3 ] (
            [  1 ]             0a
            [  2 ]             00
            [  3 ]             00
            )
        [  4 ] (
            [  1 ]             0a
            [  2 ]             00
            [  3 ]             00
            )
        [  5 ] (
            [  1 ]             23  -- #
            [  2 ]             00
            [  3 ]             00
            )
        [  6 ] (
            [  1 ]             04
            [  2 ]             01 0e 69 6e 74 65 72 66 61 63 65 20 6e 61 6d 65
            [  3 ]             00
            )
        )
    )
DUMP OF ENTITY IN:

depth=2 class code= 750 instance = TOTO class code= 1 instance = TITI

DUMP OF ENTITY OUT:

depth=2 class code= 750 instance = TOTO class code= 1 instance = TITI

%MCC-E-INV_DESC, invalid string descriptor encountered
MCC>


	Is it a known problem of TRM ?

			Thanks,			Pierre.
T.RTitleUserPersonal
Name
DateLines
143.1Known bugGOSTE::CALLANDERTue Jun 05 1990 15:008
    
    Yes there was a problem in the EFT kit with the use of enumeration
    values in a with clause. Sorry for the inconvenience this should
    be fixed in the update kit. If you still experience problems when
    you get the new kit please resubmit this.
    
    jill