Consultor Eletrônico



Kbase P13491: Not all client errors are output to the database log
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   31/01/2003
Status: Unverified

FACT(s) (Environment):

UNIX

SYMPTOM(s):

Not all client errors are output to the database log

A CRC error can be trapped

The error message flashes too quickly across the terminal screen to be read.

FIX:

There is no startup parameter to increase client-side logging.

There is,however, a 4GL statement that allows you to control the message output. It is:

OUTPUT TO

Use the parameter KEEP MESSAGES with it:

KEEP-MESSAGES
Causes the following messages not to echo to the default window: Progress error and warning messages, and messages from the MESSAGE statement. If you specify KEEP-MESSAGES, these messages are sent only to the output stream you specify.


See the 4GL Guide online at Progress Documentation

Progress Language Reference, OUTPUT TO Statement