Consultor Eletrônico



Kbase P75583: Running multiple versions of Progress AdminService getting error (DBMan023)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/9/2008
Status: Verified

SYMPTOM(s):

dbman -stop -all -port ##### fails with error DBMan023.

ERROR: Unable to locate database plugin - insure AdminServer
is running and is properly configured (DBMan023)

FACT(s) (Environment):

Windows NT 32 Intel/Windows 2000
Progress 9.x
Running multiple versions of Progress AdminService.

CAUSE:

JVMSTRT is set for the wrong version of Progress when the dbman command is issued from the Windows command session.

FIX:

Set DLC and JVMSTRT environment variable for the version of Progress the dbman command is to be issue for.

When the dbman command is run DLC and JVMSTRT are set for the current version of Progress the command is issued for. The next Progress AdminService command to be run will use the same environments because the values are retained for the remainder of the "DOS" session. In order to have the environment set for a different Progress Version in this Window session the DLC and JVMSTRT parameters must be set for the desired version of Progress before issuing the AdminService commands. Once this is done the proper version of the command and support files, conmgr.properties etc., will be used.

i.e.:
set DLC=c:\91d\dlc
set JVMSTRT=c:\91d\dlc\bin\jvmStart.exe

dbman -stop -all -port 20977