[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

6300.0. "Problem with MSL translation under DECmcc 1.4" by BWTEAL::W_MCGAW () Tue May 16 1995 21:44

    Hi,   
    
    I have a customer that is having a problem with the MSL Translation
    Tool under DECmcc V1.4.  They are getting the following errors when
    trying to use it.  This worked without error under DECmcc-BMS V1.3.
    
    MANAGE/TOOL/SPEC/INCLUDE=sys$library: on3257_mcc_fes_am_mgmt_if.ms
       /TRANS=NOC_CONFIG:ON3257_MCC_FES_AM_MGMT_IF.dap     /LANGUAGE=(MACRO)
    
    DECmcc MSL Translation Tool               Version V1.4-0
    
    %MCCMSL-I-MSLLOCATION, Line: 256, File: ON3257_MCC_FES_AM_MGMT_IF.MS;,
    %MCCMSL-W-MISDIRECTIVE, ENTITY is missing DIRECTIVE "DEREGISTER"
    %MCCMSL-I-MSLLOCATION, Line: 256, File: ON3257_MCC_FES_AM_MGMT_IF.MS;,
    %MCCMSL-W-MISDIRECTIVE, ENTITY is missing DIRECTIVE "DIRECTORY"
    %MCCMSL-I-MSLLOCATION, Line: 256, File: ON3257_MCC_FES_AM_MGMT_IF.MS;,
    %MCCMSL-W-MISDIRECTIVE, ENTITY is missing DIRECTIVE "ERASE"
    %MCCMSL-I-MSLLOCATION, Line: 256, File: ON3257_MCC_FES_AM_MGMT_IF.MS;,
    %MCCMSL-W-MISDIRECTIVE, ENTITY is missing DIRECTIVE "REGISTER"
    
    %MCCMSL-S-NORMAL, Scan of MS file has completed successfully
    
    
    and
    
    
    MANAGE/TOOL/SPEC/INCLUDE=sys$library: on3258_mcc_fes_am_srvc_if.ms
            /TRANS=NOC_CONFIG:ON3258_MCC_FES_AM_SRVC_IF.DAP        
    /LANGUAGE=(MACR
    DECmcc MSL Translation Tool               Version V1.4-0
    
    %MCCMSL-I-MSLLOCATION, Line: 990, File: ON3258_MCC_FES_AM_SRVC_IF.MS;,
    %MCCMSL-W-MISDIRECTIVE, ENTITY is missing DIRECTIVE "DEREGISTER"
    %MCCMSL-I-MSLLOCATION, Line: 990, File: ON3258_MCC_FES_AM_SRVC_IF.MS;,
    %MCCMSL-W-MISDIRECTIVE, ENTITY is missing DIRECTIVE "DIRECTORY"
    %MCCMSL-I-MSLLOCATION, Line: 990, File: ON3258_MCC_FES_AM_SRVC_IF.MS;,
    %MCCMSL-W-MISDIRECTIVE, ENTITY is missing DIRECTIVE "ERASE"
    %MCCMSL-I-MSLLOCATION, Line: 990, File: ON3258_MCC_FES_AM_SRVC_IF.MS;,
    %MCCMSL-W-MISDIRECTIVE, ENTITY is missing DIRECTIVE "REGISTER"
    
    %MCCMSL-S-NORMAL, Scan of MS file has completed successfully
    
    
    I can provide copies of the .MS files if needed.  Has there been an
    update to the MSL Translation Tool for Version V1.4 ?
    What do these warnings indicate?  What changes should we make to
    eliminate these warnings?
    
    
    Thanks,
    Walt McGaw
    Digital Network Services Unit
    CSC/CS
T.RTitleUserPersonal
Name
DateLines
6300.1An extra check was added in MSL compiler.AZUR::DURIFWed May 17 1995 10:1615
Hi Walt,

    
> %MCCMSL-I-MSLLOCATION, Line: 256, File: ON3257_MCC_FES_AM_MGMT_IF.MS;,
> %MCCMSL-W-MISDIRECTIVE, ENTITY is missing DIRECTIVE "DEREGISTER"

An extra check was added in V1.4 version.

If you do not need REGISTER, DEREGISTER, DIRECTORY directives for your entities
do not worry about it.
There is no bug underneath.

Regards,

Benoit
6300.2Thank you!BWTEAL::W_MCGAWThu May 18 1995 02:388
    Hi Benoit,
    
    Thanks for the quick reply!
    
    Walt McGaw
    Digital Network Services Unit
    CSC/CS