Kbase 17206: msgOpen: unable to open message file PROMSGS when using SQL-89
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  07/03/2006 |
|
Status: Verified
FACT(s) (Environment):
Progress 8.x
Progress 9.x
SYMPTOM(s):
Error msgOpen: unable to open message file PROMSGS
Unable to open parameter file <name>, errno <number>. (1247)
Server parameters required for remote connection. (2574)
using SQL-89
CAUSE:
Problems is due to missing or incorrectly setting environment variables
FIX:
Typically, setting correctly the Environment Variables ipromsgs and idlc should solve this problem.
Make sure IPROMSGS is pointing to %IDLC%\PROMSGS and IDLC to the value %DLC%
Note : The above Environment Variables should be set on the Client side. See below list of required variables that should be set on the Client machine :
SET DLC=<dlc-path>
SET PROMSGS=%DLC%\PROMSGS
SET PROCFG=%DLC%\PROGRESS.CFG
SET IDLC=%DLC%
SET IPROMSGS=%DLC%\PROMSGS