7.11 Perform Post Deployment Configurations

Prior to using the OFSAA Application perform the Post Deployment Configuration steps detailed in Cloning OFSAA Instance.

Configuring Jurisdictions and Business Domains

To configure the Jurisdiction and Business Domain, do the following:

  1. In the atomic schema, prepare two queries:
    1. MESSAGE_JURISDICTION_QRY: This query returns the jurisdiction according to your business requirement
    2. MESSAGE_BUSINESS_DOMAIN_QRY: This query returns the business domain according to your businesss requirement

      Note:

      The Place holder for this query should only be [GRP_MSG_ID].
  2. Fire the below queries:

    update setup_rt_params t set t.v_attribute_value1 = [MESSAGE_JURISDICTION_QRY] where t.v_param_name = 'MESSAGE_JURISDICTION';

    update setup_rt_params t set t.v_attribute_value1 = [MESSAGE_BUSINESS_DOMAIN_QRY] where t.v_param_name = 'MESSAGE_BUSINESS_DOMAIN';

  3. Populate the DOMAIN_JUR_GRP_MAP with the Jurisdiction and Business domains and user group mapping for security access.
  4. Prepare a batch to populate the FCC_SWIFT_BUS_DMN_MAP and FCC_SWIFT_JRSDSN_MAP tables according to your business requirement.