[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

101.0. "Staion Register Error: %MCC-E-ID802_ERROR, Error in ID802 value" by HOULE1::HOULE (Steve, NM is the future!) Thu Apr 12 1990 17:57

HI,

Today I started to try to use the MCC ethernet module.
After reading all I could find I typed in:

MCC> register station houle1 address=08-00-2b-07-fa-eb -
    functions supported=DEC_ENETV2 alternate address=aa-00-04-00-58-b7


AND got told::   %MCC-E-ID802_ERROR, Error in ID802 value

I searched this conference and found nothing and I couldn't find a description
 of  this error in the doc set.
SO... I'm dead in the water.   ANY suggestions/help?
THANKS
==Steve 	PLEASE email to DINSCO::HOULE
T.RTitleUserPersonal
Name
DateLines
101.1more info .0HOULE1::HOULESteve, NM is the future!Thu Apr 12 1990 19:0824
I just tryed reinstalling mcc 
          Component Version = "T1.0.0"
               Component Identification = "DECmcc"

and I still the the same error:
 MCC> register station houle1 address=08-00-2b-07-fa-eb functions -
_MCC> supported=DEC_ENETV2 alternate address=aa-00-04-00-58-b7
%MCC-E-ID802_ERROR, Error in ID802 value
MCC>

This is definitly not a good beginning!!!!!!

I think the private namespace is okay:
DNS> sho dir . kno child
 Child ______ DNA$BackTranslation
 Child ______ DNA$NODE
 Child ______ MCC$BRIDGE_BackTranslation
 Child ______ MCC$STATION_BackTranslation  -access IS wide open
 and the namespace is empty

I'm giving up on station until someone helps me out.
Now I'll go back to the node4 entity.

===Steve
101.2INFO - missing commasGOSTE::CALLANDERFri Apr 13 1990 16:3416
    
    The problem has to do with your syntax, you are required to have
    a comma "," between each of the arguments in a command. Since
    the commas are not present the parse interprets the 08-00-2b-07-fa-eb
    and the next word "functions" as the address.
    
    Try the command with commas:
    
     MCC> register station houle1 address=08-00-2b-07-fa-eb, functions -
     _MCC> supported=DEC_ENETV2, alternate address=aa-00-04-00-58-b7

    This (as long as the arguments are correct) should work, tell me
    if you still don't have a problem.
    
    jill
    
101.3Thanks, "the COMMAS will defeat us all!"HOULE1::HOULESteve, NM is the future!Fri Apr 13 1990 20:020