Kbase 15432: euc.p not found during PROBUILD
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
euc.p not found during PROBUILD
Users who see (293) and (492) errors when doing a PROBUILD, especially
those with a Runtime license (which means that they cannot do an
runtime compile of a .p file, and therefore must have a pre-compiled
.r or an encrypted .p) probably do not have the euc.pl
(end-user-configuration procedure library) as part of their PROPATH
logical.
The buildenv.com file that accompanies Progress, and that many
users utilize to setup their environment before using PROBUILD.COM, is
there as an example and must be modified appropriately for the users
environment.
The key components are:
1) Make sure that the logical for the directory PROLOAD is a rooted
concealed logical (refer to knowledgebase entry 13791 for more
information relating to buildenv.com)
2) Make sure that the file EUC.PL is included in the PROPATH logical
This procedure library has the euc.p component and allows the
runtime user to use the PROBUILD utility.
Example error BEFORE euc.pl is included as part of PROPATH logical:
$ show logical propath
"PROPATH" = ",/USR/rdl62N05/dlcft,/USR/rdl62N05/ade,/USR/rdl62N05/dlc,
/USR/rdl62N05/dlcload/eucapp" (LNM$PROCESS_TABLE)
$@probuild
** "EUC.P" was not found. (293)
** Unable to run startup procedure EUC.P. (492)
Press space bar to continue.
%PROGRESS-F-BADEXIT, Abnormal termination has occured
$
Example AFTER euc.pl is included as part of PROPATH logical:
$ define propath ",/USR/rdl62N05/dlcft,/USR/rdl62N05/ade,/USR/rdl62N05-
/dlc,/USR/rdl62N05/dlcload/eucapp,/USR/rdl62N05/dlcload/eucapp/euc.pl"
$ show logical propath
"PROPATH" = ",/USR/rdl62N05/dlcft,/USR/rdl62N05/ade,/USR/rdl62N05/dlc,
/USR/rdl62N05/dlcload/eucapp,/USR/rdl62N05/rel/dlcload/eucapp/euc.pl"
(LNM$PROCESS_TABLE)
$@probuild
P R O G R E S S E n d U s e r C o n f i g u r a t i o n
Install Link Script Into:________________________
(please refer to the Version 6 - 3Gl Interface Guide for complete
details on the usage of PROBUILD)
Progress Software Technical Support Note # 15432