Hi, I am trying to implement security in SSAS 2005 cube. I have had my share of success so far, am able to create a role and apply the ALLOWED and DENIED sets to members I wanted to apply security on. Now starts the problem -
If I browse within the Analysis Services and select the role the security works as intended. But when I login as the user who is a member of the role I created (basically doesn't have access to some members), the security doesn't work with the current user property.
I understand the reason though - I haven't put the checks in place for the same. I know there is a function USERNAME that I can use to check user's identity, but instead of comparing that to a table containing valid logins, I want to check against a Role I just created. Is it possible to do this? If yes how?
PS - I don't want to create another table storing all valid users and their respective role information and want this to be dynamically done.
Thanks, Vineet