November 13, 2015

OBIEE 12c Installation on windows 7 64 bit

Hi All,

Please download the software from the URL's here or here.


Prerequisities:
1. Java
2. Oracle Database
3. FMW infrastructure executeble jar

4. OBIEE12c

I have downloaded it from the edelivery site.
After downloading and extracting the folders looks like the below screenshot. Please user 7-Zip extractor for extracting.




















Run the command prompt as Administrator. The below is command to run the fwm_12.2.1.0.0.




































































Now Please run the OBIEE 12c installer.































Click Next and Finish to complete OBIEE 12c Installation. Please run the Config.bat for the Domain Configuration.






























The URL's for the weblogic,em and Answers looks like below.

http://localhost:9500/em--Enterprise Manager
http://localhost:9500/console-Weblogic
http://localhost:9502/analytics-Answers


Thanks
Krishna

November 4, 2015

OBIEE 12c RPD Upload and Download Commands



Hi All,

The below is the commands for the RPD upload and download in OBIEE 12c.

Open the command prompt as an Administrator.

Go to the path C:\Oracle\Middleware\Oracle_Home\user_projects\domains\bi\bitools\bin(based on your installation directory) in command prompt.

Upload:

data-model-cmd.cmd uploadrpd -I C:\Oracle\Middleware\Oracle_Home\bi\bifoundation\server\SalesHistory2.rpd -W Admin123 -U weblogic -P Oracle123 -SI ssi

Uploading RPD Path:C:\Oracle\Middleware\Oracle_Home\bi\bifoundation\server\SalesHistory2.rpd

Download:

data-model-cmd.cmd downloadrpd -O C:\Oracle\Middleware\Oracle_Home\bi\bifoundation\server\SalesHistory2123.rpd -W Admin123 -U weblogic -P Oracle123 -SI ssi

Downloading Path:C:\Oracle\Middleware\Oracle_Home\bi\bifoundation\server\SalesHistory2123.rpd