[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

6070.0. "help finding Collector_am" by MSBCS::HARTNETT (Dyin's not much of a livin boy) Fri Aug 05 1994 10:22

I can't finde the collector entity.  I tried installing the notification package
and it didn't show up so I tried installing the mccbms013 kit and it did not
show up.  The need for this entity is critical to our product development
schedule.  Can anyone help me, I am a novice at MCC and our group expert has
left the company.

Tom Hartnett
MSBCS::HARTNETT
DTN:293-5824
T.RTitleUserPersonal
Name
DateLines
6070.1what do you mean "can't find" it?!?!TOOK::MCPHERSONSirajul & Mujibur in '96!Fri Aug 05 1994 10:5311
    What O/S ? VMS or ULTRIX?
    
    What happens when you do this:
    
    MCC> SHOW MCC 0 ALL ATTR
    MCC> SHOW MCC 0 COLLECTION_AM ALL ATTR
    MCC> ENROLL MCC_COLLECTION_AM
    MCC> REGISTER COLLECTOR foo
    MCC> DIR COLLECTOR foo
    
    
6070.2MSBCS::HARTNETTDyin's not much of a livin boyFri Aug 05 1994 11:1843
re -.1

We are using openVMS

Following is log of requested items

**
MCC> show mcc 0 all attr
MCC 0 
AT  5-AUG-1994 10:10:04 All Attributes
Component Name = 
LOCAL_NS:.mcc.oms00b_director

Component Version = 
V1.3.0

Component Identification = 
"DECmcc"

Namespace Selection = 
Local File System"

%MCC-E-NOTFOUND,  unsupported combination of verb, entity, partition

MCC> show mcc 0 collection_am all attr
%MCC-I-NOPARCMD, collection_am all attr 
%MCC-I-SYNTAXERR, Syntax error -- unable to interpret remainder of line 
%MCC-W-ATTRUNKNOWN, unknown attribute COLLECTION_AM

MCC> enroll mcc_collection_am

MCC> register collector junk
%MCC-I-NOPARCMD, collector junk 
%MCC-I-SYNTAXERR, Syntax error -- unable to interpret remainder of line 
%MCC-W-ENTUNKNOWN, unknown entity: COLLECTOR

MCC> dir collector junk
%MCC-I-NOPARCMD, collector junk 
%MCC-I-SYNTAXERR, Syntax error -- unable to interpret remainder of line 
%MCC-W-ENTUNKNOWN, unknown entity: COLLECTOR
**

Thanks for the help
6070.3I suspect the parse tables.TOOK::MCPHERSONSirajul & Mujibur in '96!Fri Aug 05 1994 12:1630
    Looks like:
    
    	1. Your parse tables are out of whack
    	2. There's an outside chance that your dispatch tables *may* be out
           of whack, too.
    
    Look for multiple copies of of the parse tables (*.BPT) files in
    MCC_SYSTEM: MCC will use the first one it sees. 
    
    You _may_ have accidentally caused this problem by NOT choosing the
    "rebuild parse tables, upate dictionary" options when you installed
    NOtification Services package on top of MCC BMS. 
    
    I *thought* that BMS included the collection AM, but if it didn't AND
    you installed the notfication serrvices package on top of BMS without
    updating the dictionary and parse tables, then that would explain the
    behavior you're seeing.  I.e. it can find the Module and enroll it
    (witness your successfull enroll command). 
    
    However, unless you ALSO update the dictionary, the FCL won't be able
    to interpret commands that involve the COLLECTOR or COLLECTION_AM
    classes. (Witness the inability of the command line interpreter to
    unbderstand your MCC> SHOW MCC 0 COLLECTION_AM ALL ATTR command.)
    
    Note that a parse table rebuild can take a few hours. Plan accordingly.
    RTFM. Don't run with scissors.
    
    /doug