[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

1416.0. "Terminal server AM failing install" by HANNAH::B_COBB () Wed Aug 28 1991 17:18

I attempted to install the Terminal Server AM today and after about 4 hours
it failed.  The error is below.  Mcc version is v1.1.0 and VMS is at 5.4-1.
Below is a caption of the install log.  I cut out most of the "Processing
entity" messages since they processed successfully up until end.



        Beginning installation of MCCTSAM V1.0 at 12:07

%VMSINSTAL-I-RESTORE, Restoring product save set A ...
%VMSINSTAL-I-RELMOVED, Product's release notes have been moved to SYS$HELP.

   ************************************************************
   *                                                          *
   *                    DECmcc Terminal Server                *
   *                    Access Module T1.0-1                  *
   *                                                          *
   *                    Installation Procedure                *
   *                                                          *
   ************************************************************




*
* Do you want to run the DECmcc Terminal Server AM IVP after the installation [Y
ES]?

* Do you want to purge files replaced by this installation [YES]?

* Do you want to update the MCC Dictionary [YES]?

* Do you want to update the MCC Parse Table [YES]?

* Do you want to update the MCC Help File [YES]?


%VMSINSTAL-I-RESTORE, Restoring product save set B ...

   Linking Terminal Server AM server process image



        Product:      TERMINAL SERVER AM
        Producer:     DEC
        Version:      1.0
        Release Date: 10-JUN-1991
 
* Does this product have an authorization key registered and loaded? YES

   ----------------------------------------------------------
   Following the copying of the files, the DECmcc Terminal
   Server AM start-up command procedure(s) will be invoked.
   Operational tables will be created by this procedure.

   To automatically set up DECmcc TSAM on your system,
   edit your local system start-up command procedure

             SYS$MANAGER:SYSTARTUP_V5.COM

   so that it invokes the DECmcc TSAM start-up command
   procedure.  Add:

             @SYS$STARTUP:MCC_TSAM_STARTUP.COM

   after the statement that invokes the DECmcc BMS start-up
   command file (MCC_STARTUP_BMS.COM)

   Following the DECmcc TSAM start-up the DECmcc TSAM
   post install command procedure will be invoked.
   ----------------------------------------------------------
 

   VMSINSTAL asks no additional questions.

%VMSINSTAL-I-MOVEFILES, Files will now be moved to their target directories...

   Beginning DECmcc TSAM Post Installation Procedure ...


        DECmcc Dictionary Administrator Program   Version V1.1.0

DECmcc Parse Table Builder
Component Version: V1.1.0

    Parse Table filename:       MCC_PTB_PARSER.BPT
    Command Log Data filename:  MCC_PTB_PARSER.DAT
Processing entity 1
Processing entity 1 1
Processing entity 1 1 0
Processing entity 1 1 1
Processing entity 1 1 1 0
Processing entity 1 2
Processing entity 1 2 0

*************************** there were much more of these messages.  No errors
			    were reported until below.	
		
Processing entity 17 27
Processing entity 17 27 18
Processing entity 17 27 19
%MCCPTB-I-NOENTRY, No dictionary entries found.
   No attributes defined for entity class.
Processing entity 17 27 19 21
Processing entity 17 27 20
Processing entity 17 27 22
Processing entity 17 27 23
Processing entity 17 27 24
%SYSTEM-F-PAGRDERR, page read error, reason mask=00, virtual address=00468A70, P
C=00217814, PSL=03C00000
%SYSTEM-E-PAGRDERR, page read error, reason mask=00, virtual address=00000442, P
C=00000442, PSL=0000000F

   *********************************************************

   Fatal DECmcc Terminal Server Access Module T1.0-1 event
   occurred during installation

   *********************************************************

%DCL-W-UNDSYM, undefined symbol - check validity and spelling
%DCL-W-UNDSYM, undefined symbol - check validity and spelling
%DCL-W-UNDSYM, undefined symbol - check validity and spelling


        Installation of MCCTSAM V1.0 completed at 15:24

Enter the products to be processed from the next distribution volume set.
* Products:


Any idea what is happening here??   Do I have the right versions??  I have 
not applied any patches. Any help is appreciated.
T.RTitleUserPersonal
Name
DateLines
1416.1More memorySUBWAY::REILLYMike Reilly - New York Bank DistrictWed Aug 28 1991 18:4815
    Looks like you ran out of memory along the way. You need large
    memory quotas for parse table builds.  My current quotas are:
    
    Prclm:          20  DIOlm:        70  WSdef:         1024
    Prio:            4  ASTlm:       200  WSquo:         3000
    Queprio:         0  TQElm:       350  WSextent:     20000
    CPU:        (none)  Enqlm:      1000  Pgflquo:      80000
    
    SYSGEN parameter VIRTUALPAGECNT should be larger than your Pgflquo,
    and you need a large pagefile size.  If you set your WSextent value
    high check that the WSMAX value is not limiting your maximum working
    set.  
    
    - Mike