Create Domain for EDQ 12.1.3.0.0:
In the last post we created repositories for EDQ and ODI using RCU. Today we will create domain for EDQ using config.cmd.
Switch to C:\Oracle\Middleware\Oracle_Home\oracle_common\common\bin location and start config.cmd. The configuration wizard will open. Follow the steps to setup it.
Select Oracle Enterprise Data Quality and let the default checked one as it is.
Remember this password as we will be using while logging to EDQ console.
Select the checkbox Start Admin Server to start it immediately just after finish. Or else you start the admin server manually.
Open browser and type http://localhost:7001/console
You can see the managed server (edq_server1 )is in offline mode. Now we need to start this managed server.
Open command prompt and switch to C:\Oracle\Middleware\Oracle_Home\user_projects\domains\edq_domain\bin location. Enter below command to start odq_server1 and wait untill it is in running mode. IN the middle it will ask you the weblogic username and password.
startManagedWeblogic.cmd edq_server1
Now if you check the server status in admin console, you can see it is in RUNNING mode.
Open browser and type http://localhost:8001/edq
Here you go!!
Thats all for today. Let me know if you face any issues.
Thanks!!