SlideShare a Scribd company logo
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
Oracle BIEE 12c:
Installation and Configuration
Issues, Errors and How I Fix Them
The following suggestions is based on my
personal knowledge, idea and solutions as I work
with OBIEE 12c. This does not necessarily reflect
Oracle’s patch or documentation way of doing
these.
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
What You Need to Do or Know First
●
You can download Oracle BIEE 12c software from here:
http://www.oracle.com/technetwork/middleware/bi-enterprise-
edition/downloads/business-intelligence-2717951.html
●
You can install Oracle BIEE12c based on Oracle documentation
here:http://docs.oracle.com/en/middleware/middleware.html
●
For Independent installation guide, you can check the following links for
both Windows OS and Linux OS based systems step by step guide:
http://ssssupport.blogspot.com/2015/10/installing-oracle-obiee-12c-in-windo
ws.html
●
https://bisoftdiary.com/obiee12c_linux_installation/
●
You can also download Oracle’s developers VM sandbox for a pre-
configured Oracle BIEE12c SampApp and it’s deployment guide
here:http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-
samples-167534.html
●
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
Oracle BI Client Tool
●
Oracle BI Tools is used to connect with BI
Server to create complete repository (Physical,
Business Model and Presentation Layer),
Upload to the server and do some other stuff
from the client development point of view.
●
It can be downloaded from here:
●
And installation is just a click away as this tool
only run on Windows OS. You can also get the
installation guide here:
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
Configuring OBI Client Tool for
System DNS
●
Click Start botton, Windows Administrative
Tools, ODBC, System DNS:
●
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
Configuring OBI Client Tool for
System DNS Continued
●
Click and choose Oracle BI Server-
Oracle_Home and Finish
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
Configuring OBI Client Tool for
System DNS Continued
●
Give your ODBC connection name and provide
the BI server name or IP address
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
Configuring OBI Client Tool for
System DNS Continued
●
Provide the User Name, Password and the Port
Number of your BI Server
●
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
Configuring OBI Client Tool for
System DNS Continued
●
Leave everything at default here and click finish
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
The Work Around
“The Connection Has Failed Error” in Oracle BIEE 12c
●
You need to copy your tnsname.ora file from
<ORACLE_HOME/network/admin> from
database server to this location in your BI Client
Tool installation directory like mine:
C:OracleMiddlewareOracle_Homedomainsbiconfigfmwconfigbienvcore
●
Set TNS_ADMIN environment variable to the
location above following this:
System property==> Advanced
Setting==>Environment Variable
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
Screen shot
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
Creating OBI Repository
●
Lunch your BI Client Tool: Administration
==>File==>New Repository as the image below
●
Provide Repository Name, User Name and
Password and click Next
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
Creating OBI Repository Continued
●
Next is to provide your Data Source info. In my
case, Connection Type is and must be OCI
10g/11g if you are accessing Oracle DB and
ODBC for third party DB, pdborcl is my
database name(SID/Service Name)where my
analyzed data will come from while bisample is
my schema/user name and the password for it.
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
Creating Repository Continued.
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
Creating Repository Continued
●
Next is to select your Metadata Types and you
can accept the default as below and click next
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
Creating Repository Continued
●
Export your table, in my case
SAMP_ADDRESSES_D to Repository View
and click Finish
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
Repository Creation Continued
●
Then you should be welcomed to the Physical
Layer of BI Repository Creation
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
My Completed and Uploaded
Repository: bisample01.rpd
●
Your complete, ready for upload should be
similar to this.
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
Uploading Your Repository
●
Unlike previous releases where Enterprise
Manager is used to upload repository, OBIEE
12c used WLS command script to do so.
●
data-model-cmd.cm in Windows OS and data-
model-cmd.sh on Unix/Linux OS .
uploadrpd -I <RPDname> [-W <RPDpwd>] -SI <service_instance> -U <cred_username>
[-P <cred_password>] [-S <hostname>] [-N <port_number>] [-SSL] [-H]
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
Uploading Your Repository
Where
I specifies the name of the repository that you want to upload.
W is the repository's password. If you do not supply the password, then you will be prompted for the password when the command is run. For security
purposes, Oracle recommends that you include a password in the command only if you are using automated scripting to run the command.
SI specifies the name of the service instance.
U specifies a valid user's name to be used for Oracle BI EE authentication.
P specifies the password corresponding to the user's name that you specified for U. If you do not supply the password, then you will be prompted for the
password when the command is run. For security purposes, Oracle recommends that you include a password in the command only if you are using automated
scripting to run the command.
S specifies the Oracle BI EE host name. Only include this option when you are running the command from a client installation.
N specifies the Oracle BI EE port number. Only include this option when you are running the command from a client installation.
SSL specifies to use SSL to connect to the WebLogic Server to run the command. Only include this option when you are running the command from a client
installation.
H displays the usage information and exits the command.
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
Sample Command to Upload
●
My personal example of how I put my commands together to
perform upload
data-model-cmd.cmd uploadrpd -I C:OracleMiddlewareOracle_Homebibifoundationserverbisample01.rpd -W Admin123 -SI ssi -U
weblogic -P Admin123 -S 169.254.110.151 -N 7780
●
The next slides provide solution to the errors you may encountered
while performing this operation.
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
data-model-cmd.cmd upload
command error:
“ Exception in thread "main" java.lang.NoClassDefFoundError:
oracle/bi/lcm/metadata/MetadataUpdateException
at oracle.bi.utils.BIExec.main(BIExec.java:25) Caused by:
java.lang.ClassNotFoundException: oracle.bi.lcm.metadata.MetadataUpdateException
at java.net.URLClassLoader.findClass(Unknown Source) at
java.lang.ClassLoader.loadClass(Unknown Source) at
sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at
java.lang.ClassLoader.loadClass(Unknown Source) ... 1 more”
These two jar files "bi-blocking-metadata-update.jar" and "bi-customization-utils.jar"
should be in this directory: “C:OracleMidlewareOracle_Homebilib” but they are not
there so, you have to copy it from the BI Server “<Oracle_Middleware_Home>/bi/lib” to
this above directory
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
Be careful of your working directory
cmd-model-cmd.cmd should be in
“C:OracleMidlewareOracle_Homebibitoolsbin”
but unfortunately I found it here
“C:OracleMiddlewareOracle_Homebimodulesoracle.bi.
commandline.toolsscripts”
jkayodeabusi@kahfitconsulting.com |
+1 929 369 8221
John Kayode-Abusi
Data Science & Cyber Security Expert
jkayodeabusi@gmail.com

More Related Content

Similar to Oracle BIEE configuration issues

SOA Fusion Middleware installation
SOA Fusion Middleware installationSOA Fusion Middleware installation
SOA Fusion Middleware installationMonowar Mukul
 
200860 installing an enterprise environment
200860 installing an enterprise environment200860 installing an enterprise environment
200860 installing an enterprise environmentp6academy
 
HCL Commerce Developer V9.1.11 Installation
HCL Commerce Developer V9.1.11 InstallationHCL Commerce Developer V9.1.11 Installation
HCL Commerce Developer V9.1.11 InstallationFrancisBooth2
 
Microsoft Dynamics CRM 2013 development server installation
Microsoft Dynamics CRM 2013 development server installationMicrosoft Dynamics CRM 2013 development server installation
Microsoft Dynamics CRM 2013 development server installationJukka Niiranen
 
6212883126866262792 performance testing_cloud
6212883126866262792 performance testing_cloud6212883126866262792 performance testing_cloud
6212883126866262792 performance testing_cloudLocuto Riorama
 
Monitoring Agile PLM with JConsole
Monitoring Agile PLM with JConsole Monitoring Agile PLM with JConsole
Monitoring Agile PLM with JConsole PLM Mechanic .
 
Indore MuleSoft Meetup #5 April 2022 MDynamics 65.pptx
Indore MuleSoft Meetup #5 April 2022 MDynamics 65.pptxIndore MuleSoft Meetup #5 April 2022 MDynamics 65.pptx
Indore MuleSoft Meetup #5 April 2022 MDynamics 65.pptxIndoreMulesoftMeetup
 
Installing Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM SmartcloudInstalling Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM SmartcloudDjalma Britto
 
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...NomanKhalid56
 
obiee 12c installation guidelines
obiee 12c installation guidelinesobiee 12c installation guidelines
obiee 12c installation guidelineskumud thakur
 
Oracle ZDM KamaleshRamasamy Sangam2020
Oracle ZDM KamaleshRamasamy Sangam2020Oracle ZDM KamaleshRamasamy Sangam2020
Oracle ZDM KamaleshRamasamy Sangam2020Kamalesh Ramasamy
 
VMukti Complete Server Installation For V1034 to V1038
VMukti Complete Server Installation For V1034 to V1038VMukti Complete Server Installation For V1034 to V1038
VMukti Complete Server Installation For V1034 to V1038vmukti
 
Microsoft dynamics crm 2011 installation
Microsoft dynamics crm 2011 installation Microsoft dynamics crm 2011 installation
Microsoft dynamics crm 2011 installation Naveen Kumar
 
Create non-cdb (traditional) oracle database 12c on windows
Create non-cdb (traditional) oracle database 12c on windowsCreate non-cdb (traditional) oracle database 12c on windows
Create non-cdb (traditional) oracle database 12c on windowsBiju Thomas
 
Oracle Autonomous Data Warehouse Cloud and Data Visualization
Oracle Autonomous Data Warehouse Cloud and Data VisualizationOracle Autonomous Data Warehouse Cloud and Data Visualization
Oracle Autonomous Data Warehouse Cloud and Data VisualizationEdelweiss Kammermann
 
Ibi Open Visualizations
Ibi Open VisualizationsIbi Open Visualizations
Ibi Open VisualizationsClif Kranish
 
Weblogic 12c Graphical Mode installation steps in Windows
Weblogic 12c Graphical Mode installation steps in Windows Weblogic 12c Graphical Mode installation steps in Windows
Weblogic 12c Graphical Mode installation steps in Windows webservicesm
 

Similar to Oracle BIEE configuration issues (20)

Moodle + Adobe Connect
Moodle + Adobe Connect Moodle + Adobe Connect
Moodle + Adobe Connect
 
SOA Fusion Middleware installation
SOA Fusion Middleware installationSOA Fusion Middleware installation
SOA Fusion Middleware installation
 
200860 installing an enterprise environment
200860 installing an enterprise environment200860 installing an enterprise environment
200860 installing an enterprise environment
 
HCL Commerce Developer V9.1.11 Installation
HCL Commerce Developer V9.1.11 InstallationHCL Commerce Developer V9.1.11 Installation
HCL Commerce Developer V9.1.11 Installation
 
Microsoft Dynamics CRM 2013 development server installation
Microsoft Dynamics CRM 2013 development server installationMicrosoft Dynamics CRM 2013 development server installation
Microsoft Dynamics CRM 2013 development server installation
 
6212883126866262792 performance testing_cloud
6212883126866262792 performance testing_cloud6212883126866262792 performance testing_cloud
6212883126866262792 performance testing_cloud
 
Introduction to OBIEE 11g
Introduction to OBIEE 11gIntroduction to OBIEE 11g
Introduction to OBIEE 11g
 
Monitoring Agile PLM with JConsole
Monitoring Agile PLM with JConsole Monitoring Agile PLM with JConsole
Monitoring Agile PLM with JConsole
 
Indore MuleSoft Meetup #5 April 2022 MDynamics 65.pptx
Indore MuleSoft Meetup #5 April 2022 MDynamics 65.pptxIndore MuleSoft Meetup #5 April 2022 MDynamics 65.pptx
Indore MuleSoft Meetup #5 April 2022 MDynamics 65.pptx
 
Installing Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM SmartcloudInstalling Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM Smartcloud
 
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
 
obiee 12c installation guidelines
obiee 12c installation guidelinesobiee 12c installation guidelines
obiee 12c installation guidelines
 
05 160723204945
05 16072320494505 160723204945
05 160723204945
 
Oracle ZDM KamaleshRamasamy Sangam2020
Oracle ZDM KamaleshRamasamy Sangam2020Oracle ZDM KamaleshRamasamy Sangam2020
Oracle ZDM KamaleshRamasamy Sangam2020
 
VMukti Complete Server Installation For V1034 to V1038
VMukti Complete Server Installation For V1034 to V1038VMukti Complete Server Installation For V1034 to V1038
VMukti Complete Server Installation For V1034 to V1038
 
Microsoft dynamics crm 2011 installation
Microsoft dynamics crm 2011 installation Microsoft dynamics crm 2011 installation
Microsoft dynamics crm 2011 installation
 
Create non-cdb (traditional) oracle database 12c on windows
Create non-cdb (traditional) oracle database 12c on windowsCreate non-cdb (traditional) oracle database 12c on windows
Create non-cdb (traditional) oracle database 12c on windows
 
Oracle Autonomous Data Warehouse Cloud and Data Visualization
Oracle Autonomous Data Warehouse Cloud and Data VisualizationOracle Autonomous Data Warehouse Cloud and Data Visualization
Oracle Autonomous Data Warehouse Cloud and Data Visualization
 
Ibi Open Visualizations
Ibi Open VisualizationsIbi Open Visualizations
Ibi Open Visualizations
 
Weblogic 12c Graphical Mode installation steps in Windows
Weblogic 12c Graphical Mode installation steps in Windows Weblogic 12c Graphical Mode installation steps in Windows
Weblogic 12c Graphical Mode installation steps in Windows
 

Recently uploaded

一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单ewymefz
 
一比一原版(CBU毕业证)卡普顿大学毕业证成绩单
一比一原版(CBU毕业证)卡普顿大学毕业证成绩单一比一原版(CBU毕业证)卡普顿大学毕业证成绩单
一比一原版(CBU毕业证)卡普顿大学毕业证成绩单nscud
 
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单yhkoc
 
Jpolillo Amazon PPC - Bid Optimization Sample
Jpolillo Amazon PPC - Bid Optimization SampleJpolillo Amazon PPC - Bid Optimization Sample
Jpolillo Amazon PPC - Bid Optimization SampleJames Polillo
 
2024-05-14 - Tableau User Group - TC24 Hot Topics - Tableau Pulse and Einstei...
2024-05-14 - Tableau User Group - TC24 Hot Topics - Tableau Pulse and Einstei...2024-05-14 - Tableau User Group - TC24 Hot Topics - Tableau Pulse and Einstei...
2024-05-14 - Tableau User Group - TC24 Hot Topics - Tableau Pulse and Einstei...elinavihriala
 
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单nscud
 
一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单ewymefz
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单ewymefz
 
Computer Presentation.pptx ecommerce advantage s
Computer Presentation.pptx ecommerce advantage sComputer Presentation.pptx ecommerce advantage s
Computer Presentation.pptx ecommerce advantage sMAQIB18
 
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单ewymefz
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP
 
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单ukgaet
 
一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单ocavb
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundOppotus
 
Introduction-to-Cybersecurit57hhfcbbcxxx
Introduction-to-Cybersecurit57hhfcbbcxxxIntroduction-to-Cybersecurit57hhfcbbcxxx
Introduction-to-Cybersecurit57hhfcbbcxxxzahraomer517
 
tapal brand analysis PPT slide for comptetive data
tapal brand analysis PPT slide for comptetive datatapal brand analysis PPT slide for comptetive data
tapal brand analysis PPT slide for comptetive datatheahmadsaood
 
Business update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMIBusiness update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMIAlejandraGmez176757
 
Investigate & Recover / StarCompliance.io / Crypto_Crimes
Investigate & Recover / StarCompliance.io / Crypto_CrimesInvestigate & Recover / StarCompliance.io / Crypto_Crimes
Investigate & Recover / StarCompliance.io / Crypto_CrimesStarCompliance.io
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单ewymefz
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP
 

Recently uploaded (20)

一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
 
一比一原版(CBU毕业证)卡普顿大学毕业证成绩单
一比一原版(CBU毕业证)卡普顿大学毕业证成绩单一比一原版(CBU毕业证)卡普顿大学毕业证成绩单
一比一原版(CBU毕业证)卡普顿大学毕业证成绩单
 
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
 
Jpolillo Amazon PPC - Bid Optimization Sample
Jpolillo Amazon PPC - Bid Optimization SampleJpolillo Amazon PPC - Bid Optimization Sample
Jpolillo Amazon PPC - Bid Optimization Sample
 
2024-05-14 - Tableau User Group - TC24 Hot Topics - Tableau Pulse and Einstei...
2024-05-14 - Tableau User Group - TC24 Hot Topics - Tableau Pulse and Einstei...2024-05-14 - Tableau User Group - TC24 Hot Topics - Tableau Pulse and Einstei...
2024-05-14 - Tableau User Group - TC24 Hot Topics - Tableau Pulse and Einstei...
 
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
 
一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
 
Computer Presentation.pptx ecommerce advantage s
Computer Presentation.pptx ecommerce advantage sComputer Presentation.pptx ecommerce advantage s
Computer Presentation.pptx ecommerce advantage s
 
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
 
一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
 
Introduction-to-Cybersecurit57hhfcbbcxxx
Introduction-to-Cybersecurit57hhfcbbcxxxIntroduction-to-Cybersecurit57hhfcbbcxxx
Introduction-to-Cybersecurit57hhfcbbcxxx
 
tapal brand analysis PPT slide for comptetive data
tapal brand analysis PPT slide for comptetive datatapal brand analysis PPT slide for comptetive data
tapal brand analysis PPT slide for comptetive data
 
Business update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMIBusiness update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMI
 
Investigate & Recover / StarCompliance.io / Crypto_Crimes
Investigate & Recover / StarCompliance.io / Crypto_CrimesInvestigate & Recover / StarCompliance.io / Crypto_Crimes
Investigate & Recover / StarCompliance.io / Crypto_Crimes
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 

Oracle BIEE configuration issues

  • 1. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 Oracle BIEE 12c: Installation and Configuration Issues, Errors and How I Fix Them The following suggestions is based on my personal knowledge, idea and solutions as I work with OBIEE 12c. This does not necessarily reflect Oracle’s patch or documentation way of doing these.
  • 2. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 What You Need to Do or Know First ● You can download Oracle BIEE 12c software from here: http://www.oracle.com/technetwork/middleware/bi-enterprise- edition/downloads/business-intelligence-2717951.html ● You can install Oracle BIEE12c based on Oracle documentation here:http://docs.oracle.com/en/middleware/middleware.html ● For Independent installation guide, you can check the following links for both Windows OS and Linux OS based systems step by step guide: http://ssssupport.blogspot.com/2015/10/installing-oracle-obiee-12c-in-windo ws.html ● https://bisoftdiary.com/obiee12c_linux_installation/ ● You can also download Oracle’s developers VM sandbox for a pre- configured Oracle BIEE12c SampApp and it’s deployment guide here:http://www.oracle.com/technetwork/middleware/bi-foundation/obiee- samples-167534.html ●
  • 3. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 Oracle BI Client Tool ● Oracle BI Tools is used to connect with BI Server to create complete repository (Physical, Business Model and Presentation Layer), Upload to the server and do some other stuff from the client development point of view. ● It can be downloaded from here: ● And installation is just a click away as this tool only run on Windows OS. You can also get the installation guide here:
  • 4. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 Configuring OBI Client Tool for System DNS ● Click Start botton, Windows Administrative Tools, ODBC, System DNS: ●
  • 5. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 Configuring OBI Client Tool for System DNS Continued ● Click and choose Oracle BI Server- Oracle_Home and Finish
  • 6. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 Configuring OBI Client Tool for System DNS Continued ● Give your ODBC connection name and provide the BI server name or IP address
  • 7. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 Configuring OBI Client Tool for System DNS Continued ● Provide the User Name, Password and the Port Number of your BI Server ●
  • 8. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 Configuring OBI Client Tool for System DNS Continued ● Leave everything at default here and click finish
  • 9. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 The Work Around “The Connection Has Failed Error” in Oracle BIEE 12c ● You need to copy your tnsname.ora file from <ORACLE_HOME/network/admin> from database server to this location in your BI Client Tool installation directory like mine: C:OracleMiddlewareOracle_Homedomainsbiconfigfmwconfigbienvcore ● Set TNS_ADMIN environment variable to the location above following this: System property==> Advanced Setting==>Environment Variable
  • 11. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 Creating OBI Repository ● Lunch your BI Client Tool: Administration ==>File==>New Repository as the image below ● Provide Repository Name, User Name and Password and click Next
  • 12. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 Creating OBI Repository Continued ● Next is to provide your Data Source info. In my case, Connection Type is and must be OCI 10g/11g if you are accessing Oracle DB and ODBC for third party DB, pdborcl is my database name(SID/Service Name)where my analyzed data will come from while bisample is my schema/user name and the password for it.
  • 13. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 Creating Repository Continued.
  • 14. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 Creating Repository Continued ● Next is to select your Metadata Types and you can accept the default as below and click next
  • 15. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 Creating Repository Continued ● Export your table, in my case SAMP_ADDRESSES_D to Repository View and click Finish
  • 16. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 Repository Creation Continued ● Then you should be welcomed to the Physical Layer of BI Repository Creation
  • 17. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 My Completed and Uploaded Repository: bisample01.rpd ● Your complete, ready for upload should be similar to this.
  • 18. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 Uploading Your Repository ● Unlike previous releases where Enterprise Manager is used to upload repository, OBIEE 12c used WLS command script to do so. ● data-model-cmd.cm in Windows OS and data- model-cmd.sh on Unix/Linux OS . uploadrpd -I <RPDname> [-W <RPDpwd>] -SI <service_instance> -U <cred_username> [-P <cred_password>] [-S <hostname>] [-N <port_number>] [-SSL] [-H]
  • 19. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 Uploading Your Repository Where I specifies the name of the repository that you want to upload. W is the repository's password. If you do not supply the password, then you will be prompted for the password when the command is run. For security purposes, Oracle recommends that you include a password in the command only if you are using automated scripting to run the command. SI specifies the name of the service instance. U specifies a valid user's name to be used for Oracle BI EE authentication. P specifies the password corresponding to the user's name that you specified for U. If you do not supply the password, then you will be prompted for the password when the command is run. For security purposes, Oracle recommends that you include a password in the command only if you are using automated scripting to run the command. S specifies the Oracle BI EE host name. Only include this option when you are running the command from a client installation. N specifies the Oracle BI EE port number. Only include this option when you are running the command from a client installation. SSL specifies to use SSL to connect to the WebLogic Server to run the command. Only include this option when you are running the command from a client installation. H displays the usage information and exits the command.
  • 20. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 Sample Command to Upload ● My personal example of how I put my commands together to perform upload data-model-cmd.cmd uploadrpd -I C:OracleMiddlewareOracle_Homebibifoundationserverbisample01.rpd -W Admin123 -SI ssi -U weblogic -P Admin123 -S 169.254.110.151 -N 7780 ● The next slides provide solution to the errors you may encountered while performing this operation.
  • 21. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 data-model-cmd.cmd upload command error: “ Exception in thread "main" java.lang.NoClassDefFoundError: oracle/bi/lcm/metadata/MetadataUpdateException at oracle.bi.utils.BIExec.main(BIExec.java:25) Caused by: java.lang.ClassNotFoundException: oracle.bi.lcm.metadata.MetadataUpdateException at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 1 more” These two jar files "bi-blocking-metadata-update.jar" and "bi-customization-utils.jar" should be in this directory: “C:OracleMidlewareOracle_Homebilib” but they are not there so, you have to copy it from the BI Server “<Oracle_Middleware_Home>/bi/lib” to this above directory
  • 22. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 Be careful of your working directory cmd-model-cmd.cmd should be in “C:OracleMidlewareOracle_Homebibitoolsbin” but unfortunately I found it here “C:OracleMiddlewareOracle_Homebimodulesoracle.bi. commandline.toolsscripts”
  • 23. jkayodeabusi@kahfitconsulting.com | +1 929 369 8221 John Kayode-Abusi Data Science & Cyber Security Expert jkayodeabusi@gmail.com