6.1 Configuring the EDQ URL

The Configuring the EDQ URL section describes the detailed process to configure the EDQ URL in Real- Time Screening with Customer Screening Alert Management (CSAM) and Enterprise Case Management (ECM) in the server.
To configure the EDQ URL for Real-time 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 <Host Name>:Port. 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.
  4. Enter CSAM for alert management if the Customer Screening Alert Management (CSAM) is as L1 investigation for Real Time Screening.
  5. If the Customer Screening Alert Management application is in the same server.

    Figure 6-2 Configure the EDQ URL in Real-time Screening with Customer Screening Alert Management (CSAM) in the same Server


    This image displays the Configure the EDQ URL in Real-time Screening with Customer Screening Alert Management (CSAM) in the same Server.

    Figure 6-3 Configure the EDQ URL in Real-time Screening with Customer Screening Alert Management (CSAM) in different Server


    This image displays the Configure the EDQ URL in Real-time Screening with Customer Screening Alert Management (CSAM) in different Server

  6. Enter ECM for case creation if the Enterprise Case Management (ECM) is as L1 investigation for Real Time Screening.
    1. If the Enterprise Case Management application is in the same server.

      Figure 6-4 Configure the EDQ URL in Real-time Screening with Enterprise Case Management (ECM) in the same Server


      This image displays the Configure the EDQ URL in Real-time Screening with Enterprise Case Management (ECM) in the same Server.

      Figure 6-5 Configure the EDQ URL in Real-time Screening with Enterprise Case Management (ECM) in the different Server


      This image displays the Configure the EDQ URL in Real-time Screening with Enterprise Case Management (ECM) in the different Server.

  7. 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')