Page 1 of 1

TM1 Security

Posted: Thu Apr 07, 2011 11:12 am
by Lakshmi
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

Re: TM1 Security

Posted: Thu Apr 07, 2011 1:03 pm
by qml
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.

Re: TM1 Security

Posted: Thu Apr 07, 2011 1:25 pm
by dan.kelleher
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

Re: TM1 Security

Posted: Thu Apr 07, 2011 1:47 pm
by Lakshmi
Thank you very much for your response.