DATAERRORLIMIT

The DATAERRORLIMIT configuration setting for Essbase determines the number of records that can be written to an error log during a data load operation.

Syntax

DATAERRORLIMIT n

n—The number of records, per data load or dimension build, that can be written to the error log. Default: 1000. Maximum: 65,000.

Description

DATAERRORLIMIT determines the number of records that can be written to the error log during data load or dimension build operations.

After the specified number of errors have been recorded, Essbase fails the operation and issues an error message.

Essbase logs data load and dimension build errors in the cube directory. The file format is err_<databasename>_<number>.

Example

DATAERRORLIMIT 1000