Kbase P121788: ubroker.properties overwritten when connected to 2 admin servers
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/4/2010 |
|
Status: Unverified
SYMPTOM(s):
ubroker.properties overwritten when connected to 2 admin servers
ubroker.properties is being overwritten by the wrong server configuration
Connecting to 2 admin servers with 1 Progress Explorer session
After modification, 2nd configuration is being overwritten by updates on 1st
Both admin servers run on a same machine
There is no port conflict on the adminserver side
Adminserver is going offline for a maintenance
FACT(s) (Environment):
Progress 9.1X
OpenEdge 10.X
FIX:
As a workaround following steps might be used (example for 10.1A and 32/64 versions on Unix).
1)
- go to %DLC% directory
- copy proexp12.msc to proexp32.msc
- copy proexp.prm file to proexp32.prm
- edit proexp32.prm, remove the lines:
@{Startup\DLC}\bin\runproexp.exe
@{Startup\DLC}
add the lines:
mmc
/s
<full-directory-path-to-dlc101a-dir>/proexp32.msc
2)
- go to %DLC% directory
- copy proexp12.msc to proexp64.msc
- copy proexp.prm file to proexp64.prm
- edit proexp64.prm, remove the lines:
@{Startup\DLC}\bin\runproexp.exe
@{Startup\DLC}
add the lines:
mmc
/s
<full-directory-path-to-dlc101a-dir>/proexp64.msc
3) create 2 icons of Progress Explorer on your desktop (or at the place of your choice): PE 10.1A 32-bit, PE 10.1A 64-bit
4) edit properties of PE 10.1A 32-bit icon and change "... proexp.prm to proexp32.prm" in "Target"
5) edit properties of PE 10.1A 64-bit icon and change "... proexp.prm to proexp64.prm" in "Target"
6) when working with 32-bit adminserver, use PE 10.1A 32-bit icon
7) when working with 64-bit adminserver, use PE 10.1A 64-bit icon