Skip to main content

How to do an Installation of OBIEE in Windows

 



PRE-OBIEE INSTALLATION STEPS



1.For windows only, turn off DEP; otherwise, when installation completes an error message will appear stating the Java Host wasn’t installed properly.  At this point, the installation will complete and all the services will start; however, when a chart is created in Answers the chart will not display. 









Download and install the following pieces of software before
installing OBIEE.

•   Java Development Kit 5.0 or higher:
http://java.sun.com/javase/downloads/index.jsp 

•   Microsoft .NET Framework 2.0 or higher:
http://msdn2.microsoft.com/en-us/netframework/aa731542.aspx


•   Web Server – IIS, Apache, Oracle Application Server (OAS), etc.

•   Database connectivity software that Oracle BI servers use to connect to the database.  For example, if the Oracle BI Server is to access an Oracle Database, install the Oracle 10g client.

If the Oracle BI Server is to access MS SQL Server database,
install Microsoft Data Access Components (MDAC).





OBIEE INSTALLATION STEPS:

1.Go to the c:\obiee files\lessons\day 1\lesson 2\obiee 10.1.3.4.0\windows\server \oracle_business_intelligence\ folder and double-click setup.exe. 

 

2.Select next to continue.  Installation requires 2 gb of free disk space and 200 mb of Free temp disk space. 









3. Select the path to install the OBIEE files.  If installing the Oracle BI Server and Oracle BI Presentation Server on separate machines, select the same drive for each location as an upcoming screen will allow you to select the server components to be installed. 


Keep the defaults and click ‘Next’. 






4.Choose the setup that fits your needs.  This is the screen where you can select to only install the Oracle BI Server or the Oracle Presentation Services.   





If you are separating the installation of the Oracle BI Server and Oracle Presentation Services, the installation process will need to be done on each server. 



Review the various setup types, make sure ‘Complete’ is selected and click ‘Next’. 






5. If integrating OBIEE with Oracle Business Applications select the Oracle Containers for J2EE (OC4J); otherwise, select the Web Server that has been installed on the server.    










Select the IIS web server and click ‘Next           



Always make sure the web server has been installed prior  to the OBI installation.

 



6.  Select the Java C:\Program Files\Java\jdk1.6.0_18

    Enter passw0rd for the oc4jadmin username.

The oc4jadmin password must be a minimum of 6 characters with 1 numeric character.

The oc4jadmin password is not needed after installation unless integrating with Oracle Applications at a future date or uninstalling OBIEE.  




7.In order for the minimum number of services to run upon the server restarting, the Oracle BI Server, Oracle BI Presentation Server, and Oracle BI Java Host must be set to ‘Automatic’.`


       



Review the options, accept the defaults and click ‘Next’. 

The Account username and password will need administrator privileges to the operating system. The username and password can be changed after installation by modifying the properties of each Oracle BI service.



The Error Message Language setting will default to the operating system’s default language.  







8)  Click ‘Next’ at the Error Message Language screen. 

9)  This is the last step before installation begins…Review the screen and click  ‘Next’ 






Installation will take approximately 30-40 minutes and you will need to restart the Windows Server.
 
Periodically check progress to ensure the installation has not stopped.
 
The percent complete bar will go to 100% after 5 minutes.  The installation still has 25-35 more minutes to go. 






POST-INSTALLATION STEPS IN OBIEE

  • Once the Windows Server has rebooted and time has been given for the server to restart all of the appropriate services, test the default configuration. 

  • Login to the local instance of OBIEE  to test installation.
 
  • URL: http://localhost/analytics
 
  • Username = administrator

  • Password = Administrator 

  • Your results should be similar to the screen below – indicating a successful installation! 

  • Always test the “out of the box” installation before making customizations to ensure OBIEE was properly installed. 













Comments

Popular posts from this blog

Contact Me

Do You have any queries ?                   If you are having any query or wishing to get any type of help related Datawarehouse, OBIEE, OBIA, OAC then please e-email on below. I will reply to your email within 24 hrs. If I didn’t reply to you within 24 Hrs., Please be patience, I must be busy in some work. kashif7222@gmail.com

Top 130 SQL Interview Questions And Answers

1. Display the dept information from department table.   Select   *   from   dept; 2. Display the details of all employees   Select * from emp; 3. Display the name and job for all employees    Select ename ,job from emp; 4. Display name and salary for all employees.   Select ename   , sal   from emp;   5. Display employee number and total salary   for each employee. Select empno, sal+comm from emp; 6. Display employee name and annual salary for all employees.   Select empno,empname,12*sal+nvl(comm,0) annualsal from emp; 7. Display the names of all employees who are working in department number 10   Select ename from emp where deptno=10; 8. Display the names of all employees working as   clerks and drawing a salary more than 3000   Select ename from emp where job=’clerk’and sal>3000; 9. Display employee number and names for employees who earn commission   Select empno,ename from emp where comm is not null and comm>0. 10

Informatica sample project

Informatica sample project - 1 CareFirst – Blue Cross Blue Shield, Maryland (April 2009 – Current) Senior ETL Developer/Lead Model Office DWH Implementation (April 2009 – Current) CareFirst Blue Cross Blue Shield is one of the leading health care insurance provided in Atlantic region of United States covering Maryland, Delaware and Washington DC. Model Office project was built to create data warehouse for multiple subject areas including Members, Claims, and Revenue etc. The project was to provide data into EDM and to third party vendor (Verisk) to develop cubes based on data provided into EDM. I was responsible for analyzing source systems data, designing and developing ETL mappings. I was also responsible for coordinating testing with analysts and users. Responsibilities: ·          Interacted with Data Modelers and Business Analysts to understand the requirements and the impact of the ETL on the business. ·          Understood the requirement and develope