282 IBM Cognos Dynamic Cubes
Dynamic cube reservation
So that certain operations can be performed on a cube, a lock on a cube must be obtained.
Locks are obtained by requesting a reservation on a cube, which, when granted, locks the
cube. Enabling the "ROLAPCubes.Reservation" event group will add information about cube
reservations to the log file.
Event group or groups to change:
<eventGroup name="ROLAPCubes.Reservation" level="trace"/>
Sample logging information returned:
<event ...><![CDATA[Query nesting count: 1]]></event>
<event ...><![CDATA[Query nesting count: 0]]></event>
<event ...><![CDATA[Changed reservation count from 0 to 1]]></event>
<event ...><![CDATA[Changed reservation count from 1 to 0]]></event>?
Dynamic cube locking
Enabling ...