[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

6083.0. "CMA Anomalies after V6.1 upgrade..." by DPDMAI::GALVIN (Ok Winnie, but it'll just fall off...) Fri Aug 12 1994 22:40

    		VMS V6.1 & BMS V1.3 PATCHES???
    
    I've just recently upgraded my OpenVMS platform to V6.1.  I used the
    V5.5-2 CMA libraries, I had saved them from my V6.0 upgrade...  Does
    anyone out there know if there is an additional patch from MCC?
    
    My IMPM comes up fine, with no problems; the FCL is functional; all the
    same things I ever needed to do I can do, BUT!  Everytime I type,
    
    $ MAN/ENT, I get a stack dump...  Then it proceeds to work fine.  When
    I look at my CMA files, they are in SYS$COMMON:[SYSLIB] and are the
    ones I had back in VMS V5.5-2
    
    BTW, I haven't checked to see if the IMPM causes the same problem, when
    I type,
    
    $ MAN/ENT/INTER=DECW, because I launch IMPM as an application...
    
    thanks for all help...
    
    /Mic
    
T.RTitleUserPersonal
Name
DateLines
6083.1CMA Anomalies after V6.1 upgrade...VF::LANGASQUETue Aug 30 1994 06:2816
	Hi,

   What you should do is define a the job level the 4 logicals:
   (ie: include this in your login so it's executed before launching mcc)
 
 $ define/job cma$lib_shr sys$common:[syslib.mcc]cma$lib_shr.exe
 $ define/job cma$open_lib_shr sys$common:[syslib.mcc]cma$open_lib_shr.exe
 $ define/job cma$open_rtl sys$common:[syslib.mcc]cma$open_rtl.exe
 $ define/job cma$rtl sys$common:[syslib.mcc]cma$rtl.exe

 Put in the [syslib.mcc] the cma images from your mcc kit.

   Hope this help.

	Eric