Consultor Eletrônico



Kbase P107237: promon Activity screen does not show active binary dump processes running
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   26/10/2009
Status: Verified

SYMPTOM(s):

promon Activity screen does not show active binary dump processes running

running processes are shown as zero value:
0 Servers, 0 Users (0 Local, 0 Remote, 0 Batch) 2 Apws

promon Activity is used to trigger the next parallel binary dump

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.0B
OpenEdge 10.1x
OpenEdge 10.2x

CAUSE:

Bug# OE00118549

CAUSE:

This is a known issue being investigated by Development

FIX:

To work around this issue, use VST _CONNECT table to display this output.

for example:

FOR EACH _connect WHERE _connect-type <> ? BREAK by _connect-type:
ACCUMULATE _connect-type (COUNT).
IF LAST-OF(_connect-type) THEN DISP _connect-type ACCUM COUNT _connect-type.
END.