3.2.2 Post Upgrade Steps
This section describes post upgrade steps when you upgrade from CS 8.1.2.7.0 to CS 8.1.2.8.0.
Common for All Use Cases
Configure Conda Environment
To configure conda environment, see the Registering the Conda Environment section.
Graph Use Case
Post-installation Grants for Graph Schema
- Post-installation Grants for BD
Graph
GRANT EXECUTE ON <BD_ATOMIC_SCHEMA>.P_FCC_CS_BD_EXTERNAL_ENTITY TO <GRAPH_SCHEMA>; GRANT SELECT ON <BD_ATOMIC_SCHEMA>.FCC_CS_BD_EXTERNAL_ENTITY TO <GRAPH_SCHEMA>; GRANT SELECT ON <BD_ATOMIC_SCHEMA>.FCC_CS_BD_DERIVED_GROUP TO <GRAPH_SCHEMA>;
- Post-installation Grants for ECM
Graph
GRANT EXECUTE ON <ECM_ATOMIC_SCHEMA>.P_FCC_CS_CM_EXTERNAL_ENTITY TO <GRAPH_SCHEMA>; GRANT SELECT ON <ECM_ATOMIC_SCHEMA>.FCC_CS_CM_EXTERNAL_ENTITY TO <GRAPH_SCHEMA>; GRANT SELECT ON <ECM_ATOMIC_SCHEMA>.FCC_CS_CM_DERIVED_GROUP TO <GRAPH_SCHEMA>; GRANT DELETE ON <ECM_ATOMIC_SCHEMA>.FCC_GRAPH_M_TRXN_VIEWS TO <GRAPH_SCHEMA>;
- Post-installation Grants for both BD and ECM
Graphs
GRANT SELECT, INSERT, UPDATE, DELETE ON <STUDIO_SCHEMA>.FCC_GRAPH_M_TRXN_VIEWS TO <GRAPH_SCHEMA>; GRANT SELECT ON <STUDIO_SCHEMA>.FCC_M_TABLES TO <GRAPH_SCHEMA>; GRANT SELECT ON <STUDIO_SCHEMA>.FCC_M_COLUMNS TO <GRAPH_SCHEMA>; GRANT SELECT ON <STUDIO_SCHEMA>.FCC_M_ATTRIBUTE TO <GRAPH_SCHEMA>; GRANT SELECT ON <STUDIO_SCHEMA>.FCC_M_ATTRIBUTE_COLUMN_MAP TO <GRAPH_SCHEMA>; GRANT SELECT ON <STUDIO_SCHEMA>.FCC_M_COLUMNS_DETAILS TO <GRAPH_SCHEMA>; GRANT SELECT ON <STUDIO_SCHEMA>.FCC_M_MAP TO <GRAPH_SCHEMA>; GRANT SELECT ON <STUDIO_SCHEMA>.MMG_GRAPH_SCHEMA TO <GRAPH_SCHEMA>; GRANT EXECUTE ON SYS.DBMS_LOCK TO <GRAPH_SCHEMA>; GRANT EXECUTE ON CTXSYS.CTX_DDL TO <GRAPH_SCHEMA>; GRANT EXECUTE ON CTX_THES TO <GRAPH_SCHEMA>;
Perform Cleanup in the Manual Decisioning UI
- Log in to Compliance Studio schema.
- Truncate the FCC_ER_PARAGRAPH_MANUAL table.
This will delete all records which contains the paragraph IDs.
Start PGX Service
- Navigate to the
<PGX_INSTALLATION_PATH>/pgx/pgx-server/bin
directory. - Execute the command:
./pgx-server.sh -s
.The PGX service is up and running.Note:
To verify if PGX service is up, check the logs.
Reinitialize Graph Schema
- Navigate to the
<COMPLIANCE_STUDIO_INSTALLATION_PATH>/deployed/ficdb/graphmetadata/ bin
directory. - Execute the command:
./InitializeGraphSchema.sh -gw <graph_wallet_alias> -es <ecm_schema_name>
.
Changes in Similarity Edges
- Cust is similar to Cust
- Cust is similar to Derived Entity
- Derived Entity is similar to Derived Entity
Note:
If the above three similarity edge providers are utilized in CS 8.1.2.7.0 graph, these similarity edge providers should be added manually to the graph definition of CS 8.1.2.8.0.- Log in to Compliance Studio UI.
- In the Mega menu, click Modeling and select Graphs.
- Click FINANCIAL_CRIME_GLOBAL_GRAPH and click on the Node to create a
relationship between them.
The Edge Details pane is displayed.
- Enter Edge name in the Logical Name field.
- Enter Edge description in the Logical Description field.
- Enable Is Similarity Edge in the Edge Modeler Attributes section to add the pre-defined set of attributes available in the edge.
- In Manage Pipeline(s), click Attach drop-down list and select Match Rules.
- Click OK. The new edge will be created and added to the respective nodes.
Entity Resolution Use Case
Customization in Entity Resolution
If any customization is applied before the upgrade, then re-check and evaluate whether these changes are still in place after the upgrade. If changes are not available, re-apply the customization wherever required.
Out-of-the-box rules should not be edited for customizations. If there are any customizations, create a copy of out-of-the-box pipeline definitions to apply any customizations otherwise the customizations will not persist when upgraded.
- Before upgrade, create a copy of the modified/customized pipeline definitions.
- Merge the customizations into upgraded out-of-the-box pipeline definitions
appropriately after the successful upgrade of Compliance Studio
8.1.2.8.0.
For any clarifications, contact My Oracle Support (MOS).
Upload Data Model
To upload the data model, see the Uploading FSDF section.
Note:
- This section is applicable only when Entity Resolution batches are executed in the previous version of the Compliance Studio and upgrading from MATCHING_MECHANISM = OS in CS 8.1.2.7.0 to MATCHING_MECHANISM = OS in CS 8.1.2.8.0.
- If you are upgrading from MATCHING_MECHANISM = OS in CS 8.1.2.7.0 to MATCHING_MECHANISM = OT in CS 8.1.2.8.0, then contact My Oracle Support (MOS).
- Navigate to the
<COMPLIANCE_STUDIO_INSTALLATION_PATH>/ficdb/upgrade/8.1.2.8.0/ UpgradeFSDFSchema
directory. - Log in to ER/FSDF schema.
- Execute
Update_created_runskey_for_GId.sql
script.This script will add created runskey value for existing global parties in n_created_run_skey column in the FCC_ER_MAPPING table.
Interpreters
Note:
The supported version for spark and pyspark interpreters is 3.0.3 and above.Upgrade Steps for Scenario Conversion Utility
For upgrade steps, see the Using Scenario Conversion Utility for ASC section in the OFS Compliance Studio Administration and Configuration Guide.