Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Using Essbase filters to restrict access in OBIEE dashboards for multiple users

Hi,
Need to use Essbase filters to restrict access to data in OBIEE Dashboards so that users with no acess to particular members are not able to see any data for multiple users.
Any suggestions on how to go about it.
Thanks!
Answers
-
Hello,
As a any data source as a essbase,
You could filter the data by the user, use an NQSESSION. to get the session the correct access.
Kind Regards,
0 -
Thanks a lot. Can you also elucidate on how to restrict the metadata too.
0 -
OK, you could restrict the metadata by "Application Role", you have to go to "Presentation" layer in your RPD, and need to define, Application Role,
This link, could help you, please, follow up
Introduction to Security in Oracle Business Intelligence - 11g Release 1 (11.1.1)
Tell me, if you need more information.
Kind Regards,
0 -
Yeah, I need to replicate the above Metadata through groups. Can we do that ?
0 -
Hello Sam,
- First, the implementation security and restricted metadata is by "user" and "application roles",
- Second, we need to understand the bi security ( https://docs.oracle.com/cd/E14571_01/bi.1111/e10543/intromartin.htm#CACFIHEB ),
whats about the relationship of Application Roles and Groups.
if you want to implementation the authorization in the metadata, there is ways:
1. Implement a Session Inititialization Block, to get the Application Role of the user, you have to get an database table to get the Roles by user.
2. If your company has a LDAP Server, as a Microsoft Active Directory, Oracle Identity Management, an any others LDAP Server.
You have to implement also the session Initialization Block to get the App roles.
Kind Regards,
0