DIMBUILDERRORLIMIT

This Essbase configuration setting determines the number of records that can be written to an error log during a dimension build operation.

Syntax

DIMBUILDERRORLIMIT n

n—The number of records, per dimension build, that can be written to the error log, dimbuild.err. Default: 20,000. Maximum: 65,000.

Description

DIMBUILDERRORLIMIT determines the number of records that can be written to the error log during dimension build operations.

After the specified number of errors have been recorded, Essbase no longer records any more errors, but continues the dimension build process.

Notes

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

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

Example

DIMBUILDERRORLIMIT 40000

See Also

DATAERRORLIMIT