Metadata Navigator is for ODI 10g and its named as odiconsole in 11g
And you will need a standalone weblogic server to deploy the odiconsoel.jar. In ODI, we can choose the option of deploying ODIconsole at the time of installation itself. Or it can extendede to deply it later
Note:
PreRequisites:
Weblogic server installed
Steps :
Installing ODIConsole:
Post Deployment Configuration:
And you will need a standalone weblogic server to deploy the odiconsoel.jar. In ODI, we can choose the option of deploying ODIconsole at the time of installation itself. Or it can extendede to deply it later
Note:
- Weblogic 10.3.5 is needed to host the ODIconsole of version 11.1.1.5
- Also Installing ODI on 64 bit machine does not support 64 bit JDK. Its a known bug in ODI 11g. so a 32-bit JDK is needed to start up the ODIStudio
PreRequisites:
Weblogic server installed
Steps :
- Download the requied version of ODI installaer from the oracle site
- Follw the screenshots below and install the ODI
Select the ODIStudio, standalone agent and ODIConsoela s well
Specify the middleware home and ODI home
You can skip the repository connection step. Repositories can be created later
Specify the agent name and port to be used
Installing ODIConsole:
- Run the config.jar to configure the domain
- Now login to the weblogic server and look under servers
- servers->Admin server->deployments->odiconsole
- Expand odiconsole to click the modules
- Go to Testing tab and click the url on default.
- It will take you to the odiconosle
- It will be of the form http://localhost:7001/odiconsole
- Login with master and work repository credential
- Now you will be able to see the work and master repository screen
Select the ODI console data source
enter the domain name and domain location
Specify the weblogic server username and password
configure master and work repository schemas
Target the deploymetn to the admin srever and if neede the managed servers as well
Make sure to select the check box for ODI console
Make sure to select the check box for JDBC Resource of amster nad work repositories
Select create to create the domain
Post Deployment Configuration:
- go to ODI_HOME\Common\bin folder
- execute the wlst.cmd
- connect to the weblogic domain by providing username nad password
- create the credential with the SUPERVISOR user account and password details and finally disconnect
- Below is the script to execute the above steps
- connect(‘weblogic’,'welcome1′,’t3://localhost:7001′)
- createCred(map=”oracle.odi.credmap”, key=”SUPERVISOR”, user=”SUPERVISOR”, password=”SUNOPSIS”, desc=”Key for Supervisor”)
- disconnect()