DATAERRORLIMIT

This Essbase configuration setting 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, dataload.err. 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.

Notes

  • Essbase logs data load errors in ESSBASEPATH\client\dataload.err.

  • Essbase logs dimension build errors in ESSBASEPATH\client\dimbuild.err.

Example

DATAERRORLIMIT 1000