Kbase P50982: Error 98 with errno = 2 trying to start a progress session
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/10/2003 |
|
Status: Unverified
SYMPTOM(s):
Error 98 with errno = 2 trying to start a progress session
** Unable to open file:convmap.cp. Errno=2. (98)
** Unable to open file: <file-name>. Errno=<number>. (98)
CAUSE:
Incorrect variable settings
FIX:
Make sure that you have DLC and PATH variables properly set.
For example, have the following lines into your script file:
DLC=<progress-installation directory>; export DLC
PATH=$DLC:$DLC/bin:$PATH; export PATH
echo $DLC
echo $PATH
Supposed that you have installed your product into /usr/dlc91c directory. The above setting should show as:
DLC=/usr/dlc91c
PATH=/usr/dlc91c:/usr/dlc91c/bin:/usr/bin:/usr/sbin:/bin