Consultor Eletrônico



Kbase 3270: Script modification for HPUX 8.0 compatibility: S/E 301
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
Script modification for HPUX 8.0 compatibility: S/E 301

911121-elp01The following Version 6 Release Notes are in circulation
as of November, 1991.

Machine Type: HP825
Operating System : UNIX
Version From: 62.D03
Version Through: 6.2D03

Fast Track and Results scripts do not work correctly
on Version 8.0 of Hewlett Packard's operating system.
You need to modify the following scripts:

proft, mproft, results, mresults, resft, and mresft.

In each script, there is a "set - ..." command.
At the end of each set command, there is a "$@" or "$*"
parameter. For each set command, remove this parameter
from the end of the line and place it after the first
dash of the set command. For example, change the following
command:

set - -e 63 -l 30 -c 30 -D 64 -A -p $DLCRES/results.p $*

to appear as follows:

set - $* -e 63 -l 30 -c 30 -D 64 -A -p $DLCRES/results.p

STTY BAUD RATE

If you log in through a terminal server device to
an HP825 machine running Version 8.0 of Hewlett Packard's
operating system, you must make sure the baud rate is set
to a non-zero value. use the stty command to verify the
baud rate.

Progress Software Technical Support Note # 3270