[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

263.0. "dir domain not working?" by CLARID::HOFSTEE (Take a RISC, buy a VAX) Fri Aug 17 1990 12:11

    
    Maybe someone can explain what happened here?
    
    I had 3 nodes in my DECnet database.
    
    -DOENIX (the host)
    -X
    -Y
    
    Added DOENIX and X as node4 through the map into a domain called
    mydomaine. No problem sofar.
    
    Added Y through the FCL with :REGISTER NODE4 etc... ok.
    
    
MCC> populate domain mydomaine select list (node4 *)
Domain DOENIX_NS:.mydomaine
AT 17-AUG-1990 07:15:14


Populate Successful
    
    
    Recalled up mydomaine and indeed, the 3 nodes appeared.
    
    and than I did:
    
MCC> dir domain mydomaine member *
Domain DOENIX_NS:.mydomaine Member Node4 DOENIX_NS:.DNA_NODE.DOENIX
AT 17-AUG-1990 09:08:24


The requested operation cannot be completed
                      MCC Routine Error = %MCC-E-INV_ENTITY, Invalid Entity
                                          structure
MCC> dir domain mydomaine member *
%SYSTEM-F-ACCVIO, access violation, reason mask=01, virtual address=20202020, PC
=00091E2E, PSL=03C00000
%SYSTEM-E-ACCVIO, access violation, reason mask=00, virtual address=0000000A, PC
=0000000A, PSL=0000000F
DOENIX::>

    Undocumented feature?
    
    Thanks
    
    Timo
    
T.RTitleUserPersonal
Name
DateLines
263.1more error messagesBAGELS::ALAGAPPANKandha Alagappan 226-5163Fri Aug 17 1990 17:2018
    
    	Following commands do not work from the FCL.
    
    MCC> show domain test member (.dna_node.felice) all ident
    
     and
    
    MCC> show domain test member (.dna_node.felice) all char
    produce the error
    "Attribute/Argument MEMBER is ambiguous; enter more characters"
    
    or
    
    MCC> create domain test member (.dna_node.felice)  synonym felice
    gives error
    "syntax error in argument in argument ("
    
    Kandha
263.2qarGOSTE::CALLANDERFri Aug 17 1990 22:364
    I will see that these get QARed.
    
    Thanks for the input.
    
263.3re: .1BARREL::LEMMONMon Aug 20 1990 15:0511
The command you entered does not have the correct syntax. The domain member 
requires class and instance.      

    MCC> show domain test member ( CLASS .dna_node.felice) all ident
				   ^^^^^

I don't know why you get two different error messages. The error message
should be consistent regardless of which partition you are trying to show. 


/Jim
263.4Still gives the same errorBAGELS::ALAGAPPANKandha Alagappan 226-5163Mon Aug 20 1990 17:1912
    
    Following command is issued and the results are shown.. If the command
    line is missing the word "CLASS", was it documentation error that is
    appearing in the release notes examples or the word "CLASS" added to
    the command line syntax after the EFT release?
    
    
    MCC> sho domain brenda3 member (CLASS .dna_node.felice) all ident
    %MCC-W-ATTRAMBIG, Attribute/Argument MEMBER is ambiguous; enter more
    characters
    
     Kandha
263.5not keywordTOOK::HAOTue Aug 21 1990 15:1012
    Jim didn't mean that the keyword "class" is to be put into the
    Member specification.  Rather, the class of the member entity.
    
    Examples:
    
    show domain mydomain member (node4 .pole) all ident
    show domain mydomain member (bridge mybridge) all ident
    show domain mydomain member (domain domname) all ident
    
    
    Christine