Kbase P137425: Cannot set OpenEdge AppServer Operating Mode to Stateless in Sonic Management Console for the ESB Na
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/06/2009 |
|
Status: Verified
SYMPTOM(s):
Cannot set OpenEdge AppServer Operating Mode to Stateless in Sonic Management Console for the ESB Native Adapter
Changing the Operating Mode to Stateless in the Configuration Tab of the SMC under Service Types resets to State-Reset
FACT(s) (Environment):
OpenEdge 10.1x
OpenEdge 10.2A
Sonic ESB 7.5.x
Sonic ESB 7.6.x
All Supported Operating Systems
CAUSE:
Bug# OE00177688
CAUSE:
The OpenEdgeSrvType2.properties has typo in operatingMode type. The "Stateless" property in the initParam.operatingMode.type has a value of 2 instead of 3 as shown below:
initParam.operatingMode.type = enum(State-aware=0, State-free=1, State-reset=2, Stateless=2)
FIX:
Make sure that your Sonic Domain Manager is running and then upgrade to OpenEdge 10.1C03 / 10.2A01 or later. - OR - As a workaround:
- Go to the <OE install dir>\sonic\ESB7.5\config directory.
- Open the OpenEdgeSrvType2.properties file.
- Change the Stateless value in the initParam.operatingMode.type property from 2 to 3.
- Re-import it into the Sonic File System (SonicFS) at the location /System/SonicESB/properties/servicetypes/ .
- Restart the Domain Manager.