Kbase 359: Release Notes for CTMighty: V 6.2D05: FT convft; icompile.p
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Release Notes for CTMighty: V 6.2D05: FT convft; icompile.p
910227-ctp01
ADDITIONAL NOTES FOR THIS RELEASE
PLATFORM: CT MIGHTY
MEDIA TYPE: Cartridge Tape
SOFTWARE RELEASE: 6.2D
EXTRACT COMMAND: cpio -iudcvBm </dev/rmt0
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 folowing error message:
** Attempt to write to close 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 following 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 # 359