| If you are upgrading to SEPS 97 the TPAS kits are
TPAS034.A - Full Kit
TPAS034a.A - Patch Release
If you are moving up from a non-PASE environment it is recommended to take the
complete kit, TPAS034.A.
If you are moving up from a PASE environment, the only necessary changes are
found in TPAS034a.A.
Release notes for both kits can be found on KWLITY::TPAS$PUBLIC.
The kits can be pulled from ACADMY::TPAS$KIT:
|
| SEPS 97
LINK CHANGES FOR TPAS
Under SEPS97 the link commands for TPAS will need to be changed as the
DEC STD 12 Parser and PPCS Client are no longer found in IMAGELIB.
If you do not have PPCS installed, then either ignore the PPCS_OPTIONS.OPT
or install the kit located in you AMP2 directory.
Create the following two files and place them in TPAS$COM:
DECSTD12_OPTIONS.OPT
Sys$library:DECSTD012$PARSERN010SHR.EXE/sharable
PPCS_OPTIONS.OPT
Sys$share:APPIX$PPCS_CLIENT_SHR.EXE/sharable
Ensure a logical is set up for SQL$USER:
$ SHOW LOG SQL$USER
"SQL$USER" = "SYS$COMMON:[SYSLIB]SQL$USER61.OLB"
Change the link to:
$ LINK your_program, -
TPAS$LIBRARY:TPAS_LOGIC/LIB, -
TPAS$COM:DECSTD12_OPTIONS/OPT, -
TPAS$COM:PPCS_OPTIONS/OPT, -
SQL$USER/LIB
If you have any questions please send mail to:
ACADMY::QCA_ADMIN or AWARD::MAGNI
|