[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 |
5652.0. "MCC won't start on VMS V5.5-2?" by WARABI::CHIUANDREW () Sun Oct 10 1993 23:48
Hi,
After I 've upgraded my VAXstation from VMS5.5 to VMS V5.5-2 (CD from
May 93 distribution), then I got the following errors when re-start
BMS:
! error log of MCC after upgrade to VMS V5.5-2
NISMCC> @sys$startup:mcc_startup
The MCC_STARTUP_BMS startup procedure for DECmcc V1.3.0 is now running.
%MCC-E-WRONG_CMA, Current version of CMA is incompatible with DECmcc
%TRACE-E-TRACEBACK, symbolic stack dump follows
module name routine name line rel PC abs PC
000CB92B 000CB92B
MCC_KERNEL_INIT MCC_KERNEL_INITIALIZE 152 00000011 0000598D
0000594A 0000594A
Unable to run DECmcc, installation or upgrade in progress.
DECmcc dictionary currently in use, please try again later...
%MCC-F-DBFATAL, fatal data base internal error
%DCL-W-SKPDAT, image data (records not beginning with "$") ignored
*****************
Could someone provide me an pointer when the MUP for DECmcc BMS?
Or should I need any CMA patch?
Thanks in advance for help!
Andrew Chiu - NIS Sydney
T.R | Title | User | Personal Name | Date | Lines |
---|
5652.1 | Check out the correct date | VNASWS::ANDREAS | | Mon Oct 11 1993 06:54 | 7 |
| Andrew,
have a look at your system time and date.
Maybe during the upgrade the correct date is set back to a year later.
I had the same problem too.
best regards Andy
|
5652.2 | | TOOK::MINTZ | Erik Mintz | Mon Oct 11 1993 08:45 | 10 |
| I suspect at least 2 problems here.
1) You have installed some product with a more recent version of
CMA than the one shipped with DECmcc. This produces the warning.
2) You have some DECmcc process running while you attempt the installation.
This produces the error relating to the dictionary.
-- Erik
|
5652.3 | Restore CMA files | BIKINI::KRAUSE | European NewProductEngineer for MCC | Tue Oct 12 1993 05:55 | 18 |
| >%MCC-E-WRONG_CMA, Current version of CMA is incompatible with DECmcc
This has already been discussed in this conference, though I don't
remember the topic numbers.
There are 4 CMA files in sys$common:[syslib] that were replaced during
the VMS upgrade:
CMA$LIB_SHR.EXE
CMA$OPEN_LIB_SHR.EXE
CMA$OPEN_RTL.EXE
CMA$RTL.EXE
The version shipped with VMS is incompatible with MCC. So you have to
restore the MCC versions either from the backup you did before the VMS
upgrade (didn't you ;-) or from the MCC kit (don't know the saveset).
*Robert
|