Kbase P5580: How to know which AI extent is in use with a 4GL query?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
GOAL:
How to know which AI extent is in use with a 4GL query?
FACT(s) (Environment):
Progress 8.x
Progress 9.x
FIX:
Run a query against the _Loggin e Virtual System Table (VST):
FIND _Logging.
DISPLAY _Logging-AiJournal _Logging-AiCurrExt.
If _Logging-AiCurrExt is 0, then AI is not enabled. If AI is enabled then the number of the AI extent in use will be displayed.