[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

5558.0. "Problems with Installation of Alarm manager on ULTRIX" by COL01::LOPEZ (Arturo Lopez drinks K�lsch at Cologne) Thu Sep 02 1993 06:25

I'am trying to reinstall the Alarm Manager for ULTRIX (MCRUAM130).

I deleted the subsets with setld.

But now i get an error message from DECmcc.

I attach the log file of setld.

How can I fix the Problem ?

The command

 mcc> delete MCC  SUBCLASS ALM_MGR CODE 79

does not work.



--------------------------- LOG FILE -------------------------------


 %DAP-S-USE_DICT, Using dictionary file: /usr/mcc/mcc_system/mcc_fdictionary.dat

	POLYCENTER Dictionary Administrator Program   Version V1.3.0

Deleting specified class from dictionary file...
(Control C and Y will be disabled while records are being deleted)
Percent of file processed =   5%
Percent of file processed =  10%
Percent of file processed =  15%
Percent of file processed =  20%
Percent of file processed =  25%
Percent of file processed =  30%
Percent of file processed =  35%
Percent of file processed =  40%
Percent of file processed =  45%
Percent of file processed =  50%
Percent of file processed =  55%
Percent of file processed =  60%
Percent of file processed =  65%
Percent of file processed =  70%
Percent of file processed =  75%
Percent of file processed =  81%
Percent of file processed =  86%
Percent of file processed =  91%
Percent of file processed =  96%
Percent of file processed = 100%
Now writing processed records to dictionary file...
(Control C and Y will be disabled while records are being written)
Deleting specified class from dictionary file...
(Control C and Y will be disabled while records are being deleted)
 %DAP-I-LINENUMB, At or near line number 4.
 %DAP-I-CMD_LINE, Command: CREATE CLASS MCC  SUBCLASS ALM_MGR CODE 79
 %MCC-E-ENTEXIST,  specified entity definition exists already 
Using parse table log file: /usr/mcc/mcc_system/mcc_fdictionary.log
Building containment tree file

Containment tree file built, objects=41729, size = 387160
Reading parse table file: /usr/mcc/mcc_system/mcc_fdictionary.bpt
Please wait while parse tables are updated
  Processing entity 21 
Writing parse table file.  Please wait...
Updated parse table file: /usr/mcc/mcc_system/mcc_fdictionary.bpt
Parse table build complete. 
T.RTitleUserPersonal
Name
DateLines
5558.1Alternate syntaxTAEC::LAVILLATFri Sep 03 1993 06:4914
Re .0:
>
>The command
>
> mcc> delete MCC  SUBCLASS ALM_MGR CODE 79
>
>does not work.
>

  Did you try mcc> delete MCC  SUBCLASS CODE 79 ?

  Regards.

  Pierre.
5558.2How about DAP> DELETE CLASS MCC SUBCLASS CODE 79TOOK::GUERTINMCC: Legend or Nightmare?Fri Sep 03 1993 11:091
    
5558.3are you working yet?TOOK::CALLANDERFri Sep 17 1993 12:572
    have you retried the alarm manager yet?
    
5558.4It did not workCOL01::LOPEZArturo Lopez drinks K�lsch at CologneTue Sep 21 1993 11:3418
Script started on Tue Sep 21 16:34:15 1993
# manage
DECmcc (V1.3.0)

MCC> delete class mcc subclass code 79
MCC-I-NOPARCMD, class mcc subclass code 79 
                 
%MCC-I-SYNTAXERR, Syntax error -- unable to interpret remainder of line 
%MCC-W-ENTUNKNOWN, unknown entity: CLASS

MCC> exit
# 
script done on Tue Sep 21 16:34:49 1993
    
    
It did not work
    
    
5558.5Use DAP not FCLTAEC::LAVILLATTue Sep 21 1993 13:2129
>
>Script started on Tue Sep 21 16:34:15 1993
># manage
>DECmcc (V1.3.0)
>
>MCC> delete class mcc subclass code 79
>MCC-I-NOPARCMD, class mcc subclass code 79 
>                 
>%MCC-I-SYNTAXERR, Syntax error -- unable to interpret remainder of line 
>%MCC-W-ENTUNKNOWN, unknown entity: CLASS
>
>MCC> exit
># 

You should issue the command under the DAP utility and not MCC_FCL :

try : 

mcc_dap

DAP> delete class mcc subclass code 79

If, by 'chance', DAP says that the dictionnary is read-only, kill all the
MCC process via mcc_kill, and by killing manually all manage sessions.

Regards.

Pierre.