TM1 Function for TI, CubeDRGetConflicts

Gets the current data reservation conflicts of the cube.

What is the CubeDRGetConflicts function?

CubeDRGetConflicts gets the current data reservation conflicts of the cube. This function applies to dimensions with one or more hierarchies, while CubeDataReservationGetConflicts is used for dimensions with a single hierarchy.

Where can the CubeDRGetConflicts function be used?

TurboIntegrator

What is the syntax for CubeDRGetConflicts?

CubeDRGetConflicts(Index, CubeName, User, ElementList)​;

​Index = This starts at one if there is a reservation. A while loop can be used to loop through the indexes by increasing the index.​
CubeName = The cube where the data reservation will be acquired.​
User = The user for which the data will be acquired.​
ElementList = This needs the hierarchy and then element of each dimension in the cube. It also needs to be in the order that the dimensions are ordered in the cube.

A demonstration on how to use CubeDRGetConflicts

Use CubeDRGetConflicts to check if there are data reservation conflicts for user TEST in the Product Type by Region cube. The result will be seen in the server logs.