Kbase P16858: No proenv session available
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/04/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.0x
SYMPTOM(s):
No proenv session available
No proenv.bat in DLC/BIN
Older versions did not have the Proenv.bat to pre-initialize environment variables for Progress operations
FIX:
Connect to the database through a MSDOS session, by first setting the environment variables for DLC and PATH, for example where d:\90A\dlc is the install path:
SET DLC=d:\90A\dlc
SET PATH=d:\90A\dlc;d:\90A\dlc\bin;%PATH%
then change directory to the working directory:
cd d:\90A\wrk
From this environment, the user can call Progress executables such as starting a database server (proserve) and/or making single/multi database connections as needed.