Page 1 of 1

Access issue in TM1 application

Posted: Fri Aug 09, 2013 3:12 pm
by dilip
Sorry for so many questions in my last post

If there are 4 Branch Managers and all have access to one cubes in TM1 application.But I want to know whether only one BM can update the cube values or all can update the values at the same time in a cube in the application.Please suggest how we can achieve this?

Re: Access issue in TM1 application

Posted: Sun Aug 11, 2013 12:44 pm
by Darkhorse
create a test usr with the same access rights and test yourself

Re: Access issue in TM1 application

Posted: Sun Aug 11, 2013 3:41 pm
by Wim Gielis
dilip wrote:But I want to know whether only one BM can update the cube values or all can update the values at the same time in a cube in the application.
If you talk about updating the exact same cube slice at the the same time, it's "first come, first served". The first one in can update the cube value, the other one(s) will wait, and when they can write to the cube, they could in fact overwrite the earlier entry of BM number 1.
In different slices of the same cube, they can update the cube values.
The above, of course, under the assumption of write access to the cube.

Re: Access issue in TM1 application

Posted: Sun Aug 11, 2013 7:54 pm
by dilip
Thank you Wim.