[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

2950.0. "unknown entity class" by MICROW::LANG () Wed May 06 1992 20:09

    
    I'm having the following problem on Ultrix (This is unrelated to previous
    problems I've entered.)
    
    
    	1. Loaded the dictionary (and could see entity being updated  with:
    
    Processing entity 5035 200 400
    Parse table build complete.
    
    	2.  CAn see the entity in the dap.
    
    	3. Added mar and tried to dispatch, get following error:
    
    MCC> stop tpcontroller s server y process s
    %MCC-W-ARGUNKNOWN, unknown argument PROCESS
    
    	Why is it seeing the process entity as an argument?  It looks
    	like its not defined, but 400 is the entity, and it was defined
    	when exitting.
    
    		thanks,
    			Bonnie
    
T.RTitleUserPersonal
Name
DateLines
2950.1TOOK::SWISTJim Swist LKG2-2/T2 DTN 226-7102Thu May 07 1992 09:427
    check:
    
    verb stop is defined for that child entity.
    
    presentation names are as stated ("stop", and "process")
    
    
2950.2information in DAPMICROW::LANGThu May 07 1992 11:1014
    
    The verb is defined for the subentity.  I'm not sure exactly
    what you mean by presentation names.  This is in the DAP:
    
       Class (1) : TPCONTROLLER
         Subclass (2) : SERVER
           Subclass (2) : PROCESS
    -------> Directive (6) : STOP
               Definition (3) : DIRECTIVE_TYPE
               Definition (3) : DISPLAY
               Definition (3) : CATEGORIES
               Definition (3) : PRESENTATION_NAME
               Request (7) : STOP 40
    etc...
2950.3A couple more things to do...DFLAT::PLOUFFEJerryThu May 07 1992 14:0215
Bonnie:

  in DAP do:

  DAP> show class tpcontroller subclass server subclass process definition -
  DAP_> presentation name

  and 

  DAP> show class tpcontroller subclass server subclass process -
  DAP_> directive stop definition presentation name

  and post the results.

                                                                     - Jerry