6.1 Installation Checklist

You can use this checklist to have a quick glance at everything that you will be doing to install this application. The link provided in each step takes you to a section either within this document or to another referenced document.

Note:

If you are installing OFS CRA in an environment where OFS Hedge Management, OFS Loan Loss Forecasting and Provisioning, OFS Asset and Liability Management, OFS Enterprise Financial Performance Analytics, and OFS Balance Sheet Planning are installed, then ensure to take the backup of the FSI_FISCAL_YEAR_INFO table and drop the table from the environment, by following the mentioned steps:
  1. Log in into Atomic schema
  2. Create the backup table for the FSI_FISCAL_YEAR_INFO table by executing the following statement.

    CREATE TABLE FSI_FISCAL_YEAR_INFO_BKP AS SELECT * FROM FSI_FISCAL_YEAR_INFO / DROP TABLE FSI_FISCAL_YEAR_INFO

Post- installation of CRA, merge the data from backup table to the FSI_FISCAL_YEAR_INFO table, by following the mentioned steps:
  1. Insert data in the table for the FSI_FISCAL_YEAR_INFO table by executing the below steps:
    INSERT INTO FSI_FISCAL_YEAR_INFO
    (
    FISCAL_PERIOD,
    START_MONTH
    )
    SELECT
    FISCAL_PERIOD,
    START_MONTH
    FROM FSI_FISCAL_YEAR_INFO_BKP

Table 6-1 Installation Checklist

Sl. No. Installation Activity
1 Configure the OFS_CRA_PACK.xml File
2 Configure the OFS_CRA_SCHEMA_IN.xml File
3 Execute the Schema Creator Utility in Online, Offline Modes, and verify the log file.
4 Configure the Silent.props file.
5 Configure the OFSAAI_InstallConfig.xml File
6 When installing with Oracle Database 26AI, follow the steps described inOracle Database 26ai Data Model Updates for Columns with Default Value
7 Install the OFS CRA Application Pack
8 Verify the Log File Information