[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

202.0. "FT 1.0: Open failure for parse table file" by PANIC::GILL (John, DTN 847-5849) Mon Jul 23 1990 17:24

    
    I have installed DECmcc V1.0 Field Test software but am having a
    problem starting the DIRECTOR.  I have attached a log of what I am 
    attempting to do.   If I "SET VERIFY" while running the procedure 
    I notice that the error message is generated when the following 
    lines are executed:
    
    $ IF F$SEARCH("sys$system:mcc_main.exe") .NES. ""
    $ THEN
    $ manage/enterprise/presentation=mcc_fcl_pm  
    
    
    
    $ @mcc_startup_dir


The MCC_STARTUP_DIR startup procedure for DECmcc T1.0.1 is now running.

%DCL-I-SUPERSEDE, previous value of MCC_TDF has been superseded
%DCL-I-SUPERSEDE, previous value of MCC_NODE_IDP has been superseded
DECmcc (T1.0.1)

Fatal: Open failure for parse table file
%RMS-F-FNM, error in file name
%RMS-E-FNM, error in file name
%DCL-W-SKPDAT, image data (records not beginning with "$") ignored
%RMS-E-FNM, error in file name
    
    
    Any help would be appreciated.
    
    John
      
T.RTitleUserPersonal
Name
DateLines
202.1more infoGOSTE::CALLANDERMon Jul 23 1990 20:1713
    John,
    
    A quick few questions. Have you installed a previous version of
    MCC? and if so what were you using it for (development of management)?
    What version of VMS are you running?
    
    The FCL PM is unable to find the parse tables that the installation
    procedure should have placed in the mcc_system (logical) directory.
    Could you also check to see if the mcc_system logical has been defined,
    and what files are located in that directory?
    
    thanks
    
202.2Logicals giving problems - ThanksPANIC::GILLJohn, DTN 847-5849Tue Jul 24 1990 10:3917
    
    Thanks a lot for the pointer to look at the various logicals.  In the
    startup file MCC_STARTUP_DIR.COM the logical MCC_SYSTEM pointed at
    MCC_SPECIFIC and MCC_COMMON.   
    
    Changing the line "$ def/syst/exec mcc_system   mcc_specific,mcc_common
    
                                       to
    
           "$ def/syst/exec mcc_system sys$specific:[mcc],sys$common:[mcc]
    
    Resolved the problem.   The startup procedure now works as expected,
    and I can invoke MCC with the "MANAGE/ENTERPRISE" command.
    
    Thanks for your help,
        
    John
202.3mcc logicalsTOOK::WONGWed Jul 25 1990 21:0055
Hi,

  you might want to check the MCC_STARTUP_DIR.COM file again.  during
the installation, a number of logicals are created (mcc_common, mcc_tdf,
mcc_node_idp, etc.).  they are defined based upon user input.  the user 
is then instructed to uncomment the definition of these logicals in the 
MCC_STARTUP_DIR.COM file, with site-specific modifications.  in the 
MCC_STARTUP_DIR.COM file, before the line that you modified,  are the 
following lines.

$! Uncomment and modify the next 2 commands to reflect the actual 
$! value for mcc_common
$! Call deassign_logical mcc_common                              <<<<<<<<<<
$! define/system/EXECUTIVE_MODE mcc_common   sys$common:[mcc]    <<<<<<<<<<
$ Call deassign_logical mcc_specific
$ define/system/EXECUTIVE_MODE mcc_specific sys$specific:[mcc]
$ Call deassign_logical mcc_system

with the 2 commands (annotated by <<<<<<<<<<) appropriately uncommented, and 
modified, the line that you modified:


$ define/system/EXECUTIVE_MODE mcc_system   mcc_specific,mcc_common

should be okay.  if the 2 commands are not appropriately uncommented, your
change will give you a value for mcc_system, but when next you boot, you
will not have a definition for mcc_common.   also the mcc_tdf, and mcc_node_idp
logicals are defined in the same manner as mcc_common.


regards,

\steve

             <<< Note 202.2 by PANIC::GILL "John, DTN 847-5849" >>>
                     -< Logicals giving problems - Thanks >-

    
    Thanks a lot for the pointer to look at the various logicals.  In the
    startup file MCC_STARTUP_DIR.COM the logical MCC_SYSTEM pointed at
    MCC_SPECIFIC and MCC_COMMON.   
    
    Changing the line "$ def/syst/exec mcc_system   mcc_specific,mcc_common
    
                                       to
    
           "$ def/syst/exec mcc_system sys$specific:[mcc],sys$common:[mcc]
    
    Resolved the problem.   The startup procedure now works as expected,
    and I can invoke MCC with the "MANAGE/ENTERPRISE" command.
    
    Thanks for your help,
        
    John

202.4DECmcc startup needs to be user-friendly. No tweaks please!!!TRADE::ASHRAFGone today, here tomorrowWed Jul 25 1990 22:3020
    
    RE: .3
    
    I too got burnt by the logicals having been commented out by 
    MCC installation procedure.  Since the installation procedure 
    does ask what the values of these logicals should be, I had 
    EXPECTED the INSTALL procedure to set them up accordingly.  Why is the
    user asked to do that same thing over by having to go through a 
    tedious, redundant step to make DECmcc functional.
    
    It may be OK to display the message about the user being able to
    change the logicals, if necessary.  I suggest that the installation 
    procedure not comment out the logicals.  It's good to know that DECmcc 
    installation leaves SYSTARTUP_V5.COM alone.  However, it should provide 
    a SINGLE DECmcc startup file that can be used without further tweaks 
    to start various components.  The system manager will then need to add
    only a single line in SYSTARTUP to call this file, as is generally the
    case with other LPs.
    
    Muhammad