2.7.1 Entity Resolution

To configure the entity resolution, follow these steps:
  1. Navigate to <COMPLIANCE_STUDIO_INSTALLATION_PATH>/deployed/ficdb/conf directory.
  2. Open the resources.xml file and update the following ER/FSDF Schema details.
    <Resource
    id="<ER_SCHEMA_ALIAS>"
    name="jdbc/erdataschema"
    auth="Container"
    type="javax.sql.DataSource"
    driverClassName="oracle.jdbc.OracleDriver"
    url="jdbc:oracle:thin:@<ER_SCHEMA_ALIAS>"
    connectionProperties="oracle.net.wallet_location=<STUDIO_WALLET_LOCAT
    ION>;oracle.net.tns_admin=<STUDIO_TNS_ADMIN_PATH>;"
    maxTotal="20"
    maxIdle="0"
    maxWaitMillis="-1">
    </Resource>