This section provides information for Post-installation required for the OFSBCE Release 8.1.1.0.0.
Topics:
· OFSAA Infrastructure Patch Installation
· Verify the Log File Information
· Stop the Infrastructure Services
· Create and Deploy the EAR/WAR Files
· EAR/WAR File - Build Once and Deploy Across Multiple OFSAA Instances
· Start the Infrastructure Services
· Access the OFSAA Application
· View OFSAA Product Licenses after the Installation of Application Pack
· Configure the excludeURLList.cfg File
· Map the Application User(s) to User Group
· Change the ICC Batch Ownership
· Add TNS entries in the TNSNAMES.ORA File
· Configure Transparent Data Encryption (TDE) and Data Redaction in OFSAA
· Implement Data Protection in OFSAA
NOTE:
See the Post-Installation section in the Oracle Financial Services Advanced Analytical Applications Infrastructure Installation Guide Release 8.1.1.0.0 to complete these procedures.
For additional configuration information, see the Additional Configuration section.
Oracle strongly recommends installing the latest available patch set to be up-to-date with the various releases of the OFSAA product.
After the installation of OFSBCE Application 8.1.1.0.0:
· Apply the 32548944 one-off patch. See the ReadMe packaged with the patch for further instructions about how to install the patch.
· Apply the OFSAAI Mandatory Patch 33663417.
ATTENTION:
For the Mandatory Patch ID 33663417:
On the 10th of December 2021, Oracle released the Security Alert CVE-2021-44228 in response to the disclosure of a new vulnerability affecting Apache Log4J prior to version 2.15. The application of the 33663417 Mandatory Patch fixes the issue.
For details, see the My Oracle Support Doc ID 2827801.1.
Ensure that you reapply the OFSAAI Mandatory Patch 33663417 whenever you Install or Upgrade the Application, or whenever you apply an Incremental Patch.
For the Patch download information, see the Download the Mandatory Patches Section in Pre-installation for a new installation.
See My Oracle Support (MOS) for more information about the latest release.
See the following logs files for more information:
· Pack_Log.log file in the OFS_IBCE_PACK/logs/ directory.
· Infrastructure installation log files in the OFS_IBCE_PACK/OFS_AAI/logs/ directory.
· BCE installation log files in the OFS_IBCE_PACK/OFS_IBCE/logs/ directory.
ATTENTION:
You can ignore the "ORA-00001: unique constraint" error, and Object already exists and Table has a primary key warnings for the OFSA_CATALOG_OF_LEAVES table in the log file.
In case of any other errors, contact My Oracle Support (MOS).
See the Stop the Infrastructure Services section in the OFSAAI Release 8.1.1.0.0 Installation and Configuration Guide for details.
See the Create and Deploy the EAR/WAR Files section in the OFSAAI Release 8.1.1.0.0 Installation and Configuration Guide for details.
See the EAR/WAR File - Build Once and Deploy Across Multiple OFSAA Instances section in the OFSAAI Release 8.1.1.0.0 Installation and Configuration Guide for details.
See the Start the Infrastructure Services section in the OFSAAI Release 8.1.1.0.0 Installation and Configuration Guide for details.
See the Access the OFSAA Application section in the OFSAAI Release 8.1.1.0.0 Installation and Configuration Guide for details.
See the OFSAA Landing Page section in the OFSAAI Release 8.1.1.0.0 Installation and Configuration Guide for details.
In an integrated environment, where you have multiple applications installed on the same domain or infrastructure, OFSAAI allows you to see the other licensed applications through the UI. For more information, see the View OFSAA Product Licenses after Installation of Application Pack in the Oracle Financial Services Advanced Analytical Applications Infrastructure User Guide Release 8.1.1.0.0.
See the section Configure the excludeURLList.cfg File in the OFSAAI Release 8.1.1.0.0 Installation and Configuration Guide for details.
Create the application users in the OFSAA setup before use.
For details, see the Create Application Users section in the Oracle Financial Services Analytical Applications Infrastructure User Guide Release 8.1.1.0.0.
User UserGroup Map facilitates you to map user(s) to a specific user group, which in turn is mapped to a specific Information Domain and role. Every user group mapped to the Information Domain needs to be authorized. Else, it cannot be mapped to users.
User UserGroup Map screen displays details such as User ID, Name, and the corresponding Mapped Groups. You can view and modify the existing mappings within the User UserGroup Maintenance screen.
Starting with the OFSAA 8.1 release, with the installation of the OFS BCE Application, preconfigured Application user groups are seeded. These user groups are unique to every OFSAA Application Pack and have application roles pre-configured.
You can access the User UserGroup Map by expanding the Identity Management section within the tree structure of the LHS menu.
Name |
Description |
|---|---|
BCE Admin |
A user mapped to this group will have access to all the menu items for the entire OFSBCE Application. The exclusive menu’s which are available only to this group users are Application Preference and Global Preference under Settings Menu. |
BCE Analyst |
A user mapped to this group will have access to Data Management Framework, Dimension Management, and Metadata Browser Menus. |
All the seeded Batches in the OFS BCE application are automatically assigned to the SYSADMN user during installation. To see the batches in the Batch Maintenance menu, you must execute the following query in the Config Schema of the database:
begin
AAI_OBJECT_ADMIN.TRANSFER_BATCH_OWNERSHIP ('fromUser','toUser','infodom');
end;
OR
begin
AAI_OBJECT_ADMIN.TRANSFER_BATCH_OWNERSHIP ('fromUser','toUser');
end;
Where:
· fromUser indicates the user who currently owns the batch
· toUser indicates the user to whom the ownership must be transferred
· infodom is an optional parameter. If specified, the ownership of the batches pertaining to that Infodom will be changed.
See the Add TNS entries in the TNSNAMES.ORA File section in the OFSAAI Release 8.1.1.0.0 Installation and Configuration Guide for details.
See the Configure Transparent Data Encryption (TDE) and Data Redaction in OFSAA section in the OFSAAI Release 8.1.1.0.0 Installation and Configuration Guide for details.
See the Oracle Financial Services Data Foundation Application Pack Data Protection Implementation Guide Release 8.1.x for details.