Dear forum,
Our TM1 9.4.1 system has complex security mechanism, that there are many }ElementSecurity cubes to control the element in different dimensions. Some groups have READ access to cube data, while some groups have WRITE access.
There is a new task that all users should have READ only to access the cube data. Setting each }ElementSecurity cube to READ for all groups will be tedious work, or tend to miss something. I also heard that to delete all }ElementSecurity cubes, then restart Server. But I am not sure if it will effect the cube data.
Could some one give me one suggestion how to do it?
Thanks a lot.
Learn_TM1
How to make all users READ only access to cube data
-
- Community Contributor
- Posts: 248
- Joined: Tue Nov 01, 2011 10:31 am
- OLAP Product: TM1
- Version: All
- Excel Version: All
- Location: Manchester
- Contact:
Re: How to make all users READ only access to cube data
There are a number of ways to resolve this, a simple rule statement in each cube would force all cells to be READ, a TI process to load 'READ' into all cells or as you've already pointed out you could delete }ElementSecurity_ cubes and restart
I would delete the ElementSecurity cubes but be sure to check Security on the Cubes to achieve READ only access.
Given the existing complexity I would take a backup so you can revert back to a known position and ideally test on a development server first
I would delete the ElementSecurity cubes but be sure to check Security on the Cubes to achieve READ only access.
Given the existing complexity I would take a backup so you can revert back to a known position and ideally test on a development server first
-
- MVP
- Posts: 3704
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: How to make all users READ only access to cube data
In this snippet Edward gave you the right answer but the rest might lead you down the wrong path.Edward Stuart wrote:... but be sure to check Security on the Cubes to achieve READ only access
The answer is staring you in the face. You don't need to do ANYTHING to the element security cubes. (You probably could since more than likely most of them aren't needed but you don't HAVE to.)Learn_TM1 wrote:There is a new task that all users should have READ only to access the cube data.
Element security can only ever restrict a group's access to cube data; that is demote from write to read (or none). Element Security can not elevate cube access to write. Therefore it is completely irrelevant if element security is write (that is in end effect the default element security level when there is no element security.) If there is s requirement that users should only have read access to cube data then the answer is simple, make sure that access to all cubes in }CubeSecurity is READ and not WRITE. Nothing more and nothing less and no need to make it more complicated than that.
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
-
- Posts: 42
- Joined: Mon Sep 21, 2015 2:24 pm
- OLAP Product: Cognos TM1
- Version: 10.2.2
- Excel Version: Excel 2010
Re: How to make all users READ only access to cube data
Hi Lotsaram,
Thanks a lot for your hint. I set }CubeSecurity for all users READ only access. For the other security cubes, I didn't change anything. And it worked! The users really have only READ access for all data.
Best regards
Learn_TM1
Thanks a lot for your hint. I set }CubeSecurity for all users READ only access. For the other security cubes, I didn't change anything. And it worked! The users really have only READ access for all data.
Best regards
Learn_TM1