[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

2908.0. "TSAM T1.0.7 (EFT2) installation problem" by CUJO::HILL (Dan Hill-Net.Mgt.-Customer Resident) Fri May 01 1992 02:26

    I got some unusual error messages during the installation of the EFT2
    Terminal Server AM kit.
    
    I'm running VMS V5.5, Motif V1.1, DECmcc T1.2.7 on VAXstation 3100/76.
    
    ----------------------------------------------------------------------
    .
    .
    .
    Completing DECMCC TSAM Post Installation Procedure ...
    
         The startup procedure for the DECmcc Terminal Server
    		  Access Module T1.0.7 is now running.
    
    
    DECmcc (T1.2.7)
    
    
    
    %MCC-I-NOPARCMD, mcc 0 termserver_am
    
                     ^
    
    %MCC-I-SYNTAXERR, Syntax error -- unable to interpret remainder of line
    %MCC-W-VEINVALID, entity MCC is not valid with verb ENABLE
    
    
    
    	    The startup procedure for the DECmcc Terminal Server
                     Access Module T1.0.7 is now ending.
    
    %MAIL-E-LOGLINK, ...
    .
    .
    .
    (And the IVP gave me the same messages)
    ---------------------------------------------------------------------
    
    MCC> TEST MCC 0 TERMSERVER_AM     ! Works just fine
    
    However, I can't register any terminal servers.  I can do a partial
    registration only, even though TSM sees them just fine.
    
    This may relate to note 2900.0 in some way.
    
    Any ideas?
    
    -Dan
T.RTitleUserPersonal
Name
DateLines
2908.1Dictionary / Parse table loaded?TOOK::FONSECAI heard it through the Grapevine...Fri May 01 1992 13:3025
I've got several guesses.  It sounds like your parse tables
were not loaded, or possibly, TSAM was not enrolled.  I noticed
during my testing of the installation procedures this time around,
that error status was not being returned to the installation procedure
for dictionary update failures.  Check your installation log if you
still have it for any other error messages.

If that looks OK, then do the following:

MCC> ENROLL MCC_TS_AM

then 

MCC> ENABLE MCC 0 TERMSERVER_AM

If you get the same error message again, try doing the following:

MCC> TEST MCC 0 TERMSERVER_AM

If that fails, then you probably need to re-load the dictionary
for TSAM, I would just re-run the installation.

Let me know how it goes...

-Dave