Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Issue when implement SQLGroupProvider in OBIEE 11g.

Question
1
Views
0
Comments
3245399
3245399 Rank 2 - Community Beginner

Hi All,

I'm using OBIEE 11.1.1.7. I have done integrating AD Provider and AD users now can log into BI system.

I want to use external DB table for assigning Groups to users, and implement SQLGroupProvider as instructions here http://docs.oracle.com/cd/E28280_01/bi.1111/e10543/privileges.htm#BIESC6128

But when starting the Managed server, error occurred: This is a few first line in the error log, pls see full log in attachment.

<Error> <oracle.ods.virtualization> <BEA-000000> <Could not initialize Trust manager config

java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=OVD_default,keyName=AESSecretKey read)

  at java.security.AccessControlContext.checkPermission(AccessControlContext.java:374)

  at java.security.AccessController.checkPermission(AccessController.java:546)

  at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:463)

  at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:523)

  at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:549)

  at oracle.security.jps.internal.credstore.util.CsfUtil.checkPermission(CsfUtil.java:683) ...

I have searched Google for days and apply some solution but still can not fix.

Please advise me how to solve this error,

Thank you very much!