Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
SQL Authenticator Configuration for OBIEE 12.2.1.0.0

Dear All,
configuring sql authenticator in weblogic
We are trying to configure sql authenticator to authenticate from a db table
for that we have completed below steps.
1)Created a datasource to oracle db
a)connection tested and succeeded and deployed it to the admin server and BI server as target
2)Created a readonlysqlauthenticator and wrote the queries for
a)SQL Get Users Password:
b)SQL User Exists:
and made the control flag sufficient for both default authenticator and the new sql authenticator
and restarted all the services. But unable to login with the database user and couldnt find those users in the users in security realm.
Do we need to do any further configuration to make those users available in users and groups ?
Do we need to fill other provider specific queries?
How to find the exact root cause of the error ?
any help will be highly appreciated.
TN
Answers
-
Hi,
you have all the steps needed to configure database authentication described in documentation:
From what I can see you are missing database adapter and virtualized identity store configuration.
Kind regards,
Antonija
0 -
I have used the same steps as below..
0 -
I am able to find the users and groups in weblogic now? Should i map the application roles from Fusion Middleware?
0 -
You haven't said what you did to make it work, so a bit hard to follow...
But in general: Yes. You must do the mapping in Enterprise Manager now.
0 -
Have you configured database adaptor?
0 -
Yes Configured Data source for oracle and it successfully connected.
0 -
Earlier i created some dummy tables and inserted some users to it and tried to modify the SQL Authenticator query for those tables. Now i have created the exact same tables mentioned in the tutorial and it listed the users and groups in weblogic. Now How to add those groups to the existing application roles. When i tried to add new group in to an existing application role, Search result doesnt included the new groups from DB
0 -
Have you added the VIRTUALIZE=TRUE parameter?
0 -
No.. .. I didnt know about it.. Let me add and check.
0 -
Those groups and users are not listed when i try to search for adding to application roles ..
0