[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
| 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 | 
1158.0. "%MCC-E-NOTFOUND unsupported combination of verb, entity, partition" by NSDC::CAILLE () Mon Jun 17 1991 15:08
Hi,
  
  May be some body could tell me what's the problem...
  
  Using the design framwork procedure, I try to develop my own AM.
  but at this level I'm not able to do anything.  
 
DECmcc (V1.1.0)
MCC> show
  Type ? for a list of valid entities
Entity: ?
MCC
FIRE
Entity: mcc 0
Using default ALL IDENTIFIERS
%MCC-E-NOTFOUND,  unsupported combination of verb, entity, partition
MCC>
I've checked my MCC_PTB_PARSER.BPT, but every thing (protection, logical)
seems to be all right.
Any help...
Thanks JMC.
| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 1158.1 | dispatch vs. parse table | TOOK::CALLANDER | Jill Callander DTN 226-5316 | Mon Jun 17 1991 16:52 | 17 | 
|  | There is a difference between the dispatch tables (what gives the not_found
message) and the parse tables (that let you enter the command). 
My guess is you redefined mcc_system or the mcc_specific/mcc_common  logicals
to point to a private directory where you new (small) dictionary is. If you 
do that, you must remember to re-enroll the modules you want to use, that
*INCLUDES* mcc_control_fm.
For what I see under you help on show you must:
$manage/enter
MCC> enroll mcc_control_fm
MCC> enroll mcc_fcl_pm
MCC> enroll mcc_fire_am ! guessing at the name here
the kernel enrolls itself automagically.
 | 
| 1158.2 | OK | NSDC::CAILLE |  | Tue Jun 18 1991 02:44 | 5 | 
|  | 
That works much better...
Thanks a lot for your quick answer
JMC
 |