Kbase P157514: Discrepancy in the information returned by the AppServer status report command
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/12/2009 |
|
Status: Unverified
SYMPTOM(s):
Discrepancy in the information returned by the AppServer status report command.
The summary data of the AppServer status information and the server detail information are conflicting
FACT(s) (Environment):
Using command asbman -query
All Supported Operating Systems
OpenEdge 10.x
FIX:
This is expected behavior.
The data displayed by the 'asbman -q' command internally requires two discrete calls from the AdminServer to the AppServer. One call collects the summary data displayed at the top, and a second call collects the server detail information.
These calls are not 'atomic', in the sense that they do not reflect exactly the same instant in time; there is a small timing window between the first call and the second, during which the state of the AppServer can change. Any discrepancy in the output is due to this fact.