![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have defined server side roles and have tried to restirct some users to see only partial data e.g. I have a Product dimension ( ProdCategory, ProdFamily, etc.) and selected one of the ProdCategory for the user. Then I tried to process the cube and it gave me an error something like the'top visible level must have unique names....' so I went to edit the the Product Dimension and in the advanced propert for ProdCategory set the 'Member Names Unique' property to TRUE (the default was FALSE)... then I processed the dimension and them the cube (I selected the rebuild option and not the incremental)....all went okay so far... I even tested the rule and it was showing data as I was expected after applying the rule... BUT when I tested browsing the cube at the client side, the role restriction does not seem to have been applied ![]() Can someone please help me out. Thanks |
#3
| |||
| |||
|
|
Check your roles assigned to that user. Remember that members are combined for all roles that a user is a member of. So if one of the roles say that a person can see all customers in the USA -- and another role says that a person can see just EUROPE. When the user actually looks the customers, they will be able to see BOTH. Thus if you have the default "everyone" has access role, then no matter how you configure additional roles, they will be able to see all members. |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Hello. I am assuming that your username was picked off your domain. How are you then getting the other user's username? Does he/she also reside on the same domain? *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#6
| |||
| |||
|
|
yes the user user also resides on the same domain (I.e. the same domain as mine). Hello. I am assuming that your username was picked off your domain. How are you then getting the other user's username? Does he/she also reside on the same domain? *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#7
| |||
| |||
|
|
Is that user in the OLAP Administrators group? If so, then they always have full access. Is that user in the machine Administrators group? If so, then they always have full access. Have the user issue the following query. WITH MEMBER [Measures].[X] AS 'Username' SELECT {X} ON 0 FROM Sales What does it return? It should be the authenticated user that you are using for Roles. If not, then there is a configuration problem. |
![]() |
| Thread Tools | |
| Display Modes | |
| |