Kbase P72517: Can not start concurrent admin services for 9.1x and 10.0x on one PC
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  23/10/2008 |
|
Status: Verified
SYMPTOM(s):
Can not start concurrent admin services for 9.1x and 10.0x on one PC
When starting one admin service, the two processes expected show up in task manager: admsrvc.exe, java.exe.
When starting the other admin service(regardless of version), get the admsrvc.exe, but the java.exe process starts, then drops.
When starting the second admin service, the different -port number is used
FACT(s) (Environment):
Windows NT 32 Intel/Windows 2000
Progress 9.x
OpenEdge 10.x
CAUSE:
Besides -port number, there is also -adminport startup parameter for admin service used by the databases to communicate with the AdminServer, the -adminport is not changed for the secondary admin service
FIX:
When starting secondary admin service, add both -port and -adminport startup parameters that are different than 20931 and 7835 respectively. It is important to consider that the 7835 value has changed in newer releases, see solution P104080.