Consultor Eletrônico



Kbase P121990: How to determine if enterprise database license has been installed.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/1/2007
Status: Unverified

GOAL:

How to determine if enterprise database license has been installed.

FIX:

First)
Make sure the DLC environment variable has been set in a DOS shell or Unix shell environment.

Example for DOS:
set DLC=c:\dlc

Example for Unix:
DLC=/usr/dlc; export DLC

Second)
Make sure the PROCFG environment variable is set:
Example for DOS:
set PROCFG=%DLC%\progress.cfg

Example for Unix:
PROCFG=$DLC/progress.cfg; export PROCFG

Third)
Run the showcfg command.
Example for DOS:
%DLC%\bin\showcfg

Example for Unix:
$DLC/bin/showcfg

If the Enterprise RDBMS package has been installed it should be listed in output of the showcfg command.