SlideShare une entreprise Scribd logo
1  sur  72
Télécharger pour lire hors ligne
DATABASE USER AUTHENTICATION OBIEE 11G

PREPARED BY RAVI KUMAR LANKE

Page 1
Here I am going to demonstrate where on set of users present in the LDAP server
as well as another set of users and passwords present in an External Oracle
Database Table (here “SECURITYTABLE”) can login into
thehttp://localhost:9704/analytics, the Oracle Analytics

Create the oracle database table for external authentication as shown
below:

PREPARED BY RAVI KUMAR LANKE

Page 2
PREPARED BY RAVI KUMAR LANKE

Page 3
PREPARED BY RAVI KUMAR LANKE

Page 4
PREPARED BY RAVI KUMAR LANKE

Page 5
Open the “Oracle BI Administration Tool” and “Open Offline”

PREPARED BY RAVI KUMAR LANKE

Page 6
PREPARED BY RAVI KUMAR LANKE

Page 7
PREPARED BY RAVI KUMAR LANKE

Page 8
PREPARED BY RAVI KUMAR LANKE

Page 9
PREPARED BY RAVI KUMAR LANKE

Page 10
PREPARED BY RAVI KUMAR LANKE

Page 11
PREPARED BY RAVI KUMAR LANKE

Page 12
Right click the “ORCL” connection in the “Physical” layer pane and select
“New Object” -> “Connection Pool…”
Enter “SECURITY” for the “Name:” field.
Select “ODBC 3.5″ for the “Call interface:”
Select “ORCL” for the “Data source name:”
Enter sh, sh for the “User name:” and “Password:” fields respectively.
Then click the “OK” button.
Enter “sh” in the “Confirm Password” window and click the “OK” button .

PREPARED BY RAVI KUMAR LANKE

Page 13
PREPARED BY RAVI KUMAR LANKE

Page 14
PREPARED BY RAVI KUMAR LANKE

Page 15
Right Click the “SECURITY” connection pool in the “Physical” layer pane
and select “Import Metadata”

PREPARED BY RAVI KUMAR LANKE

Page 16
PREPARED BY RAVI KUMAR LANKE

Page 17
PREPARED BY RAVI KUMAR LANKE

Page 18
Right Click on the “SECURITYTABLE” and select “View Data…”.
On the “Select Connection Pool you want to use for database ORCL”
window, select “SECURITY” then click on “Select” button

PREPARED BY RAVI KUMAR LANKE

Page 19
PREPARED BY RAVI KUMAR LANKE

Page 20
On the Administration Tool Menu select “Manage” -> “Variables…”

PREPARED BY RAVI KUMAR LANKE

Page 21
PREPARED BY RAVI KUMAR LANKE

Page 22
PREPARED BY RAVI KUMAR LANKE

Page 23
On the “Session Variable Initialization Block” window click the “Edit Data
Source…” button.
In the “Session Variable Initialization Block Data Source” window select
“Database” for the “Data Source Type:” field
Select the “Default initialization string” button and enter the below SQL:
SELECT GRP, SALESREP, USERNAME, 2 FROM SECURITYTABLE WHERE USERNAME =
':USER' AND PWD = ':PASSWORD'
Click the “Browse…” button and in the “Select Connection Pool” window
select “SECURITY” the click the “Select” button as show below:

PREPARED BY RAVI KUMAR LANKE

Page 24
Then click “OK” button to close the “Session Variable Initialization Block
Data Source” window.

PREPARED BY RAVI KUMAR LANKE

Page 25
In the “Variable Target” section click on the “Edit Data Target…”
In the “Session Variable Initialization Block Variable Target” window click
on “New…” button.
In the “Session Variable” window enter “GROUP” for “Name:” field and
click on the “OK” button
Click “Yes” on the Warning pop-up window.

PREPARED BY RAVI KUMAR LANKE

Page 26
PREPARED BY RAVI KUMAR LANKE

Page 27
PREPARED BY RAVI KUMAR LANKE

Page 28
Similarly create all 4 Session Variables: GROUP, DISPLAYNAME, USER and
LOGLEVEL as show below.
Click on the “OK” button to close the window.

PREPARED BY RAVI KUMAR LANKE

Page 29
PREPARED BY RAVI KUMAR LANKE

Page 30
PREPARED BY RAVI KUMAR LANKE

Page 31
Finally on the “Session Variable Initialization Block” window enter
“Security” for the “Name:” field.
Make sure “Required for authentication” check box is NOT Selected.
Verify entries as in below screenshot and Click “OK” button

PREPARED BY RAVI KUMAR LANKE

Page 32
PREPARED BY RAVI KUMAR LANKE

Page 33
On the “Variable Manager” select “Action” -> “Close”.
On the “Administration Tool” window menu select “Save”.
Select “Yes” to the “Do you wish to check global consistency?” and make
sure no Warnings or Errors are shown.

PREPARED BY RAVI KUMAR LANKE

Page 34
PREPARED BY RAVI KUMAR LANKE

Page 35
PREPARED BY RAVI KUMAR LANKE

Page 36
Now go to the URL: http://locahost:9704/analytics and login with the
admin user “weblogic” .
Goto “Administration” on the top menu and under “Security” section
select “Manage Catalog Groups”
Click the “+” icon with “Create a new catalog group” tooltip.

PREPARED BY RAVI KUMAR LANKE

Page 37
PREPARED BY RAVI KUMAR LANKE

Page 38
PREPARED BY RAVI KUMAR LANKE

Page 39
PREPARED BY RAVI KUMAR LANKE

Page 40
PREPARED BY RAVI KUMAR LANKE

Page 41
PREPARED BY RAVI KUMAR LANKE

Page 42
PREPARED BY RAVI KUMAR LANKE

Page 43
Now goto the URL: http://localhost:7001/em to deploy the latest
SampleAppLite.rpd that we modified above.
Goto the “Farm_bifoundation_domain” -> “Business Intelligence” ->
“coreapplication” on the left pane.
On the right pane select “Deployment” -> “Repository” tabs.
The click on the “Lock and Edit Configuration” link above the
“Deployment” tab.
Click the “Close” button once the pop-up window appears.
Select the “Browse…” button and goto the location of the
SampleAppLite.rpd file and click on “Open”.
Enter the “Repository Password” and “Confirm Password” entries as
“Admin123″.
Then click the “Apply” button on the top right.
Then click on the “Activate Changes” link.
Click “Close” button one “Activate Changes – Completed Successfully”
show up.
Then click on the “Restart to apply recent changes” link.
After the “Overview” screen show up click on the blue “Restart” button.
Click the “Yes” button when “Are you sure you want to restart all BI
components?” shows up
Click on the “Close” button one the “Restarted Successfully” shows up.

PREPARED BY RAVI KUMAR LANKE

Page 44
PREPARED BY RAVI KUMAR LANKE

Page 45
PREPARED BY RAVI KUMAR LANKE

Page 46
PREPARED BY RAVI KUMAR LANKE

Page 47
PREPARED BY RAVI KUMAR LANKE

Page 48
PREPARED BY RAVI KUMAR LANKE

Page 49
PREPARED BY RAVI KUMAR LANKE

Page 50
PREPARED BY RAVI KUMAR LANKE

Page 51
PREPARED BY RAVI KUMAR LANKE

Page 52
PREPARED BY RAVI KUMAR LANKE

Page 53
PREPARED BY RAVI KUMAR LANKE

Page 54
PREPARED BY RAVI KUMAR LANKE

Page 55
PREPARED BY RAVI KUMAR LANKE

Page 56
PREPARED BY RAVI KUMAR LANKE

Page 57
Now we are ready to test the LDAP and External Table authentication.
Goto the URL: http://localhost:9704/analytics and login as adminstrator
user “weblogic”
Select “New” -> “Analysis” -> “Sample Sales” in the “Home” section.

PREPARED BY RAVI KUMAR LANKE

Page 58
PREPARED BY RAVI KUMAR LANKE

Page 59
PREPARED BY RAVI KUMAR LANKE

Page 60
PREPARED BY RAVI KUMAR LANKE

Page 61
Select two columns from the “Subject Areas” section as show below: i.e “Per
Name Year” and “Revenue” columns.

PREPARED BY RAVI KUMAR LANKE

Page 62
Click on the “Save Analysis” icon and browse to “Shared Folders” -> “11g
Shared” (if not there you can create one”
Enter “Revenue Sales” for the “Name” Field and click the “OK” button.

PREPARED BY RAVI KUMAR LANKE

Page 63
Now goto the “Catalog” tab and select “More” -> “Permissions” for the
“Revenue Sales” .

PREPARED BY RAVI KUMAR LANKE

Page 64
On the “Permission” window select the “BI Consumer Role” and click the
” X ” icon to delete that permission.
Click on the ” + ” icon to add a new permission.
On the “Add Application Roles, Catalog Groups and Users” window select
“Catalog Groups” for the “List” field and click the “Search” button.
Select the “SalesRep” on the left side and click the blue ” > ” icon to move
it to “Selected Members” on the right side as show below:
Click the “OK” button.

PREPARED BY RAVI KUMAR LANKE

Page 65
PREPARED BY RAVI KUMAR LANKE

Page 66
PREPARED BY RAVI KUMAR LANKE

Page 67
Now “Sign Out” as the “weblogic” user and login giving “User ID” and
“Password” as “USER1” and “USER1” respectively.
Click the “Catalog” tab browse to “Shared Folders” -> “11GSHARED”
folder.
On the Right click “Open” on the “Revenue Sales”.

PREPARED BY RAVI KUMAR LANKE

Page 68
PREPARED BY RAVI KUMAR LANKE

Page 69
PREPARED BY RAVI KUMAR LANKE

Page 70
PREPARED BY RAVI KUMAR LANKE

Page 71
PREPARED BY RAVI KUMAR LANKE

Page 72

Contenu connexe

En vedette

Windows server 2012 and group policy
Windows server 2012 and group policyWindows server 2012 and group policy
Windows server 2012 and group policyRavi Kumar Lanke
 
Dos and donts of social media for educators 20150529
Dos and donts of social media for educators 20150529Dos and donts of social media for educators 20150529
Dos and donts of social media for educators 20150529dinica
 
Thesis Defense - Improving a dashboard efficiency - 2010 - EN
Thesis Defense - Improving a dashboard efficiency - 2010 - ENThesis Defense - Improving a dashboard efficiency - 2010 - EN
Thesis Defense - Improving a dashboard efficiency - 2010 - ENSonny Brabez
 
Acute uncomplicated cystitis
Acute uncomplicated cystitisAcute uncomplicated cystitis
Acute uncomplicated cystitisNadia Yahya
 
Modern Governor for Bristol School Governors, July 2013
Modern Governor for Bristol School Governors, July 2013Modern Governor for Bristol School Governors, July 2013
Modern Governor for Bristol School Governors, July 2013Elaine Walton
 
Using Esri's Address Data Management Tools to Prepare for Next Generation 911
Using Esri's Address Data Management Tools to Prepare for Next Generation 911Using Esri's Address Data Management Tools to Prepare for Next Generation 911
Using Esri's Address Data Management Tools to Prepare for Next Generation 911True North Geographic Technologies
 
Pcc Brochure Italian
Pcc Brochure  ItalianPcc Brochure  Italian
Pcc Brochure Italianallanedun
 
eBook: A Practical Guide to Compensation Self-Auditing
eBook: A Practical Guide to Compensation Self-AuditingeBook: A Practical Guide to Compensation Self-Auditing
eBook: A Practical Guide to Compensation Self-AuditingThomas Econometrics
 
Jane Massey Portfolio
Jane Massey PortfolioJane Massey Portfolio
Jane Massey PortfolioJane Massey
 
Master paleodieta crossfit redwall cus ferrara 26 10-2014
Master paleodieta crossfit redwall cus ferrara 26 10-2014 Master paleodieta crossfit redwall cus ferrara 26 10-2014
Master paleodieta crossfit redwall cus ferrara 26 10-2014 GJAV
 
Installing oracle database 11.2.0.3 on windows
Installing oracle database 11.2.0.3 on windowsInstalling oracle database 11.2.0.3 on windows
Installing oracle database 11.2.0.3 on windowsRavi Kumar Lanke
 

En vedette (19)

Infosat
InfosatInfosat
Infosat
 
Windows server 2012 and group policy
Windows server 2012 and group policyWindows server 2012 and group policy
Windows server 2012 and group policy
 
Hilversum Media Campus John Leek 160414
Hilversum Media Campus   John Leek  160414Hilversum Media Campus   John Leek  160414
Hilversum Media Campus John Leek 160414
 
Dos and donts of social media for educators 20150529
Dos and donts of social media for educators 20150529Dos and donts of social media for educators 20150529
Dos and donts of social media for educators 20150529
 
Thesis Defense - Improving a dashboard efficiency - 2010 - EN
Thesis Defense - Improving a dashboard efficiency - 2010 - ENThesis Defense - Improving a dashboard efficiency - 2010 - EN
Thesis Defense - Improving a dashboard efficiency - 2010 - EN
 
Elnet
ElnetElnet
Elnet
 
Acute uncomplicated cystitis
Acute uncomplicated cystitisAcute uncomplicated cystitis
Acute uncomplicated cystitis
 
Energiebesparing in de verpleging/verzorging
Energiebesparing in de verpleging/verzorgingEnergiebesparing in de verpleging/verzorging
Energiebesparing in de verpleging/verzorging
 
Modern Governor for Bristol School Governors, July 2013
Modern Governor for Bristol School Governors, July 2013Modern Governor for Bristol School Governors, July 2013
Modern Governor for Bristol School Governors, July 2013
 
Using Esri's Address Data Management Tools to Prepare for Next Generation 911
Using Esri's Address Data Management Tools to Prepare for Next Generation 911Using Esri's Address Data Management Tools to Prepare for Next Generation 911
Using Esri's Address Data Management Tools to Prepare for Next Generation 911
 
So you are pitching to win new business
So you are pitching to win new businessSo you are pitching to win new business
So you are pitching to win new business
 
Pcc Brochure Italian
Pcc Brochure  ItalianPcc Brochure  Italian
Pcc Brochure Italian
 
survival of bleeding renal transplant patient-a miracle
survival of bleeding renal transplant patient-a miraclesurvival of bleeding renal transplant patient-a miracle
survival of bleeding renal transplant patient-a miracle
 
eBook: A Practical Guide to Compensation Self-Auditing
eBook: A Practical Guide to Compensation Self-AuditingeBook: A Practical Guide to Compensation Self-Auditing
eBook: A Practical Guide to Compensation Self-Auditing
 
Jane Massey Portfolio
Jane Massey PortfolioJane Massey Portfolio
Jane Massey Portfolio
 
Master paleodieta crossfit redwall cus ferrara 26 10-2014
Master paleodieta crossfit redwall cus ferrara 26 10-2014 Master paleodieta crossfit redwall cus ferrara 26 10-2014
Master paleodieta crossfit redwall cus ferrara 26 10-2014
 
Satcatcher
SatcatcherSatcatcher
Satcatcher
 
Yinhe
YinheYinhe
Yinhe
 
Installing oracle database 11.2.0.3 on windows
Installing oracle database 11.2.0.3 on windowsInstalling oracle database 11.2.0.3 on windows
Installing oracle database 11.2.0.3 on windows
 

Similaire à Database users authentication obiee 11 g

Business intelligence Cognos Workspace Advance step by step guide
Business intelligence Cognos Workspace Advance step by step guideBusiness intelligence Cognos Workspace Advance step by step guide
Business intelligence Cognos Workspace Advance step by step guidebilal khan
 
Obiee 11g security creating users groups and catalog permissions
Obiee 11g security  creating users groups and catalog permissionsObiee 11g security  creating users groups and catalog permissions
Obiee 11g security creating users groups and catalog permissionsRavi Kumar Lanke
 
Sap business-object-universe-idt-lab-i
Sap business-object-universe-idt-lab-iSap business-object-universe-idt-lab-i
Sap business-object-universe-idt-lab-iAmit Sharma
 
QuickBooks Error 6000 77 How To Resolve This When Opening A Company Profile
QuickBooks Error 6000 77  How To Resolve This When Opening A Company ProfileQuickBooks Error 6000 77  How To Resolve This When Opening A Company Profile
QuickBooks Error 6000 77 How To Resolve This When Opening A Company ProfileQBTOOLHUB
 
Sap bo-universe-design-beginner-s-guide-part-i
Sap bo-universe-design-beginner-s-guide-part-iSap bo-universe-design-beginner-s-guide-part-i
Sap bo-universe-design-beginner-s-guide-part-iAmit Sharma
 
Getting started-with-oracle-so a-9
Getting started-with-oracle-so a-9Getting started-with-oracle-so a-9
Getting started-with-oracle-so a-9Amit Sharma
 
SplunkLive! Tampa: Splunk for Security - Hands-On Session
SplunkLive! Tampa: Splunk for Security - Hands-On SessionSplunkLive! Tampa: Splunk for Security - Hands-On Session
SplunkLive! Tampa: Splunk for Security - Hands-On SessionSplunk
 
SAP BPC 10.1 NW Master Data loading
SAP BPC 10.1 NW Master Data loading SAP BPC 10.1 NW Master Data loading
SAP BPC 10.1 NW Master Data loading Manoj Kumar
 
Sap basis administration handbook
Sap basis administration handbookSap basis administration handbook
Sap basis administration handbookblackgoldboy
 
UEVision Presents The "Killer" Screen: How One Well-Designed Screen Can Sell ...
UEVision Presents The "Killer" Screen: How One Well-Designed Screen Can Sell ...UEVision Presents The "Killer" Screen: How One Well-Designed Screen Can Sell ...
UEVision Presents The "Killer" Screen: How One Well-Designed Screen Can Sell ...UEVision, Inc.
 
Creating a repository using the oracle business intelligence administration tool
Creating a repository using the oracle business intelligence administration toolCreating a repository using the oracle business intelligence administration tool
Creating a repository using the oracle business intelligence administration toolRavi Kumar Lanke
 
Presentation searching oracle database 11g
Presentation    searching oracle database 11gPresentation    searching oracle database 11g
Presentation searching oracle database 11gxKinAnx
 
Presentación1
Presentación1Presentación1
Presentación1alexedgar
 

Similaire à Database users authentication obiee 11 g (20)

Business intelligence Cognos Workspace Advance step by step guide
Business intelligence Cognos Workspace Advance step by step guideBusiness intelligence Cognos Workspace Advance step by step guide
Business intelligence Cognos Workspace Advance step by step guide
 
Obiee 11g security creating users groups and catalog permissions
Obiee 11g security  creating users groups and catalog permissionsObiee 11g security  creating users groups and catalog permissions
Obiee 11g security creating users groups and catalog permissions
 
Sap business-object-universe-idt-lab-i
Sap business-object-universe-idt-lab-iSap business-object-universe-idt-lab-i
Sap business-object-universe-idt-lab-i
 
QuickBooks Error 6000 77 How To Resolve This When Opening A Company Profile
QuickBooks Error 6000 77  How To Resolve This When Opening A Company ProfileQuickBooks Error 6000 77  How To Resolve This When Opening A Company Profile
QuickBooks Error 6000 77 How To Resolve This When Opening A Company Profile
 
Sap bo-universe-design-beginner-s-guide-part-i
Sap bo-universe-design-beginner-s-guide-part-iSap bo-universe-design-beginner-s-guide-part-i
Sap bo-universe-design-beginner-s-guide-part-i
 
MySQL OPC_Demo
MySQL OPC_DemoMySQL OPC_Demo
MySQL OPC_Demo
 
Getting started-with-oracle-so a-9
Getting started-with-oracle-so a-9Getting started-with-oracle-so a-9
Getting started-with-oracle-so a-9
 
SplunkLive! Tampa: Splunk for Security - Hands-On Session
SplunkLive! Tampa: Splunk for Security - Hands-On SessionSplunkLive! Tampa: Splunk for Security - Hands-On Session
SplunkLive! Tampa: Splunk for Security - Hands-On Session
 
SAP BPC 10.1 NW Master Data loading
SAP BPC 10.1 NW Master Data loading SAP BPC 10.1 NW Master Data loading
SAP BPC 10.1 NW Master Data loading
 
Sap basis administration handbook
Sap basis administration handbookSap basis administration handbook
Sap basis administration handbook
 
Soa8
Soa8Soa8
Soa8
 
Oracle install
Oracle installOracle install
Oracle install
 
UEVision Presents The "Killer" Screen: How One Well-Designed Screen Can Sell ...
UEVision Presents The "Killer" Screen: How One Well-Designed Screen Can Sell ...UEVision Presents The "Killer" Screen: How One Well-Designed Screen Can Sell ...
UEVision Presents The "Killer" Screen: How One Well-Designed Screen Can Sell ...
 
Creating a repository using the oracle business intelligence administration tool
Creating a repository using the oracle business intelligence administration toolCreating a repository using the oracle business intelligence administration tool
Creating a repository using the oracle business intelligence administration tool
 
Presentation searching oracle database 11g
Presentation    searching oracle database 11gPresentation    searching oracle database 11g
Presentation searching oracle database 11g
 
Remedy Presentation
Remedy PresentationRemedy Presentation
Remedy Presentation
 
Presentación1
Presentación1Presentación1
Presentación1
 
Creating an 802 1 xv3
Creating an 802 1 xv3Creating an 802 1 xv3
Creating an 802 1 xv3
 
Getting Started With Valuate by REFM
Getting Started With Valuate by REFMGetting Started With Valuate by REFM
Getting Started With Valuate by REFM
 
Creating an 802 1 xv3
Creating an 802 1 xv3Creating an 802 1 xv3
Creating an 802 1 xv3
 

Plus de Ravi Kumar Lanke

Creating and configuring vnc sessions
Creating and configuring vnc sessionsCreating and configuring vnc sessions
Creating and configuring vnc sessionsRavi Kumar Lanke
 
Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Ravi Kumar Lanke
 
Exporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseExporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseRavi Kumar Lanke
 
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Ravi Kumar Lanke
 
Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Ravi Kumar Lanke
 
Enabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitEnabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitRavi Kumar Lanke
 
Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Ravi Kumar Lanke
 
Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Ravi Kumar Lanke
 
How to find ip and mac address
How to find ip and mac addressHow to find ip and mac address
How to find ip and mac addressRavi Kumar Lanke
 
Step by step deployment of sampleappv406
Step by step deployment of  sampleappv406Step by step deployment of  sampleappv406
Step by step deployment of sampleappv406Ravi Kumar Lanke
 
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitInstalling and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitRavi Kumar Lanke
 
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Ravi Kumar Lanke
 
Installing my sql on windows
Installing my sql on windowsInstalling my sql on windows
Installing my sql on windowsRavi Kumar Lanke
 
How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...Ravi Kumar Lanke
 
How to disable and enable task manager
How to disable and enable task managerHow to disable and enable task manager
How to disable and enable task managerRavi Kumar Lanke
 
Deploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksDeploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksRavi Kumar Lanke
 
Installing oracle endeca commerce
Installing oracle endeca commerceInstalling oracle endeca commerce
Installing oracle endeca commerceRavi Kumar Lanke
 
How to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerHow to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerRavi Kumar Lanke
 
How to change the obiee 11g browser title
How to change the obiee 11g browser titleHow to change the obiee 11g browser title
How to change the obiee 11g browser titleRavi Kumar Lanke
 
Creating new service name for oracle database
Creating new service name for oracle databaseCreating new service name for oracle database
Creating new service name for oracle databaseRavi Kumar Lanke
 

Plus de Ravi Kumar Lanke (20)

Creating and configuring vnc sessions
Creating and configuring vnc sessionsCreating and configuring vnc sessions
Creating and configuring vnc sessions
 
Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...
 
Exporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseExporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle database
 
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
 
Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server
 
Enabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitEnabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bit
 
Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...
 
Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7
 
How to find ip and mac address
How to find ip and mac addressHow to find ip and mac address
How to find ip and mac address
 
Step by step deployment of sampleappv406
Step by step deployment of  sampleappv406Step by step deployment of  sampleappv406
Step by step deployment of sampleappv406
 
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitInstalling and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
 
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
 
Installing my sql on windows
Installing my sql on windowsInstalling my sql on windows
Installing my sql on windows
 
How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...
 
How to disable and enable task manager
How to disable and enable task managerHow to disable and enable task manager
How to disable and enable task manager
 
Deploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksDeploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame works
 
Installing oracle endeca commerce
Installing oracle endeca commerceInstalling oracle endeca commerce
Installing oracle endeca commerce
 
How to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerHow to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise manger
 
How to change the obiee 11g browser title
How to change the obiee 11g browser titleHow to change the obiee 11g browser title
How to change the obiee 11g browser title
 
Creating new service name for oracle database
Creating new service name for oracle databaseCreating new service name for oracle database
Creating new service name for oracle database
 

Dernier

MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptxAneriPatwari
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1GloryAnnCastre1
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseCeline George
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17Celine George
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxAneriPatwari
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...DhatriParmar
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 

Dernier (20)

Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptx
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 Database
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptx
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 

Database users authentication obiee 11 g

  • 1. DATABASE USER AUTHENTICATION OBIEE 11G PREPARED BY RAVI KUMAR LANKE Page 1
  • 2. Here I am going to demonstrate where on set of users present in the LDAP server as well as another set of users and passwords present in an External Oracle Database Table (here “SECURITYTABLE”) can login into thehttp://localhost:9704/analytics, the Oracle Analytics Create the oracle database table for external authentication as shown below: PREPARED BY RAVI KUMAR LANKE Page 2
  • 3. PREPARED BY RAVI KUMAR LANKE Page 3
  • 4. PREPARED BY RAVI KUMAR LANKE Page 4
  • 5. PREPARED BY RAVI KUMAR LANKE Page 5
  • 6. Open the “Oracle BI Administration Tool” and “Open Offline” PREPARED BY RAVI KUMAR LANKE Page 6
  • 7. PREPARED BY RAVI KUMAR LANKE Page 7
  • 8. PREPARED BY RAVI KUMAR LANKE Page 8
  • 9. PREPARED BY RAVI KUMAR LANKE Page 9
  • 10. PREPARED BY RAVI KUMAR LANKE Page 10
  • 11. PREPARED BY RAVI KUMAR LANKE Page 11
  • 12. PREPARED BY RAVI KUMAR LANKE Page 12
  • 13. Right click the “ORCL” connection in the “Physical” layer pane and select “New Object” -> “Connection Pool…” Enter “SECURITY” for the “Name:” field. Select “ODBC 3.5″ for the “Call interface:” Select “ORCL” for the “Data source name:” Enter sh, sh for the “User name:” and “Password:” fields respectively. Then click the “OK” button. Enter “sh” in the “Confirm Password” window and click the “OK” button . PREPARED BY RAVI KUMAR LANKE Page 13
  • 14. PREPARED BY RAVI KUMAR LANKE Page 14
  • 15. PREPARED BY RAVI KUMAR LANKE Page 15
  • 16. Right Click the “SECURITY” connection pool in the “Physical” layer pane and select “Import Metadata” PREPARED BY RAVI KUMAR LANKE Page 16
  • 17. PREPARED BY RAVI KUMAR LANKE Page 17
  • 18. PREPARED BY RAVI KUMAR LANKE Page 18
  • 19. Right Click on the “SECURITYTABLE” and select “View Data…”. On the “Select Connection Pool you want to use for database ORCL” window, select “SECURITY” then click on “Select” button PREPARED BY RAVI KUMAR LANKE Page 19
  • 20. PREPARED BY RAVI KUMAR LANKE Page 20
  • 21. On the Administration Tool Menu select “Manage” -> “Variables…” PREPARED BY RAVI KUMAR LANKE Page 21
  • 22. PREPARED BY RAVI KUMAR LANKE Page 22
  • 23. PREPARED BY RAVI KUMAR LANKE Page 23
  • 24. On the “Session Variable Initialization Block” window click the “Edit Data Source…” button. In the “Session Variable Initialization Block Data Source” window select “Database” for the “Data Source Type:” field Select the “Default initialization string” button and enter the below SQL: SELECT GRP, SALESREP, USERNAME, 2 FROM SECURITYTABLE WHERE USERNAME = ':USER' AND PWD = ':PASSWORD' Click the “Browse…” button and in the “Select Connection Pool” window select “SECURITY” the click the “Select” button as show below: PREPARED BY RAVI KUMAR LANKE Page 24
  • 25. Then click “OK” button to close the “Session Variable Initialization Block Data Source” window. PREPARED BY RAVI KUMAR LANKE Page 25
  • 26. In the “Variable Target” section click on the “Edit Data Target…” In the “Session Variable Initialization Block Variable Target” window click on “New…” button. In the “Session Variable” window enter “GROUP” for “Name:” field and click on the “OK” button Click “Yes” on the Warning pop-up window. PREPARED BY RAVI KUMAR LANKE Page 26
  • 27. PREPARED BY RAVI KUMAR LANKE Page 27
  • 28. PREPARED BY RAVI KUMAR LANKE Page 28
  • 29. Similarly create all 4 Session Variables: GROUP, DISPLAYNAME, USER and LOGLEVEL as show below. Click on the “OK” button to close the window. PREPARED BY RAVI KUMAR LANKE Page 29
  • 30. PREPARED BY RAVI KUMAR LANKE Page 30
  • 31. PREPARED BY RAVI KUMAR LANKE Page 31
  • 32. Finally on the “Session Variable Initialization Block” window enter “Security” for the “Name:” field. Make sure “Required for authentication” check box is NOT Selected. Verify entries as in below screenshot and Click “OK” button PREPARED BY RAVI KUMAR LANKE Page 32
  • 33. PREPARED BY RAVI KUMAR LANKE Page 33
  • 34. On the “Variable Manager” select “Action” -> “Close”. On the “Administration Tool” window menu select “Save”. Select “Yes” to the “Do you wish to check global consistency?” and make sure no Warnings or Errors are shown. PREPARED BY RAVI KUMAR LANKE Page 34
  • 35. PREPARED BY RAVI KUMAR LANKE Page 35
  • 36. PREPARED BY RAVI KUMAR LANKE Page 36
  • 37. Now go to the URL: http://locahost:9704/analytics and login with the admin user “weblogic” . Goto “Administration” on the top menu and under “Security” section select “Manage Catalog Groups” Click the “+” icon with “Create a new catalog group” tooltip. PREPARED BY RAVI KUMAR LANKE Page 37
  • 38. PREPARED BY RAVI KUMAR LANKE Page 38
  • 39. PREPARED BY RAVI KUMAR LANKE Page 39
  • 40. PREPARED BY RAVI KUMAR LANKE Page 40
  • 41. PREPARED BY RAVI KUMAR LANKE Page 41
  • 42. PREPARED BY RAVI KUMAR LANKE Page 42
  • 43. PREPARED BY RAVI KUMAR LANKE Page 43
  • 44. Now goto the URL: http://localhost:7001/em to deploy the latest SampleAppLite.rpd that we modified above. Goto the “Farm_bifoundation_domain” -> “Business Intelligence” -> “coreapplication” on the left pane. On the right pane select “Deployment” -> “Repository” tabs. The click on the “Lock and Edit Configuration” link above the “Deployment” tab. Click the “Close” button once the pop-up window appears. Select the “Browse…” button and goto the location of the SampleAppLite.rpd file and click on “Open”. Enter the “Repository Password” and “Confirm Password” entries as “Admin123″. Then click the “Apply” button on the top right. Then click on the “Activate Changes” link. Click “Close” button one “Activate Changes – Completed Successfully” show up. Then click on the “Restart to apply recent changes” link. After the “Overview” screen show up click on the blue “Restart” button. Click the “Yes” button when “Are you sure you want to restart all BI components?” shows up Click on the “Close” button one the “Restarted Successfully” shows up. PREPARED BY RAVI KUMAR LANKE Page 44
  • 45. PREPARED BY RAVI KUMAR LANKE Page 45
  • 46. PREPARED BY RAVI KUMAR LANKE Page 46
  • 47. PREPARED BY RAVI KUMAR LANKE Page 47
  • 48. PREPARED BY RAVI KUMAR LANKE Page 48
  • 49. PREPARED BY RAVI KUMAR LANKE Page 49
  • 50. PREPARED BY RAVI KUMAR LANKE Page 50
  • 51. PREPARED BY RAVI KUMAR LANKE Page 51
  • 52. PREPARED BY RAVI KUMAR LANKE Page 52
  • 53. PREPARED BY RAVI KUMAR LANKE Page 53
  • 54. PREPARED BY RAVI KUMAR LANKE Page 54
  • 55. PREPARED BY RAVI KUMAR LANKE Page 55
  • 56. PREPARED BY RAVI KUMAR LANKE Page 56
  • 57. PREPARED BY RAVI KUMAR LANKE Page 57
  • 58. Now we are ready to test the LDAP and External Table authentication. Goto the URL: http://localhost:9704/analytics and login as adminstrator user “weblogic” Select “New” -> “Analysis” -> “Sample Sales” in the “Home” section. PREPARED BY RAVI KUMAR LANKE Page 58
  • 59. PREPARED BY RAVI KUMAR LANKE Page 59
  • 60. PREPARED BY RAVI KUMAR LANKE Page 60
  • 61. PREPARED BY RAVI KUMAR LANKE Page 61
  • 62. Select two columns from the “Subject Areas” section as show below: i.e “Per Name Year” and “Revenue” columns. PREPARED BY RAVI KUMAR LANKE Page 62
  • 63. Click on the “Save Analysis” icon and browse to “Shared Folders” -> “11g Shared” (if not there you can create one” Enter “Revenue Sales” for the “Name” Field and click the “OK” button. PREPARED BY RAVI KUMAR LANKE Page 63
  • 64. Now goto the “Catalog” tab and select “More” -> “Permissions” for the “Revenue Sales” . PREPARED BY RAVI KUMAR LANKE Page 64
  • 65. On the “Permission” window select the “BI Consumer Role” and click the ” X ” icon to delete that permission. Click on the ” + ” icon to add a new permission. On the “Add Application Roles, Catalog Groups and Users” window select “Catalog Groups” for the “List” field and click the “Search” button. Select the “SalesRep” on the left side and click the blue ” > ” icon to move it to “Selected Members” on the right side as show below: Click the “OK” button. PREPARED BY RAVI KUMAR LANKE Page 65
  • 66. PREPARED BY RAVI KUMAR LANKE Page 66
  • 67. PREPARED BY RAVI KUMAR LANKE Page 67
  • 68. Now “Sign Out” as the “weblogic” user and login giving “User ID” and “Password” as “USER1” and “USER1” respectively. Click the “Catalog” tab browse to “Shared Folders” -> “11GSHARED” folder. On the Right click “Open” on the “Revenue Sales”. PREPARED BY RAVI KUMAR LANKE Page 68
  • 69. PREPARED BY RAVI KUMAR LANKE Page 69
  • 70. PREPARED BY RAVI KUMAR LANKE Page 70
  • 71. PREPARED BY RAVI KUMAR LANKE Page 71
  • 72. PREPARED BY RAVI KUMAR LANKE Page 72