Browse Forum Posts by Tags
-
Hi, I am trying to implement Teo's approach to implementing Dynamic security using a Factless measure group as he described in this article and running into a MDX error. When I include the MDX to define the allowed member set for the role, I keep encountering an error saying that the dimension that...
-
I realize this is probably a security 101 problem, but I've got a fairly robust cube I'm now wanting to share with users and I can't get it to work. I have created a role called "Cube User", and this user has all the read privileges. I've assigned the role to a user on the network...
-
Thanks Teo, 1-> Actually I did read the thread and have already implemented the code. My Problem is when I try to use list children the <Item> element is nothing but a "/" Ans 1-> Ok for the above problem I can just have a workaround and filter the reports in my application. But...
-
Hi.. I am stuck in a very strange problem. I am making a call to RS.ListChildren("/") with the root folder as a parameter. When I try to debug into the Custom Security Extension I could not find a way through which I can get the ItemName / Reportname for which the Access is beign checked. I...
-
I am trying to implement the security option discussed in Listing 16.1 where you implement data-driven dynamic security with SSAS stored proceedures. I have followed the example exactly as described and I've also referred to the Errata mentioned on this web site but I cannot manage to get the vb...
-
I am writing a custom security extension (using Windows Authentication) and using Windows Authorization Manager’s AuthStore (in xml file format) for storing all security policies. In CheckAccess method of IAuthorizationExtension interface implementation, I want to know which item is accessed so that...
-
The report runs fines locally b/c the call from SSRS to SSAS goes under your identity. In the distributed scenario the call fails because NTLM doesn't support cross-machine delegation. To make the long story short: 1. If you don't need to pass the interactive user identity to SSAS, in the SSRS...