Thursday 29 October 2015

OBIEE 11g integration with Hadoop

OBIEE integration with Hadoop:
Hadoop:
Hadoop is an software framework written in Java for distributed storage and distributed processing of very large data sets on computer clusters built from commodity hardware. The core of Hadoop consists of a storage part (Hadoop Distributed File System (HDFS)) and a processing part (MapReduce).
Data in a Hadoop cluster is broken down into smaller pieces (called blocks) and distributed throughout the cluster. In this way, the map and reduce functions can be executed on smaller subsets of your larger data sets, and this provides the scalability that is needed for big data processing.
Hive:
The Apache Hivedata warehouse software facilitates querying and managing large datasets residing in distributed storage.  It resides on top of Hadoop to summarize Big Data, and makes querying and analyzing easy. Hive provides a mechanism to project structure onto this data and query the data using a SQL-like language called HiveQL.
OBIEE Big data Analytics approach:

Creating Hive ODBC connection:
  1. Create ODBC Connection

Obiee bigdata integration
  1. import metadata using hivedsn
  1. Complete the rpd development based on requirement.
  2. Depoly the repository
  3. Open analytics and create reports

Wednesday 28 October 2015

Oracle Business Intelligence Enterprise Edition 12c (OBIEE 12.2.1.0.0) Installation step by step

OBIEE12C Installation:
Much awaited Oracle Business Intelligence Enterprise Edition 12c came out.

The Download links below:
  1.  JDK 8 Minimum of 8u51 Download here
  2. Oracle DB 12.1.0.2.0 Download here
  3. WebLogic Server Download here
  4. OBIEE 12c 12.2.1.0.0 Download here
  5. OBIEE Client Tools  Download Here
Install fusion middleware infra:
Run->cmd->cd program files\java\jdk1.8.0.65\bin
>java.exe –jar path location of jar file where you unzipped it.
Enter


Next


Next
Give the path location where install it.
Select Fusion Middleware Infrastructure->Next
Next


Uncheck the check box-> Next
Yes

Install
Next
Finish
Finish

Node Manager associated with machine MACHINE_NAME is not reachable.

Issue: The managed WebLogic servers are unable to be started up using the Node Manager inside the WebLogic Administration Console.
 Error: For server MANAGED_SERVER_NAME, the Node Manager associated with machine MACHINE_NAME is not reachable.
Solution:
1. Make sure all managed WebLogic servers are shut down.
2. Shut down the AdminServer.
3. Stop the Node Manager. In Windows, this can be done by stopping the Windows service (if installed) or closing out of the Command Prompt window running startNodeManager.cmd.
4. In the file system, delete the following files for each managed server:
a)      %DOMAIN_HOME%servers%MANAGED_SERVER_NAME%datanodemanager%MANAGED_SERVER_NAME%.state
b)      %DOMAIN_HOME%servers%MANAGED_SERVER_NAME%datanodemanager%MANAGED_SERVER_NAME%.lck
c)       %DOMAIN_HOME%servers%MANAGED_SERVER_NAME%datanodemanager%MANAGED_SERVER_NAME%.pid
5. Start up the Node Manager.
6. Start the Admin Server using either a startup script or WLST.
 After applying the steps above, you should be able to start the managed servers from the Admin Console.


ODI STUDIO 11G HANGS AT “INITIALIZE SEARCH ENGINE” WHEN OPENING ANY REPOSITORY OBJECT

Cause:
         Cause: ODI layout file might be corrupt.

Solution:
  1. Remove the ODI layout file windowinglayout.xml
  2. Restart ODI Studio and try again.

Location of the xml file: %APPDATA%-->odi-->system11.1.1.6.0-->o.ide.11.1.1.6.38.61.92
For example:
C:\Users\<UserName>\AppData\Roaming\odi\system11.1.1.6.0\o.ide.11.1.1.6.38.61.92 

Oracle Business Intelligence Enterprise Edition 12c - OBIEE 12.2.1.0.0 - Relased

Much awaited Oracle Business Intelligence Enterprise Edition 12c came out.

The Download links below:

  1.  JDK 8 Minimum of 8u51 Download Here
  2. Oracle DB 12.1.0.2.0 Download Here
  3. WebLogic Server Download Here
  4. OBIEE 12c 12.2.1.0.0 Download Here
  5. OBIEE Client Tools Download Here