7.1 Configuring the EDQ URL

To configure the EDQ URL for batch screening, follow these steps:
  1. Navigate to the FCI_DB_HOME/bin directory.
  2. Execute the command /EDQInsert.sh <INFODOM NAME>.
    This step is used to register the EDQ server details. You must replace the INFODOM NAME placeholder with your domain name.
  3. Enter the following details in the console where the command is run:
    • EDQ Server IP: An example of the EDQ URL is http://whf00bte.in.oracle.com:7008/ edq. Replace this with your EDQ server’s URL.
    • EDQ Server Direct Port Number: This is the JMX port number. This value must be 8090.
    • EDQ Server User Name: An example of the EDQ server user name is weblogic. Replace this with your EDQ server’s user name.
    • EDQ Password: An example of the EDQ password is weblogic1. Replace this with your EDQ server’s password.

    Figure 7-3 Configure the EDQ URL in Batch Screening


    This image displays the Configure the EDQ URL in Batch Screening.

  4. Configure the EDQ URL in the CONFIG schema. To do this, run the following script and replace the placeholders in the v_method_name and v_param_1 columns with the EDQ URL, EDQ user name, and EDQ password, respectively:
    select t.*,t.rowid from aai_wf_application_api_b t where t.v_process_id='CSRT' and t.v_app_api_id in ('1521535704140','1521535760435')