Monday, May 9, 2011

OBIEE 11g New Version 11.1.1.5.0 released.

Below is the link to down load:

http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/biee-111150-393613.html

Tuesday, February 22, 2011

OBIEE 11g New Features Compared to OBIEE 10g

Changing Branding Logo in OBIEE11g

When we install the obiee 11g by default oracle provides Branding Logo as Oracle. If we want to change the Oracle Logo & we need to place the required logo in below specified path as oracle_logo.png







Paths: D:\OBI\Oracle_BI1\bifoundation\web\app\res\sk_blafp\b_mozilla_4

D:\OBI\instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\analyticsRes\sk_blafp\b_mozilla_4

D:\OBI\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war\res\sk_blafp\b_mozilla_4
Example:
















Restart All Services once and refresh your browser once. It will shows you the changed Barnding logo






Note: Take Backup of original oracle logo before placing the duplicate logo in above specified paths.


Sample Dashboard designed using different Icons & Logo:














Regards,
Pasupuleti









Monday, January 17, 2011

Steps for starting the services manually in OBIEE 11g

ORACLE_OBIEE_HOME = This is your root folder where you installed OBIEE 11g, Please note that by default "instance1" is created but if you tried to install multiple times you might have different name (ex: instance2).If your instance name is different replace the instance1 with your correct instance name
  1. ORACLE_BIEE_HOME/user_projects/domains/bifoundation_domain/bin/startWebLogic.cmd
  2. ORACLE_BIEE_HOME /wlserver_10.3/server/bin/startNodeManager.cmd
  3. ORACLE_BIEE_HOME/user_projects/domains/bifoundation_domain/bin/startManagedWebLogic.cmd bi_server1
ORACLE_OBIEE_HOME/instances/instance1/bin/opmnctl startall

You can use ias-component name in the output to stop/start individual service.

For example, following command stops presentation service.


opmnctl stopproc ias-component=coreapplication_obips1
 
And following command starts presentation service 
opmnctl startproc ias-component=coreapplication_obips1
 
Following commands can be used to stop/start all services in the instance.
opmnctl stopall
opmnctl startall
regards,
Pasupuleti