Page 1 of 1

End User Dimension Edit

Posted: Thu Sep 30, 2010 8:51 pm
by PlanningDev
I have a websheet that allows end users to add elements to a dimension. This process works fine but the issue is that I also have security to the elements in the dimension being dynamically set through a rule. After a user hits the action button to submit the element to the dimension they cannot see the element untill security has been refreshed. I added the SecurityRefresh command to my process but it failed stating that the end user did not have access to SecurityRefresh.

Is there a different way to go about this? Or some way to trigger the update of the security cube for the dimension?

Re: End User Dimension Edit

Posted: Thu Sep 30, 2010 9:17 pm
by tomok
In Server Explorer right-click on the Process and make sure Security Access is checked. That should fix your problem with SecurityRefresh.

Re: End User Dimension Edit

Posted: Thu Sep 30, 2010 9:40 pm
by PlanningDev
That worked! I forgot to recheck that item when I moved the model from DEV to PROD.

Thanks