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?
Access issue in TM1 application
-
- Posts: 141
- Joined: Wed Mar 09, 2011 1:25 pm
- OLAP Product: TM1
- Version: 10.2.2
- Excel Version: 2003 2007 2010 2013
Re: Access issue in TM1 application
create a test usr with the same access rights and test yourself
-
- MVP
- Posts: 3241
- Joined: Mon Dec 29, 2008 6:26 pm
- OLAP Product: TM1, Jedox
- Version: PAL 2.1.5
- Excel Version: Microsoft 365
- Location: Brussels, Belgium
- Contact:
Re: Access issue in TM1 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.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.
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.
Best regards,
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
-
- Posts: 128
- Joined: Thu Dec 15, 2011 8:22 pm
- OLAP Product: TM1
- Version: 9.4
- Excel Version: 2003
Re: Access issue in TM1 application
Thank you Wim.