NOMSGLOGGINGONDATAERRORLIMIT

Prevents data load or dimension build errors from being written to the application log after the limit described by the value of DATAERRORLIMIT is reached.

Syntax

NOMSGLOGGINGONDATAERRORLIMIT TRUE | FALSE

The default value is FALSE.

Description

This setting controls the maximum number of error messages written to the data load error log per data load and the dimension build error log per dimension build. This configuration setting, NOMSGLOGGINGONDATAERRORLIMIT, stops any data load or dimension build error messages from being written to the application log after the DATAERRORLIMIT value has been reached.

The default value for DATAERRORLIMIT is 1000, so if you do not set DATAERRORLIMIT, only the first 1000 errors will be written to the data load error log or the dimension build error log.

Example

DATAERRORLIMIT 50000
NOMSGLOGGINGONDATAERRORLIMIT TRUE

Sets the limit on data load or dimension build error messages written to the error log at 50,000, and further prevents any error messages after the first 50,000 from being written to the application log.

See Also

DATAERRORLIMIT