Consultor Eletrônico



Kbase P13993: prodel doesn't execute
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   22/03/2006
Status: Verified

SYMPTOM(s):

prodel fails to execute

DLC environment variable set correctly

The name specified is not recognized as an internal or external command, operable program or batch file

CAUSE:

Where the DLC environment variable is required by Progress, the PATH environment variable is required by the operating system in order to find Progress executables. When a program is run, the system first searches for it in the current directory, then it searches for it in the directory paths defined in PATH in the order that they are defined. Most of these reside in %DLC%\bin and this needs to be set in the PATH in order that they can be executed by the operating system.

FIX:

Add %DLC%\bin to the beginning system PATH environment variable, where:
- %DLC% is the directory where Progress was installed and
- bin is a subdirectory of %DLC% where the most used Progress executables reside

[WINDOWS]
set PATH=%PATH%;%DLC%\BIN;%DLC

[UNIX]
PATH=$PATH:$DLC/bin