Consultor Eletrônico



Kbase P5290: Win32 character client (_progres.exe) can't find .P when executed from a batch file.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

FACT(s) (Environment):

Windows 2000
Progress 9.1D

SYMPTOM(s):

Win32 character client (_progres.exe) can't find .P when executed from a batch file.

** "<file-name>" was not found. (293)

** Unable to run startup procedure <name>. (492)

CAUSE:

PROPATH not set in the correct place.

FIX:

Add the path where your application code (or PL's) reside to the [WinChar Startup] section of the progress.ini file, then use the -basekey and -ininame client parameters to point to the correct progress.ini file.

EXAMPLE:

Excerpt from progress.ini file:

[WinChar Startup]
PROPATH=.,D:\My4GLCode,D:\Program Files\PROGRESS\tty,D:\Program Files\PROGRESS,D:\Program Files\PROGRESS\bin,D:\Program Files\PROGRESS\PROBUILD\EUCAPP\EUC.PL,D:\Program Files\PROGRESS\PROBUILD\EUCAPP

Contents of Win32 batch file:

%DLC%\bin\_progres.exe -p my4GLcode.p -basekey "INI" -ininame D:\My4GLCode\progress.ini