Kbase 18818: How To Find Out Which AppServer Broker Your Code Is Running
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
GOAL:
How to find out which AppServer Broker your code is running on.
FACT(s) (Environment):
Progress 9.x
FIX:
In a distributed environment you may have several AppServer Brokers servicing the same Application Service Name. Debugging intermittent problems that may arise is easier if you know which AppServer Broker is running your code.
You could shut down all but one AppServer Broker and test them one at a time. However, this is very time consuming and may change the behavior enough to mask the problem.
A useful 4GL attribute to help you debug these problems is: appServerHandle:CLIENT-CONNECTION-ID
Attribute CLIENT-CONNECTION-ID follows format:
<Host Name>::<AppServer Broker Name>::<URL>:<connection id number>
This will tell you what AppServer Broker your code is running on and may help you to debug intermittent problems.