oracle business intelligence applications · configure master/work repository connection with odi...

Post on 22-Apr-2020

14 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

BUSINESS INTELLIGENCE

2015

Oracle Business

Intelligence Applications 11.1.1.9.2.0

S O N U K U M A R O J H A

Oracle Business Intelligence Applications Installation and Configuration Guide 2

Oracle Business Intelligence Application Installation and Configuration

This software and related documentation are provided to help the Business Intelligence Users/Readers who are interested in BI. The information

provided in this book will be helpful to those who are installing and configuring the Oracle Business Intelligence Applications at Windows

platform.The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please

report them to us in writing.

Author:- Sonu Kumar Ojha

Oracle Business Intelligence Applications Installation and Configuration Guide 3

Contents

Purpose:- ................................................................................................................................................. 4

Prerequisites ........................................................................................................................................... 4

RCU Creation for OBIEE ........................................................................................................................... 4

OBIEE Installation and Configuration: ...................................................................................................... 8

ODI Installation: .................................................................................................................................... 26

BI APPS RCU Creation: ........................................................................................................................... 28

BI APPS Installation:............................................................................................................................... 34

Applying Patches: .................................................................................................................................. 41

Updating ATGLite & FSM for BI Apps 11.1.1.9.2.0 .............................................................................. 44

Configuring BI APPS: .............................................................................................................................. 59

Upgrading Weblogic 10.3.5 to 10.3.6 ..................................................................................................... 73

Configure User Access for ODI Studio .................................................................................................... 83

Logging in ODI Studio: ........................................................................................................................... 84

Configure Master/Work repository connection with ODI ....................................................................... 84

Oracle Business Intelligence Applications Installation and Configuration Guide 4

Purpose:- The objective of document is to describe the steps to Installation and configuration of Oracle Business

Intelligence Application 11.1.1.9.2.0.

Prerequisites Loopback adapter for Windows

Oracle 11.2.+ or More should be installed and running.

RCU Creation for OBIEE

Oracle Business Intelligence Applications Installation and Configuration Guide 5

Oracle Business Intelligence Applications Installation and Configuration Guide 6

Oracle Business Intelligence Applications Installation and Configuration Guide 7

Oracle Business Intelligence Applications Installation and Configuration Guide 8

OBIEE Installation and Configuration: We have created RCU for OBIEE , now we are installing Oracle Business Intelligence Enterprise Edition

(OBIEE).

Oracle Business Intelligence Applications Installation and Configuration Guide 9

Oracle Business Intelligence Applications Installation and Configuration Guide 10

Oracle Business Intelligence Applications Installation and Configuration Guide 11

Oracle Business Intelligence Applications Installation and Configuration Guide 12

Oracle Business Intelligence Applications Installation and Configuration Guide 13

Oracle Business Intelligence Applications Installation and Configuration Guide 14

Oracle Business Intelligence Applications Installation and Configuration Guide 15

Oracle Business Intelligence Applications Installation and Configuration Guide 16

Oracle Business Intelligence Applications Installation and Configuration Guide 17

Oracle Business Intelligence Applications Installation and Configuration Guide 18

Oracle Business Intelligence Applications Installation and Configuration Guide 19

Oracle Business Intelligence Applications Installation and Configuration Guide 20

Oracle Business Intelligence Applications Installation and Configuration Guide 21

Oracle Business Intelligence Applications Installation and Configuration Guide 22

Oracle Business Intelligence Applications Installation and Configuration Guide 23

Oracle Business Intelligence Applications Installation and Configuration Guide 24

Oracle Business Intelligence Applications Installation and Configuration Guide 25

Oracle Business Intelligence Applications Installation and Configuration Guide 26

ODI Installation: ODI installation without repository configuration.

Oracle Business Intelligence Applications Installation and Configuration Guide 27

Oracle Business Intelligence Applications Installation and Configuration Guide 28

BI APPS RCU Creation:

Oracle Business Intelligence Applications Installation and Configuration Guide 29

Oracle Business Intelligence Applications Installation and Configuration Guide 30

Oracle Business Intelligence Applications Installation and Configuration Guide 31

Oracle Business Intelligence Applications Installation and Configuration Guide 32

Oracle Business Intelligence Applications Installation and Configuration Guide 33

Oracle Business Intelligence Applications Installation and Configuration Guide 34

BI APPS Installation: Run the following command from BI Apps unzipped location.

setup.exe -jreLoc e:\Java\jdk1.6.0_45

Oracle Business Intelligence Applications Installation and Configuration Guide 35

Oracle Business Intelligence Applications Installation and Configuration Guide 36

Oracle Business Intelligence Applications Installation and Configuration Guide 37

Oracle Business Intelligence Applications Installation and Configuration Guide 38

Oracle Business Intelligence Applications Installation and Configuration Guide 39

Oracle Business Intelligence Applications Installation and Configuration Guide 40

Oracle Business Intelligence Applications Installation and Configuration Guide 41

Applying Patches: Before applying patches, stop all services:-

$DOMAIN_HOME/bin/stopWebLogic.cmd

$WL_HOME/server/bin/stopNodeManager.cmd

$DOMAIN_HOME/bin/stopManagedWebLogic.cmd -bi_server1

$ORACLE_INSTANCE/bin/opmnctl stopall

Go to Oracle_BI1/biapps/tools/bin, path of OBIEE installation directory.

Oracle Business Intelligence Applications Installation and Configuration Guide 42

set the below parameters in apply_patches_import.txt file:-

Open command prompt with Administrator and execute the command:-

Goto directory Oracle_BI1\perl\bin>

Run the following command

perl D:\Oracle\Middleware\Oracle_BI1\biapps\tools\bin\APPLY_PATCHES.pl

D:\Oracle\Middleware\Oracle_BI1\biapps\tools\bin\apply_patches_import.txt

Oracle Business Intelligence Applications Installation and Configuration Guide 43

once all middleware patches installed succesfully, start all services

including Database, OPMN, Weblogic etc.

$DOMAIN_HOME/bin/startWebLogic.cmd

$WL_HOME/server/bin/startNodeManager.cmd

$DOMAIN_HOME/bin/startManagedWebLogic.cmd --bi_server1

$ORACLE_INSTANCE/bin/opmnctl startall

Check ManagedWeblogic server is running or not.

Oracle Business Intelligence Applications Installation and Configuration Guide 44

Updating ATGLite & FSM for BI Apps 11.1.1.9.2.0 Make sure all services are up and running fine before updating ATGLite and FSM.

Once all services up and running fine.

run psa.bat from Oracle_BI1/bin.

Oracle Business Intelligence Applications Installation and Configuration Guide 45

Oracle Business Intelligence Applications Installation and Configuration Guide 46

Oracle Business Intelligence Applications Installation and Configuration Guide 47

Oracle Business Intelligence Applications Installation and Configuration Guide 48

Oracle Business Intelligence Applications Installation and Configuration Guide 49

Oracle Business Intelligence Applications Installation and Configuration Guide 50

Updating FSM

Oracle Business Intelligence Applications Installation and Configuration Guide 51

Oracle Business Intelligence Applications Installation and Configuration Guide 52

Oracle Business Intelligence Applications Installation and Configuration Guide 53

Oracle Business Intelligence Applications Installation and Configuration Guide 54

Oracle Business Intelligence Applications Installation and Configuration Guide 55

Oracle Business Intelligence Applications Installation and Configuration Guide 56

Oracle Business Intelligence Applications Installation and Configuration Guide 57

Oracle Business Intelligence Applications Installation and Configuration Guide 58

Or you can update it by command line:-

Updating ATGLite & FSM

Run the following command

java -jar biappsrepositoryutil.jar upgradeATG <mandatory parameters>

java -jar biappsrepositoryutil.jar upgradeATG bi.oracle.com=D:\Oracle\Middleware\Oracle_BI1

work.dir=F:\WORKDIR biacomp.user=DEV5_BIACOMP biacomp.password=*****

db.conn.sid.url=localhost:1521:pdborcl atg.db.seed.url=localhost:1521/pdborcl db.sys.user=sys as

sysdba db.sys.password=sys;

Or we can run update script directly into the BIACOMP schema.

Oracle Business Intelligence Applications Installation and Configuration Guide 59

Updating FSM:

D:\Oracle\Middleware\Oracle_BI1\biapps\tools\lib>java -jar biappsrepositoryutil. jar upgradeFSM bi.oracle.com=D:\Oracle\Middleware\Oracle_BI1 work.dir=F:\WORKDIR biacomp.user=DEV5_BIACOMP biacomp.password=Welcome1 db.conn.sid.url=localhost:15 21:pdborcl fsm.db.seed.url=localhost:1521/pdborcl db.sys.user=sys as sysdba db.s ys.password=sys

After applying Middleware patches. We are ready for BI Apps configuration.

BI Apps Configuration:

Configuring BI APPS:

Run through command prompt:-

Oracle Business Intelligence Applications Installation and Configuration Guide 60

Oracle Business Intelligence Applications Installation and Configuration Guide 61

Oracle Business Intelligence Applications Installation and Configuration Guide 62

Oracle Business Intelligence Applications Installation and Configuration Guide 63

Oracle Business Intelligence Applications Installation and Configuration Guide 64

Oracle Business Intelligence Applications Installation and Configuration Guide 65

Oracle Business Intelligence Applications Installation and Configuration Guide 66

Oracle Business Intelligence Applications Installation and Configuration Guide 67

Oracle Business Intelligence Applications Installation and Configuration Guide 68

Oracle Business Intelligence Applications Installation and Configuration Guide 69

Oracle Business Intelligence Applications Installation and Configuration Guide 70

Oracle Business Intelligence Applications Installation and Configuration Guide 71

Oracle Business Intelligence Applications Installation and Configuration Guide 72

Oracle Business Intelligence Applications Installation and Configuration Guide 73

Upgrading Weblogic 10.3.5 to 10.3.6 Run the following command from unzipped directory of weblogic software.

java -jar wls1036_generic.jar

Oracle Business Intelligence Applications Installation and Configuration Guide 74

Oracle Business Intelligence Applications Installation and Configuration Guide 75

Oracle Business Intelligence Applications Installation and Configuration Guide 76

Oracle Business Intelligence Applications Installation and Configuration Guide 77

Oracle Business Intelligence Applications Installation and Configuration Guide 78

Oracle Business Intelligence Applications Installation and Configuration Guide 79

Oracle Business Intelligence Applications Installation and Configuration Guide 80

Oracle Business Intelligence Applications Installation and Configuration Guide 81

Oracle Business Intelligence Applications Installation and Configuration Guide 82

Now start the weblogic server and check the version of weblogic.

Oracle Business Intelligence Applications Installation and Configuration Guide 83

Configure User Access for ODI Studio

Copy cwallet.sso and jps-config-jse.xml from:

MW_HOME/user_projects/domains/bifoundation_domain/odi-clientconfig/embedded

To:

ODI_HOME/oracledi/client/odi/bin

Edit ODI_HOME/oracledi/client/odi/bin/odi.conf by updating the JPS

configuration file name:

AddVMOption -Doracle.security.jps.config=./jps-config-jse.xml

If you do not successfully complete these steps, you will receive the following error

message: ODI-10188: Error while login from OPSS<...>/jpsconfig.xml (No such file or directory).

Oracle Business Intelligence Applications Installation and Configuration Guide 84

Logging in ODI Studio: Before logging in , integrate ODI Security , Run the following commands

Integrate ODI security:

o G:\BIAPPS_HOME\user_projects\domains\bifoundation_domain\bin>setDomainEnv.c

md

o G:\BIAPPS_HOME\user_projects\domains\bifoundation_domain>java weblogic.WLST

Configure Master/Work repository connection with ODI

Oracle Business Intelligence Applications Installation and Configuration Guide 85

top related