Hi All,
In our TM1 environment we have a cube "ABC" for which I have read access (including dimensions).
There a TI process which is responsible to load the data into the cube "ABC". I am having read access to this TI process, can I execute the TI process to load the data into the cube "ABC" though I am read access to the cube.
Thanks& Regards,
Lakshmi
TM1 Security
- qml
- MVP
- Posts: 1098
- Joined: Mon Feb 01, 2010 1:01 pm
- OLAP Product: TM1 / Planning Analytics
- Version: 2.0.9 and all previous
- Excel Version: 2007 - 2016
- Location: London, UK, Europe
Re: TM1 Security
Yes.
Having read access to a process means you can run it, even if this process does something you normally couldn't do due to lack of privileges.
Having read access to a process means you can run it, even if this process does something you normally couldn't do due to lack of privileges.
Kamil Arendt
-
- Community Contributor
- Posts: 128
- Joined: Wed Oct 14, 2009 7:46 am
- OLAP Product: TM1
- Version: 9.4
- Excel Version: 11
- Location: London
Re: TM1 Security
You will need to write code in the Advanced Tabs of your TI process if you want to prevent 'locked' objects from being written to/ updated during process execution.
You can work out which client is logged on, and which groups they belong to, but this is relatively taxing and requires programming knowledge and knowledge of your security set up.
Thanks,
Dan
You can work out which client is logged on, and which groups they belong to, but this is relatively taxing and requires programming knowledge and knowledge of your security set up.
Thanks,
Dan
-
- Posts: 8
- Joined: Wed Apr 06, 2011 1:14 pm
- OLAP Product: IBM Cognos TM1
- Version: 9.5.1
- Excel Version: 2003
Re: TM1 Security
Thank you very much for your response.