4 Deployments Verification and Kafka Setup
This topic describes the deployments for Oracle Banking Collections and Recovery installation.
Prerequisites
- Before proceeding with the below setup, make sure that Kafka is configured and the related properties are present in PLATO schema. For more information, see section Kafka SSL Setup and Verification.
- To avail feature of record level approval functionality in Plato-Feed, the below property would need to be maintained as part of weblogic VM argument by each product domain including plato. If not maintained, the default behavior will be of file level approval only.
Property name - feed.recordLevelApprovalReqd
Property value - true or false
Default value - false
- Below entries need to be done in the database for Email Alerts.
Table 4-1 Database Entries for Email Alerts
Schema Name Table Name Entries Required PLATO PROPERTIES update properties set value ='<Sender’s email address>' where application = 'plato-alerts-management-services' and key = 'EMAIL.USER_ID'; PLATO PROPERTIES update properties set value ='<Branch Code>' where application = 'plato-alerts-management-services' and key = 'CMC.branchCode'; Once executed, please restart plato-alerts-management-services and obcr-correspondence-service.
- Below entries need to be done in the database for Plato Feed Processor Headers.
Table 4-2 Database Entries for Plato Feed Processor Headers
Schema Name Table Name Entries Required PLATOFEED PLATO_TM_FEED_PROCESSOR_HEADERS update PLATO_TM_FEED_PROCESSOR_HEADERS set HEADER_VALUE = '<Branch Code>' where HEADER_KEY = 'branchCode' and SOURCE_CODE = 'OBCR'; PLATOFEED PLATO_TM_FEED_PROCESSOR_HEADERS update PLATO_TM_FEED_PROCESSOR_HEADERS set HEADER_VALUE = '<User ID>' where HEADER_KEY = 'userId' and SOURCE_CODE = 'OBCR'; Once executed, please restart plato-feed-services.
Deployments List
The below table gives details of the deployments required on each domain to run the Oracle Banking Collections and Recovery application. It also provides path where application war files are located at Oracle Software Delivery Cloud (OSDC).
Note:
For the exact version of the archive name, refer to the OSDC file available as part of the release.Table 4-3 Deployments List
Application | Archive Name | OSDC Path | Targets |
---|---|---|---|
OBCR Activity Services | obcr-activity-services-{version}.war | OBCR_SERVICES/ |
OBCR Server1 |
OBCR Action Services | obcr-action-services-{version}.war | OBCR_SERVICES/ |
OBCR Server1 |
OBCR Common Services | obcr-common-services-{version}.war | OBCR_SERVICES/ |
OBCR Server1 |
OBCR Entity Services | obcr-entity-services-{version}.war | OBCR_SERVICES/ |
OBCR Server1 |
OBCR PTP Services | obcr-ptp-services-{version}.war | OBCR_SERVICES/ |
OBCR Server1 |
OBCR Segmentation Services | obcr-segmentation-services-{version}.war | OBCR_SERVICES/ |
OBCR Server1 |
OBCR Correspondence Services | obcr-correspondence-services-{version}.war | OBCR_SERVICES/ |
OBCR Server1 |
OBCR Segment Maintenance Services | obcr-segment-maint-services-{version}.war | OBCR_SERVICES/ |
OBCR Server2 |
OBCR Strategy Services | obcr-strategy-services-{version}.war | OBCR_SERVICES/ |
OBCR Server2 |
OBCR Strategy Maintenance Services | obcr-strategy-maint-services-{version}.war | OBCR_SERVICES/ |
OBCR Server2 |
OBCR Task Services | obcr-task-services-{version}.war | OBCR_SERVICES/ |
OBCR Server2 |
OBCR Task Maintenance Services | obcr-task-maint-services-{version}.war | OBCR_SERVICES/ |
OBCR Server2 |
OBCR User Management Services | obcr-user-management-services-{version}.war | OBCR_SERVICES/ |
OBCR Server2 |
OBCR Notes Services | obcr-notes-services-{version}.war | OBCR_SERVICES/ |
OBCR Server2 |
OBCR UI |
|
UI/ |
API Gateway Server |