ASOBUFFERCOMMITWAIT

This Essbase configuration setting defines the behavior of the next attempt to commit an aggregate storage data load buffer while another buffer is being committed.

Syntax

ASOBUFFERCOMMITWAIT [appname] TRUE | FALSE
  • TRUE—The next concurrent commit attempt waits until the previous operation completes.

  • FALSE— Default option. The next concurrent commit attempt fails and returns an error.

Description

When you load data to an aggregate storage cube, you commit the contents of a load buffer to the cube. Creating an aggregate storage load buffer and loading data into the buffer are not exclusive operations (they can run concurrently with other operations). However, committing the data in the load buffer to the cube is an exclusive operation. This setting defines whether concurrent commit attempts should wait or fail.

Example

ASOBUFFERCOMMITWAIT TRUE