Consultor Eletrônico



Kbase P166975: DOC: Error in the general format for ABL trace log messages
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/28/2010
Status: Unverified

SYMPTOM(s):

DOC: Error in the general format for ABL trace log messages

The general format for ABL trace log messages is missing another pair of square parenthesis around [PERS TRIG]

In the "OpenEdge Development: Debugging and Troubleshooting" manual, "Troubleshooting Resources" chapter, "ABL trace logging" section, the documentation says:

The general format for ABL trace log messages is:

type routine-name [PERS TRIG] [in routine-name] [PERSIST] "input-param" [caller - source @ line-number]

The format should have an extra pair of square parenthesis around [PERS TRIG] because the ABL trace log messages actually contains [PERS TRIG], with the outer square parethesis included.

The general format for ABL trace log messages should read as follows:

type routine-name [[PERS TRIG]] [in routine-name] [PERSIST] "input-param" [caller - source @ line-number]

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x

CAUSE:

Bug# OE00197933

FIX:

Non at this time. As a workaround read the general format for ABL trace log messages as follows:

type routine-name [[PERS TRIG]] [in routine-name] [PERSIST] "input-param" [caller - source @ line-number]