Kbase P122039: How to enable runtime transaction logging?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/04/2009 |
|
Status: Unverified
GOAL:
How to enable runtime transaction logging?
GOAL:
Does OpenEdge support runtime transaction logging?
FACT(s) (Environment):
OpenEdge 10.1B
All Supported Operating Systems
FIX:
With version 10.1B Progress introduced a new debugging feature that enables runtime transaction logging. This utility provides logging to show when a 4GL transaction starts and when it ends within the 4GL client.
To enable runtime transaction logging use one of the following options.
Startup parameter:
-logentrytypes 4GLTrans
4GL command:
LOG-MANAGER:LOG-ENTRY-TYPES = "4GLTRANS".
There are two logging levels to this utility, Basic (2) and Verbose (3).
Level 2 logging will record only the beginning and end of a transaction.
Level 3 logging will record the beginning and end of a transaction and any sub-transaction.