Consultor Eletrônico



Kbase P184730: What ABL trace types can be used to further debug 4GL messages?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   28/03/2011
Status: Unverified

GOAL:

What ABL trace types can be used to further debug 4GL messages?

GOAL:

What is ABL messages logentrytypes?

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.2x

FIX:

The "4GLMessages" logentrytype is an entry type for the ABL client only. It turns on logging for ABL messages. OpenEdge writes all ABL VIEW-AS ALERT-BOX messages to the log file, together with the ABL stack, when Debug Alert is also activated, using either the Debug Alert (-debugalert) startup parameter or the DEBUG-ALERT attribute on the SESSION system handle.
For example, error 2624 will be logged by using this logentrytype as follows:
$ prowin32 [+client startup parameters] -clientlog test.log -logentrytypes "4gltrace,4glmessages" -logginglevel 3 -debugalert