Kbase P143979: Different logical services re-use a single AppServer connection
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  04/04/2009 |
|
Status: Unverified
SYMPTOM(s):
Different logical services re-use a single AppServer connection
2 logical services configured to use same physical service
Both services re-use same AppServer connection object
FACT(s) (Environment):
This causes conflicts when one of the logical services is used to run asynchronous requests; an AppServer connection which has asynchronous requests open will not run synchronous ones.
OpenEdge 10.x
Dynamics
All Supported Operating Systems
CAUSE:
This is expected behavior. Dynamics maintains 1 AppServer connection for each physical service, not for each logical one.
So if multiple logical services use the same physical service, they also will use the same AppServer connection.
FIX:
To ensure separate AppServer connections are used, define multiple physical services. The logical services can then be re-configured to use the different physical services as needed.