7        Post-installation

On successful installation of the Oracle Financial Services OIP application pack, follow the post-installation procedures mentioned in Post-installation Checklist.

NOTE:   

You must clear the application cache before deploying the Application Pack web archive file. This applies to all web servers (WebSphere, WebLogic, Tomcat). For more information, see the Clear Application Cache section.

 

Topics:

·        Post-installation Checklist

·        Patch Oracle Insurance Planner

·        Updating the Config Schema 

·        Assign Grants for Schemas

·        Backup the OFS_OIP_SCHEMA_IN.xml, OFS_OIP_SCHEMA_OUTPUT.xml, and Silent.props Files

·        Stop the Infrastructure Services 

·        Create and Deploy the EAR/WAR Files 

·        Start the Infrastructure Services

·        Access the OFSAA Application

·        OFSAA Landing Page 

·        Configure Tomcat 

·        Change the ICC Batch Ownership 

·        Configure Data Source

·        Create and Deploy the EAR or WAR Files 

·        Configure the excludeURLList.cfg File 

·        Configure Data Redaction in OFSAA 

·        Data Protection Implementation in OFSAA 

·        Post-Deployment Configurations 

Post-Installation Checklist

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

NOTE:   

See the Post-Installation section in the OFS AAI Release 8.1.2.0.0 Installation and Configuration Guide to complete the following checklist procedures.

 

Post-installation Checklist

Sl. No.

Post-installation Activity

1

Verify that all patches are successfully installed.

2

Update the Config Schema.

Note: This step is applicable only for deployment on the Oracle Cloud Infrastructure. 

3

Back up the OFS_OIP_SCHEMA_IN.xml, OFS_OIP_SCHEMA_OUTPUT.xml, and Silent.props files. 

4

Stop the OFSAA Infrastructure services.

5

Start the OFSAA Infrastructure services.

6

Create and deploy EAR or WAR files. 

7

Configure the browser settings for the Internet. 

8

Configure the webserver. 

9

Configure the Resource Reference in web application servers. 

10

Configure the Work Manager in the web application servers. 

11

EAR/WAR File - Build Once and Deploy Across Multiple OFSAA Instances. 

12

Access the OFSAA application. 

13

Configure excludeURLList.cfg file. 

14

Configure Tomcat. 

15

Change the ICC batch ownership. 

16

Configure Data Source.

17

Set Data Redaction in Oracle Insurance Planner.

18

Implement Data Protection in OFSAA.

19

Post-deployment Configuration.

·        OBIEE Configuration – Deploy Oracle Insurance Planner Analytics.

·        Logging as System Administrator.

·        Create Application Users.

·        Map the Application User (or Users) to User Groups.

·        OIP Pack User Group Names.

 

Patch Oracle Insurance Planner

Oracle strongly recommends installing the latest available patch set to be up-to-date with the various releases of the OFSAA product. Contact My Oracle Support. for more information on the latest release.

Mandatory Patch

Download and apply the AAI mandatory One-off Patch 33995565.

Assign Grants for Schemas

See Assign Grants for Schemas section in the OFS AAI Release 8.1.2.0.0 Installation and Configuration Guide on how to assign grants for the schemas.

Backup the OFS_OIP_SCHEMA_IN.xml, OFS_OIP_SCHEMA_OUTPUT.xml, and Silent.props Files

Backup the OFS_OIP_SCHEMA_IN.xml, OFS_OIP_SCHEMA_OUTPUT.xml, and Silent.props files as they can be reused when upgrading existing applications or installing new applications.

 

Directory of Files to Backup

File Name

Directory

OFS_OIP_SCHEMA_IN.xml

OFS_OIP_PACK/schema_creator/conf

OFS_OIP_SCHEMA_OUTPUT.xml

OFS_OIP_PACK/schema_creator/

Silent.props

OFS_OIP_PACK/appsLibConfig/conf

Stop the Infrastructure Services

See Stop the Infrastructure Services in OFS AAI Release 8.1.2.0.0 Installation and Configuration Guide for details.

Create and Deploy the EAR or WAR Files

See Create and Deploy the EAR or WAR Files in OFS AAI Release 8.1.2.0.0 Installation and Configuration Guide for details.

EAR or WAR File - Build Once and Deploy Across Multiple OFSAA Instances

See EAR or WAR File - Build Once and Deploy Across Multiple OFSAA Instances in OFS AAI Release 8.1.2.0.0 Installation and Configuration Guide for details.

Start the Infrastructure Services

See Start the Infrastructure Services in OFS AAI Installation Guide for details.

View OFSAA Product Licenses after Installation of Application Pack

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 OFS Analytical Applications Infrastructure User Guide Release 8.1.2.0.0.

Configure Tomcat

To stop generating static content with one print statement per input line, you must configure the web.xml file.

To configure the web.xml file, perform the following steps:

1.     Navigate to the tomcat/conf directory.

2.     Edit the web.xml file as follows:

3.     Set the mapped file parameter to False in the servlet tag mentioned with

<servlet-name>jsp</servlet-name>.

<init-param>

<param-name>mappedfile</param-name>

<param-value>false</param-value>

</init-param>

Deploying the Webserver using Tomcat

Perform the following steps to deploy the Webserver by using Tomcat:

1.     Configure the Apache Tomcat Server. For more information, see the Configure the Apache Tomcat Server section in OFS Analytical Applications Infrastructure Installation and Configuration Guide.

2.     After configuring the Apache Tomcat Server, create the Data Source. For more information, see the Create Data Source section in OFS Analytical Applications Infrastructure Installation and Configuration Guide.

Change the ICC Batch Ownership

All seeded Batches in the Oracle Insurance Planner pack are automatically assigned to the SYSADMN user during installation. To view 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:

·        from user 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 of that Infodom will be changed.

Configure Data Source

This section details the configurations required for Data Sources in the OFSAA applications.

·        Create a connection pool in the Information Domain. For more information, see the OFS AAI Release 8.1.2.0.0 Installation and Configuration Guide.

·        JNDI name of the connection pool must be <res-ref-name> as mentioned in the web.xml file. For example jdbc/OFSINFDOM

·        Create and deploy the web components into the webserver. For more information on deploying the web components, see the OFS AAI Release 8.1.2.0.0 Installation and Configuration Guide.

·        The following tag must be added manually in web.xml if not already present in the web.xml file.

<resource-ref>

<!-- description>DB Connection INFODOM</description -->

<res-ref-name>jdbc/ INFODOM</res-ref-name>

<res-type>javax.sql.DataSource</res-type>

<res-auth>Container</res-auth>

</resource-ref>

Configure the excludeURLList.cfg File

See Configure the excludeURLList.cfg File in OFS AAI Installation Guide for details.

Configure Data Redaction in OFSAA

This section details the configurations required in case you want to enable Data Redaction in the OFSAA applications.

Topics:

·        Prerequisites

·        Data Redaction

·        Enable Data Redaction in case of an Upgrade

Prerequisites

Ensure the required Oracle Database Server versions are installed:

·        Oracle Database Server Enterprise Edition 18c Release 3  - 64 bit RAC/Non-RAC with/without partitioning option, Advanced Security Option.

·        Oracle Database Server Enterprise Edition 19c Release 3 - 64 bit RAC/Non-RAC with/without partitioning option, Advanced Security Option.

Data Redaction

OFSAA is enhanced to enable masking of sensitive data and Personal Identification Information (PII) to adhere to Regulations and Privacy Policies. Oracle Data Redaction provides selective, on-the-fly redaction of sensitive data in database query results before being displayed by applications so that unauthorized users cannot view the sensitive data. The stored data remains unaltered, while displayed data is transformed into a pattern that does not contain any identifiable information.

To enable Data Redaction, perform the following steps:

1.     Log in as SYSDBA into the database.

2.     Execute the $FIC_HOME/utility/data_security/scripts/create_data_sec_ roles.sql file only once per database (PDB in case of 18c/19c).

3.     Execute the following SQL statement to find out the list of atomic users from the table:

select v_schema_name from aai_db_detail where V_DB_NAME <> 'CONFIG' AND V_DB_ TYPE = 'ORACLE'

4.     Execute the $FIC_HOME/utility/data_security/scripts/grant_data_sec_roles.sql file for all atomic users found in the previous step.

5.     From the Configuration window in the System Configuration module, select the Allow Data Redaction checkbox.

6.     Run the Data Redaction utility.

For more details on enabling Data Redaction, see the Data Redaction section in the Data Security and Data Privacy topic in the OFS Analytical Applications Infrastructure Administration and Configuration Guide.

Data Protection Implementation in OFSAA

Data Protection implementation in OFSAA applications includes the following:

·        Right to be Forgotten

·        Data Portability

·        Pseudonymization

·        Notice and Consent

·        Data Archival

·        Data Redaction

See the OFSDF Data Protection Implementation Guide for details.

Right to be Forgotten

Right to be Forgotten is the task of removing Personally Identifiable Information (PII) of a Data Subject for the given Party. The financial institution can delete PII for those Data Subjects who have requested this Right to be Forgotten functionality.

The Data Subjects may have made significant financial transactions, and/or financial information may be required for regulatory or compliance reporting. Deleting the complete record that consists of PII may lead to issues in data reconciliation. In OFSAA, the PII data will be replaced with randomized values and therefore, the complete Data Subject record is retained. As a result, financial information is retained; however, the associated Party PII is removed permanently.

Configuring Right to be Forgotten During Oracle Insurance Planner Installation

To configure Right to be Forgotten, follow these steps:

1.     Ensure that you assign the role of Data Controller to the OIP user.

2.     Edit the task of the batch <Infodom_name>_RightToForget. By default the parameter is SYSADMN. Modify the user ID in the Metadata Value field to the OIP Data Controller user ID from Step 1.

3.     Add the party IDs entries for the Right to Forget in the FSI_PARTY_RIGHT_TO_FORGET table.

4.     Execute the batch <Infodom_name>_RightToForget, for the specific FIC MIS date mentioned in the FSI_PARTY_RIGHT_TO_FORGET table. 

Post-deployment Configurations

This section includes the post-deployment configuration steps.

Topics:

·        Logging as System Administrator

·        Creating Application Users

·        Mapping Application User (or Users) to User Group 

·        OIP Pack User Group Names

Logging as System Administrator

This section includes provides information about the system administrator roles and privileges.

Topics:

·        Role of an Administrator

·        Function Maintenance 

·        Role Maintenance 

·        Function - Role Mapping

·        User Group Role Mapping 

Role of an Administrator

There are two types of Administrators as defined by the OFS Analytical Applications Infrastructure: A User Administrator and a System Administrator.

·        System Administration: refers to a process of managing, configuring, and maintaining confidential data in a multi-user computing environment. A System Administrator creates functions, roles, and mapping functions to specific roles. A System Administrator also maintains segment information, holiday list, and restricted passwords to ensure security within the application. The following are the activities of a System Administrator:

§       Function Maintenance

§       Role Maintenance

§       Function-Role Mapping

·        User Administration: This is one of the core functions of Security Management which involves administrators creating user definitions, user groups, maintaining profiles, authorizing users and user groups, and map users to groups, domains, and roles. A User Administrator controls the user privileges in accessing the application and is based on business requirements to provide access to view, create, edit, or delete confidential data.

A User Administrator grants permissions based on user roles and requirements.

The respective roles must be mapped to administrative user SYSADMN.

Function Maintenance

For details, see the System Administrator section in the Oracle Financial Services Analytical Applications Infrastructure User Guide.

Role Maintenance

For details, see the System Administrator section in the Oracle Financial Services Analytical Applications Infrastructure User Guide.

Function - Role Mapping

For details, see the System Administrator section in the Oracle Financial Services Analytical Applications Infrastructure User Guide.

User Group Role Map

For details, see the User Group Role Map section in Oracle Financial Services Analytical Applications Infrastructure User Guide.

Creating Application Users

Create the application users in the OFSAA setup before use.

For details, see the User Administrator section in the Oracle Financial Services Analytical Applications Infrastructure User Guide.

Mapping Application User (or Users) to User Group

For details, see the User Administrator section in the Oracle Financial Services Analytical Applications Infrastructure User Guide.

With the installation of the OIP application pack, preconfigured Application user groups are seeded. These user groups are unique to every OFSAA Application Pack and have application roles preconfigured.

For more information on seeded User Groups, see OIP Pack User Group Names.

Map the application user (or users) to the respective Application User Group (or users) and subsequently authorize the entitlements by logging in as SYSAUTH (System Authorizer) user.

For details, see the Mapping or Unmapping Users section in the Oracle Financial Services Analytical Applications Infrastructure User Guide.

OIP Pack User Group Names

The section provides information about the User Group names seeded as part of the Oracle Insurance Planner application pack.

To access the OIP application, you can map the created users to the following user groups:

·        UGOIPADMIN - Insurance Planner Administrator

·        UGOIPANALYST-Insurance Planner Analyst

Access the OFSAA Application

Before accessing the OFSAA application ensure the Internet Settings are configured.

To access the OFSAA application, follow these steps:

1.     Open a browser and enter the URL in the following format:

<scheme>://<IP address/ hostname>:<port>/<context-name>/login.jsp

For example, http://192.0.2.2/ofsaa/login.jsp

The OFSAA Login window is displayed.

Figure 11: OFSAA Login Window

Description of the OFSAA application Login Page follows This illustration shows the login page for the OFSAA applications. You can select the required Language, enter valid User ID and Password, and then click Login.

With the installation of every OFSAA Application Pack, there are two seeded user-profiles configured in the system:

§       SYSADMN System Administrator

§       SYSAUTH System Authorizer

The SYSADMN and SYSAUTH users are configured with a default password, which you will require to log in for the first time. See the MOS Doc ID: 2691681.1 for the password.

2.     Log in to the application using the SYSADMN User ID and the default password. After the first login, you are prompted to change the password. Create a user, for more

ATTENTION:   

The password change is required only for a new installation scenario and not for upgrade scenarios.

OFSAA Landing Page

On successful login, the OFSAA Landing screen is displayed.

OFSAA Landing screen shows the available Applications as tiles, for which a user has access. Clicking the respective Application tile launches that particular application. You can change the landing page based on your preference.

Masthead

This section describes the user interface components in the OFSAA Landing page.

Figure 12: User Interface Components

Description of the OFSAA Header follows This illustration shows the user interface components in the OFSAA Header such as Navigation menu, Application icon, Administration icon, Language Selection menu, User Selection menu, User Connected To icon, and Last Login Details icon.

·        Navigation Menu: This icon is used to trigger the Application Navigation Drawer.

·        Application Icon: This icon is used to show the available Applications installed in your environment at any time.

·        Administration Icon: This icon is used to go to the Administration window. The Administration window displays modules like System Configuration, Identity Management, Database Details, manage OFSAA Product Licenses, Create New Application, Information Domain, Translation Tools, and process Modelling Framework as Tiles.

·        Reports Icon: This icon is used to launch various User Reports such as user Status Report, User Attribute Report, User Admin Activity Report, User Access Report, and Audit Trial Report.

·        Language Menu: It displays the language you selected in the OFSAA Login Screen. The language options displayed in the Language Menu are based on the language packs installed in your OFSAA instance. Using this menu, you can change the language at any point in time.

·        User Menu: Clicking this icon displays the following menu:

Figure 13: User Menu

Description of the User Menu follows This illustration shows the User Menu in the OFSAA Landing Page. The menu includes Preferences, About, Change Password, and Log Out options.

§       Preferences: To set the OFSAA Landing Page.

§       Change Password: To change your password. For more information, see the Change Password section in the OFS AAI User Guide. This option is available only if SMS Authorization is configured.

§       Log Out: To log out from OFSAA applications.

§       Last Login Details: This displays the last login details as shown.

Figure 14: Last Login Details

Description of the Last Login Details follows This illustration shows the Last Login Details as displayed in the OFSAA Landing Page. Click the Last Login Details icon in the top-right corner of the page to view the details.

Navigation Drawer

To launch the navigation drawer, follow these steps:

1.     Click the Navigation menu Navigation menu icon Navigation menu icon to launch the Navigation Drawer as shown.

Figure 15: Navigation Drawer

Description of the Navigation Drawer follows This illustration shows the Navigation drawer in OFSAA applications. Click the application links in the pane to access the applications..

Here the navigation items appear as a list. The First Level menu shows the installed applications. Clicking an application displays the second-level menu with the application name and Common tasks menu. The arrangement of the menu depends on your installed application.

2.     Clicking an item in the menu displays the next level sub-menu and so on. For example, to display Data Sources, click Financial Services Enterprise Modeling select Data Management select Data Management Framework, select Data Management Tools, and then select Data Sources.

Figure 16: Navigation Drawer Menus and Submenus

Description of the Navigation Drawer - Menu and Sub-menu follows This illustration shows the Navigation Drawer - Menu and Sub-menu. Click each link to access the features.

3.     Click Hierarchical Menu Hierarchical Menu Hierarchical Menu to display the navigation path of the current submenu as shown.

Figure 17: Navigation Submenu

Description of the Navigation Sub-menu follows This illustration shows the Navigation sub-menu. The RHS Content Area shows the Summary page of Data Sources. Click anywhere in the Content Area to hide the Navigation Drawer. To launch it back, click the Navigation menu.

4.     The RHS Content Area shows the Summary page of Data Sources. Click anywhere in the Content Area to hide the Navigation Drawer. To launch it back, click the Navigation menu Navigation menu icon Navigation menu icon.

5.     Click Home to display the OFSAA Landing Screen.

System Configuration

The Administration and Configuration section allows the System Administrators to configure the Server details, Database details, OLAP details, and Information Domain along with the other Configuration process such as segment and metadata mapping, and mapping segment to security. System Configuration is mostly a one-time activity that helps the System administrator to make the Infrastructure system operational for usage.

Navigate to System Configuration

Click the Administration Icon Administration icon Administration icon from the header to display the Administration tools in the Tiles menu. Click System Configuration from the Tiles menu to view a submenu list.

NOTE:   

After you have accessed a tool from the submenu, the options are also available in the Navigation List to the left. Click the Navigation menu  to access the Navigation List.

 

Figure 18: System Configuration Submenu

Title: System Configuration Submenu - Description: System Configuration SubmenuTitle: System Configuration Submenu - Description: This illustration shows the System Configuration sub-menu. Click each link to access the features.

You (System Administrator) must have full access rights to the ftpshare directory with the appropriate User ID and password to add and modify the server details.

Components of System Configuration

System Configuration consists of the following sections.

·        Database Server

·        Application Server

·        Web Server

·        Database Details

·        OLAP Details

·        Information Domain

·        Configuration

·        Create Application

Part III

Topics:

·        Configure the Web Server

·        Configure Resource Reference in Web Servers

·        Configure Work Manager in Web Application Servers

·        Additional Configurations

·        Migrate Excel Upload Functionality

·        FAQs