Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Security Role ignore

Status
Not open for further replies.

Aue

MIS
Joined
May 3, 2002
Messages
7
Location
US
I have create a role using a custom MDX in one of the dimension. After I create and test the role everything works fine.
I create another user without administrator rights to test the security but the security role seem to be ignore. I tested in Analysis Manager and Excel pivot tables
I also have SP3 and AS is running in Windows 2003 Server

Am I missing something
 
did you assign the user to that custom security group?

Shoot Me! Shoot Me NOW!!!
- Daffy Duck
 
Yes the user test is on the security role.
 
In addtion I tested the role in MDX applying the same fileter that I am using in the role and It works
select {[Measures].[Total Pcs],[Measures].[Total Servers]} on columns,

{Filter([Account].[Company Name].members, (strtotuple (mid (USERNAME , INSTR ( 1, USERNAME,"\")+ 1 , 128)), [Measures].[SFAccess] ) = 1)} on rows

FROM AcctDeployOpp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top