Data Reservation

Post Reply
hello123
Posts: 8
Joined: Fri Aug 03, 2012 1:54 pm
OLAP Product: TM1 Cognos
Version: 9.5.2
Excel Version: 2010

Data Reservation

Post by hello123 »

Hey All,

I am using PAW Cloud.
The user 'Test1' currently SHOULD NOT have access to amend data in the 'Finance' cube.

I have used the function DataReservationGet to check that the user does not have any node reserved.

sReserved = CubeDataReservationGet(s, sCub,'', '|||||||');
WHILE(sReserved @<>'');
ASCIIOUTPUT('zDebug.csv',NumberToString(s),sReserved);
s=s+1;
sReserved = CubeDataReservationGet(s, sCub,'', '|||||||');
END;

And the Department they are able to edit i,e. 'GR' they do not have reserved..

The cube property is to REQUIRED

What might be causing data to be editable despite it being not reserved.

Thank You for your help.

Regards,
SG
Post Reply