Page 1 of 1
Admin rights for one cube only for a specific user
Posted: Tue May 25, 2010 4:49 pm
by nickykolle
Is it possible to create Admin rights for one cube only, for a specific user?
I tried creating a rule in the cell security cube, but didn't seem to work.
['User']=S:["Admin"]
How does one do this? I primarily want the user to be able to add members to a dimension.
Re: Admin rights for one cube only for a specific user
Posted: Tue May 25, 2010 9:46 pm
by Alan Kirk
nickykolle wrote:Is it possible to create Admin rights for one cube only, for a specific user?
I tried creating a rule in the cell security cube, but didn't seem to work.
['User']=S:["Admin"]
How does one do this? I primarily want the user to be able to add members to a dimension.
You can allow the user to be able to do that if you create a TI process which they can run, whether from within Server Explorer or via an action button. Essentially, you allow the TI to do the addition by passing it the new elements as parameters.
Re: Admin rights for one cube only for a specific user
Posted: Wed May 26, 2010 2:34 am
by LoadzaGrunt
I primarily want the user to be able to add members to a dimension.
Right click on dimensions in Server Explorer and pick 'Security Assignments...'. You can then give a group 'Admin' privelege on a dimension. When users that are members of this group log in they should be able to 'Edit Dimension Structure' and add and remove elements. IIRC that user could also use XDI dimension worksheets.