Kbase 7713: Release Notes for ARIX825 v6.2D04
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Release Notes for ARIX825 v6.2D04
901213-fjh01
ADDITIONAL NOTES FOR THIS RELEASE
PLATFORM: Arix 825
MEDIA TYPE: Lo Density Tape Cartridge
SOFTWARE RELEASE: 6.2D
EXTRACT COMMAND: cpio -iudcvBm </dev/rmt1
INSTALL COMMAND: ./proinstall
MACHINE NOTES:
OPERATING SYSTEM NOTES:
TERMINAL NOTES:
SOFTWARE NOTES:
o Fast Track
----------
If you use the convft utility to convert your database to a
Fast Track database, you must set the PROEXE environment variable
first:
PROEXE=/usr/dlc/_progres;export PROEXE
convft database-name
o Procedure Library - icompile.p
------------------------------
If you extract icompile.p from the Procedure Library and use it to
compile procedures, you will receive the following error message:
** Attempt to write to closed stream cproc. (1387)
Your procedures will compile, but you will get the error message
for every procedure compiled.
Workaround: To correct the problem, perform the following steps:
1. Enter the icompile.p file and look for the follwoing
block:
DO WHILE TRUE.
statements...
END.
2. Place an IF..THEN statement block around the DO WHILE TRUE
as follows:
IF compproc <> "" THEN DO:
DO WHILE TRUE.
statements...
END.
END.
3. Save the changed icompile.p and use it to compile your
procedures.
Progress Software Technical Support Note # 7713