Hello everyone!
Here is an interesting tutorial that explains how to install ODI (Oracle Data Integrator) Console application using WebLogic server. The ODI Console is basically a web based console using ADF-faces framework for monitoring and managing the runtime architecture as well as viewing the design time objects.
Using ODI console, developers can view the interfaces whereas administrators can create and import repositories in order to configure theTopology. Through this post, we will learn how to setup the console application from scratch in Oracle Data Integrator!
Pre-requisites: Oracle Data Integrator 11gR1 (build version 11.1.1.5.0), Weblogic server 11gR1 10.3.5, Windows XP SP3 32 bit OS machine
Step 1: Download and install Weblogic server 11gR1 10.3.5
Go to the downloads page for Oracle Weblogic server and install a proper bit version of the same. Once downloaded, run the .exe file. After the installation is completed, you should see a Middleware folder being created in the drive specified. For example, mine exists at D:\Middleware
Step 2: Download and install Oracle Data Integrator
In order to install the console application, you first need to install ODI inside the created Middleware directory, D:\Middleware, with the necessary components checked. Please check this blogpost. During ODI installation make sure you have chosen to install the ODI console component. The installation procedure is almost the same in all the versions till date. Create a master and a work repository before proceeding further.
Step 3: Configuring the domain
Using command prompt navigate upto the bin directory (D:\Middleware\Oracle_ODI1\common\bin) and execute the config.batfile! A configuration wizard should open up.
Now follow the below screenshots!
Make sure you select the option Oracle Data Integrator – Console
Add the Admin Server by clicking the arrow button.
Click on the Create button and the domain creation would begin. Start the Admin Server when completed.
Once the server is up and in running mode, open a new tab in your web browser.
Enter the address:
http://localhost:7001/console/login/LoginForm.jsp
Change the local host and port to whatever is listed by you in the Admin Server URL above.
Login into weblogic server with the credentials you provided during installation. On the left hand side, click on Environment –> Servers and then select the Admin Server (which should be running)
Enter SUPERVISOR credentials for logging into the ODI console!
Finally, this completes the installation of ODI console. That’s it for this tutorial. Hope it helps!
Comments
Post a Comment