Kbase P86455: msgOpen: unable to open message file: PROMSGS when using _progres
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/06/2004 |
|
Status: Unverified
FACT(s) (Environment):
UNIX
SYMPTOM(s):
msgOpen: unable to open message file: PROMSGS when using _progres
_progres cannot find PROMSGS file
CAUSE:
Since _progres is being called directly, without calling mpro / pro scripts first, the required variables are not set.
FIX:
Call mpro / pro scripts as they contain required OS environment variables tailored in.
- or -
DLC=/path_to_your_progress_installation
PROMSGS=$DLC/promsgs
export DLC PROMSGS
_progres .....