[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

4562.0. "ENABLE sink won't work." by PTOVAX::DANZAK (Pittsburgher �) Wed Feb 17 1993 15:20

    Subclass (2) : COLLECTION_AM 123
    
    ANd, this is whtat ENABLE gives me...
    
    
    MCC> enable
      Type ? for a list of valid entities
    Entity: ?
    NODE
    MCC DNA5_AM SINK
    NODE4
    Entity: mcc 0
    %MCC-I-NOPARCMD, mcc 0
                     ^
    %MCC-I-SYNTAXERR, Syntax error -- unable to interpret remainder of line
    %MCC-W-VEINVALID, entity MCC is not valid with verb ENABLE
    
    MCC> enable mcc dna5_am sink
    %MCC-I-NOPARCMD, mcc dna5_am sink
                     ^
    %MCC-I-SYNTAXERR, Syntax error -- unable to interpret remainder of line
    %MCC-W-VEINVALID, entity MCC is not valid with verb ENABLE
    
    MCC> enable mcc sink
    %MCC-I-NOPARCMD, mcc sink
                     ^
    %MCC-I-SYNTAXERR, Syntax error -- unable to interpret remainder of line
    %MC
    
    
    
    SO...any thoughts?
    
T.RTitleUserPersonal
Name
DateLines
4562.1what kit did you install?TOOK::S_KOHoot mon!Thu Feb 18 1993 09:0613
    

>>    Subclass (2) : COLLECTION_AM 123
    
    	did you see this when making the DAP request SHOW CLASS MCC?
    
    It looks like you've installed the Director kit instead of the BMS kit,
    or something went wrong with your installation (the dictionary and/or
    parse table?).  
    
    Did you have BMS installed previously?  
    
    
4562.2entity isn't correctGOSTE::CALLANDERMon Mar 15 1993 17:1721
    MCC> enable
      Type ? for a list of valid entities
    Entity: ?
    NODE
    MCC DNA5_AM SINK
    NODE4
    Entity: mcc 0
    %MCC-I-NOPARCMD, mcc 0
    MCC> enable mcc dna5_am sink
    MCC> enable mcc sink

    
    almost, but none of these is quite right. You need
    
    	enable
    		mcc 0
    			dna5_am
    				sink
    
    In each case you missed part of the entity specifier.