2 Installing This Release

This section covers the instructions to install the OFS DGUSRR Application pack maintenance release 8.1.2.1.0.

Before You Begin

Before you begin installing this maintenance release, ensure you have the following prerequisites:

  • Minimum patch set level must be OFS DGUSRR v8.1.2.0.0.
  • OFS US Fed Regulatory Reporting Release v8.1.2.0.0 (applicable only if you are installing US Fed)
  • Download the following Datamodel Patches:
    • DGS 8.1.2.1.0 DATA MODEL ERWIN FILES FOR 2019 R1 VERSION (Patch ID: 35149524)
    • DGS 8.1.2.1.0 DATA MODEL ERWIN FILES FOR 2020 R2 VERSION Patch ID: 35149539)

See the OFS Analytical Applications Technology Matrix for the Hardware and Software Reqirements.

Installing OFS DGS North America Regulatory Reporting

To install the maintenance release:
  1. Log in to My Oracle Support, and search ID 35134155 under the Patches and Updates Tab.
  2. Download the OFS_DGS_8.1.2.1.0_GENERIC.zip archive file and copy it to your OFSAA server in Binary Mode.
  3. Shut down all the OFSAAI Services.
    For more information, see the Stop the Infrastructure Services section.
  4. Login to the OFSAA Server with the user credentials that were used to install OFS DGS.
  5. Extract the contents of the patch archive file using the command:
    unzip –a <name of the file to be extracted>
    For example: unzip –a OFS_DGS_8.1.2.1.0_GENERIC.zip
    If you notice an error message unzip: not found [No such file or directory before the package is installed, contact your UNIX Administrator.
  6. If you already have an unzip utility installed, skip to the next step.
    If you do not have an unzip utility, download the unzip utility (OS-specific), and copy it in Binary Mode to the directory that is included in your PATH variable, typically $HOME Path or the directory in which you have copied the v8.1.2.1.0 ML installer.
    Give EXECUTE permission to the file using the following command:
    chmod 755 appsLibConfig OFS_DGS DataModel
  7. Modify the params.conf file present in the appsLibConfig/conf directory and update the following parameters using the instructions.
    Update the value in the UPLOAD_MODEL parameter to 1 and MODEL_TYPE as 0.
  8. Give EXECUTE permission to the installer file. Navigate to the OFS_DGS/bin directory and execute the following command:
    chmod -R 755 setup.sh
  9. Execute the software upgrade command: ./setup.sh SILENT
  10. Verify that the maintenance level release is applied successfully by checking the following log files generated in the installation folder:
    OFS_DGS/logs/OFS_DGS_installation.log for the Oracle Financial Services Data Governance for North America Regulatory Reporting installation log file.
    You can ignore the following errors in the log files: ORA-00001
    If there are other errors, contact My Oracle Support.
  11. After successful installation, follow these steps:
    Clear the application cache. Navigate to the following directories depending on the Configured Web Application Server and delete the following files:
    1. Tomcat: <Tomcat installation location>/work/Catalina/localhost/<Application Name>/org/apache/jsp
    2. WebLogic: <WebLogic installation location>/domains/<Domain name>/servers/<Server name>/tmp/_WL_user/<Application name>/<auto generated folder>/jsp_servlet
  12. Delete the existing EAR or WAR file present in the $FIC_HOME/ficweb directory.
  13. Generate the application EAR or WAR file and redeploy the application on your Configured Web Application Server.
    For more information on generating and deploying the EAR or WAR file, see the Create and Deploy the EAR/WAR Files section.
  14. After the successful installation of the release, restart all OFSAAI Services.
    For more information, see the Start the Infrastructure Services section.