3.1.3 OFS Anti-Money Laundering (AML)
This section describes the AML-related post-installation steps.
If OFS AML is installed:
- Delete the list of class files inside the
$FIC_HOME/bdf/classes
directory. - Steps to execute DQ scripts in different
FSDF INFODOMs
are as follow:- Navigate to
FIC_HOME/database/db_tools/bin
path and execute the fileReplace_FSDF_Placeholder.sh
withFSDF infodom
and FSDF segments as arguments. For example :./Replace_FSDF_Placeholder.sh FSDFINFODOM FSDFSEGENT
. - Copy
$FIC_HOME/database/DQScripts
to a local folder. - Log in to FSDF schema and Run the following command in SQL
developer.
define dir="DQFIles_PATH"
DQFIles_PATH
- The directory path DQ files were copied in step above.For example:
define dir="C:\DQScripts"
.Execute Execution_Order_DQ.sql
For example:
@&dir\Execution_Order_DQ.sql
.
- Navigate to
- Execute the below SQL script in BD atomic schema if BD and FSDF are in the same
Infodom. If FSDF is in a different Infodom, execute the below SQL script in FSDF
atomic schema:
ALTER TABLE STG_RETIREMENT_ACCOUNTS_TXNS MODIFY D_POSTING_TIME TIMESTAMP WITH TIME ZONE
/
ALTER TABLE STG_ANNUITY_TXNS MODIFY D_POSTING_TIME TIMESTAMP WITH TIME ZONE
/