[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

213.0. "Dispatching Create" by COOKIE::KITTELL (Richard - Architected Info Mgmt) Mon Jul 30 1990 01:19

        Next on the dispatch hit parade is CREATE. I can get to it from TBD,
        but not from MCC. Here's the relevant details, anyone see
        anything wrong?

MSL:        
       DIRECTIVE Create = 12 :
          DIRECTIVE-TYPE = ACTION,
          DISPLAY = TRUE,
          CATEGORIES = ( CONFIGURATION ),

          REQUEST
              ARGUMENT shelf = 2400 : Latin1String
                 REQUIRED = FALSE,
                 DEFAULT = NO DEFAULT,
                 SYMBOL = CREATE_ARG_SHELF
              END ARGUMENT shelf;
          END REQUEST;

MAR:
        mcc_dispatch_entry -
                CREATE,-
                <mcc_entity <PBD,* >>,-
                ALL,-
                DHSM_AM__PBD_CREATE

TBD: DUMP/ACCESS

Verb           = (12)
Entity         = < (80) * >
Attribute      = (0)
Procedure      = DHSM_AM__PBD_CREATE
Dispatch count = 0

(I can DEP VERB 12 and DEP INENT/CLASS=80/TYPE=3/INST="MUMBLE" and
 CALL ACCESS will dispatch to DHSM_AM__PBD_CREATE)

MCC:

MCC> create pbd a6
%MCC-E-NOTFOUND,  Dispatch entry for the specified entity does not exist
T.RTitleUserPersonal
Name
DateLines
213.1<try Null partition>TOOK::HAOMon Jul 30 1990 11:175
    For action directives (e.g. Create), the Attr Partition portion of your
    dispatch entry has to be the Null partition.
    
    Christine
    
213.2thanks ChristineCOOKIE::KITTELLRichard - Architected Info MgmtMon Jul 30 1990 12:465
I saw MCC_K_ATTR_PRT_NULL in the .H file, but it was marked ?temporary?
so I wasn't sure if it was for real.

It worked just fine, though, thanks a bunch.