Consultor Eletrônico



Kbase 21037: Proquiet Status Is Not Available Via 4GL Query
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

proquiet status is not currently available via a 4GL query, thus errors 5569, 5584 and 5583 occur.

Quiet point request login by <user> on <ttyxxx>. (5569)

Quiet point has been disabled by the broker. (5584)

Invalid wakeup, wake indicator = <number>. (5883)

CAUSE:

If the current bithreshold of a running database is reached, the quiet point is automatically set, and then, proquiet dbname bithreshold n, can be issued without the enable/disable commands surrounding it.

When you run, proquiet dbname enable, a shared memory flag is turned on. This value is not placed in any Virtual System Tables (VST) at present; therefore, the status is not available via a 4GL query.

Example Query:
FOR EACH _dbstatus.
DISPLAY _dbstatus-state.
END.

FIX:

Progress is currently considering adding the proquiet flag, as well as other flags, to the _Dbstatus VST. Enhancement request, 20010522-010, has been logged for this purpose.