obiee installation steps

16
OBIEE 11G INSTALLATION STEPS In order to install obiee you need to install RCU first- RCU Installation for BI 11g In windows run this batch file: D:\BIEE_11g_Source\bishiphome\RCU_WIn\rcuHome\BIN\ rcu.bat

Upload: rajibzzamanibcs

Post on 26-Sep-2015

52 views

Category:

Documents


2 download

DESCRIPTION

OBIEE Installation Steps

TRANSCRIPT

OBIEE 11G INSTALLATION STEPS

In order to install obiee you need to install RCU first-

RCU Installation for BI 11g

In windows run this batch file:

D:\BIEE_11g_Source\bishiphome\RCU_WIn\rcuHome\BIN\ rcu.bat

RCU-6002:The specified database does not meet the minimum requirement to load metadata repository. RCU-6080:Global prerequisite check failed - Check requirement for specified database The database you are connecting is not a supported version. Enter Database with version equal to or higher than 10.2.0.4.0 in 10g or version equal to or higher than 11.1.0.7.0 in 11g. Refer to the certification matrix for supported DB versions

OBIEE INSTALLATION STARS FROM HERE

Press ignore

All schema password sys123

BIEE installation starts from here

Weblogic password Ibcs1234

Sample repository password Admin123

Important to remember

After installation you could login by user weblogic and password Ibcs1234 but after you shutdown the machine you could not login by user weblogic , it will throws an error invalid userid and password. For that you have to alter 2 users

DEV_MDS

DEV_BIPLATFORM

How Connect 11g database using sqlplus and then give the command

Alter user DEV_MDS identified by sys_password

Alter user DEV_BIPLATFORM identified by sys_password

After that stop the BI services and then start the BI services and login with weblogic user with password Ibcs1234. After that when you want to connect any schema with BI administration it will connect automatically. For 11g biee copy the tnsname.ora file from database 11g network folder to biee network folder.