POST INSTALLATION STEPS

Once Installation is successful and no errors are observed, proceed with below set of steps.

Apply JRF Template

To apply JRF template follow below steps.

http://<hostname>:<admin_port>/em

Note: EM console would be available on same hostname and port which was used for Weblogic Admin Console for OBDX domain (created via installer), just replace the “/console” with “/em”.

Installation

Installation

Installation

Installation

Note: Depending on installer.properties, Managed server will differ from above screenshot.

Installation

Installation

You will see below screen stating the edit session confirmation

Installation

Installation

Is JRF successfully applied, you will get below Confirmation.

Installation

Installation

Post activation you will receive below Confirmation.

Installation

Configure User Lockout attributes in Weblogic

The User Lockout attributes in Weblogic under Home>Security Realms>myrealm need to be in sync with the Password Policy Maintained in LDAP or DBAuthenticator.In case of DBAuthenticator it has to be in sync with Password Policy Maintenance in OBDX.

Check for below values & change accordingly.

In case of OUD or other LDAP it needs to be sync with the Password Policy configured in LDAP. For e.g.: Refer to below values configured in OUD.

Installation

Once the values are available, make appropriate change in respective highlighted configuration.

Installation

Save and Activate Changes

Restart AdminServer

OBDX Application logging

To enable OBDX activation logging make below change to logging.xml present at ${domain.home}/config/fmwconfig/servers/${ManagedServer}.

Installation

Open logging.xml and make a new entry under <log_handlers> tag using below code template:

 

<log_handler name='obdx-handler' level='<LOGLEVEL>' class='oracle.core.ojdl.logging.ODLHandlerFactory'>
<property name='path' value='<path for OBDX log>/<OBDX log filename>' />
<property name='maxFileSize' value='<The maximum size in bytes for each log file>' />
<property name='maxLogSize' value='<The maximum size in bytes for the entire log>' />
<property name='encoding' value='<encoding>' />
<property name='useThreadName' value='true' />
<property name='supplementalAttributes' value=’<supplementalAttributes>' />
</log_handler>

Below is a sample implementation for log_handlers file.

<log_handler name='obdx-handler' level='ERROR' class='oracle.core.ojdl.logging.ODLHandlerFactory'>
<property name='path' value='${domain.home}/servers/${weblogic.Name}/logs/obdx.log' />
<property name='maxFileSize' value='10485760' />
<property name='maxLogSize' value='104857600' />
<property name='encoding' value='UTF-8' />
<property name='useThreadName' value='true' />
<property name='supplementalAttributes' value='J2EE_APP.name,J2EE_MODULE.name,WEBSERVICE.name,WEBSERVICE_PORT.name,composite_instance_id,component_instance_id,composite_name,component_name' />
</log_handler>

Installation

Add loggers under <loggers> tag using below template:

<logger name='com.ofss' level='ERROR' useParentHandlers='false'>
<handler name='obdx-handler' />
</logger>
<logger name='#BANKCODE#.com.ofss' level='ERROR' useParentHandlers='false'>
<handler name='obdx-handler' />
</logger>

Note: Replace the #BANKCODE# with bank code.

Below is a sample implementation for loggers file

<logger name='com.ofss' level='ERROR' useParentHandlers='false'>
<handler name='obdx-handler' />
</logger>
<logger name='000.com.ofss' level='ERROR' useParentHandlers='false'>
<handler name='obdx-handler' />
</logger>

Installation

Eclipselink logging

To modify eclipselink logging make changes in <INSTALLATION_HOME>\config\META-INF\persistence.xml using below link :

https://wiki.eclipse.org/EclipseLink/Examples/JPA/Logging

Installation

Installation

Change logging level during runtime

To change OBDX application logging level at runtime (when OBDX application is up and running) do following steps.

To do this, ensure that the Admin Server is running. Login to the EM (Enterprise Manager) Console using the following URL:

http://<hostname>:<admin_port>/em

Note: EM console would be available on same hostname and port which was used for Weblogic Admin Console for OBDX domain (created via installer), just replace the “/console” with “/em”.

Installation

Note: Depending on installer.properties, Managed server will differ from above screenshot.

Installation

Installation

Installation

Note: Logger name should be defined in logging.xml.

Universal Banking Solution (OBDX with UBS)

If during installer execution Universal Banking Solution (OBDX with UBS) is selected, then below steps needs to be done manually.

Foreign Server

Installation

Installation

Click on UBSForeignServer

Installation

Installation

Installation

Set below configurations with:

JNDI Connection URL – UBS HOST Weblogic t3 URL for Managed server (where NOTIFY_DEST_QUEUE and NOTIFY_DEST_QUEUE_FCDB are mapped)

JNDI Properties Credential – Password for username set in JNDI properties

Confirm JNDI Properties Credential – Confirm password for username set in JNDI properties

JNDI Properties – Value to be set as “java.naming.security.principal=<username>”, where

username is the login user of UBS Weblogic Admin Console (user which created the primary local queues for UBS).

Installation

Installation

Installation

Installation

Deployment of notification MDB application

Before deployment of obdx.externalsystem.ubs.notification.mdb.ear application, kindly perform below steps:

Installation

Installation

Installation

Installation

Installation

Installation

Installation

Installation

Installation

Installation

Deploy the updated obdx.externalsystem.ubs.notification.mdb.ear using below steps.

Installation

Installation

Installation

Installation

Installation

Installation

Installation

Installation

Installation

Installation

Installation

Installation

Installation

Installation

Installation

Fileupload with UBS

Refer below document for File upload configuration with UBS

Oracle Banking Digital Experience File Upload Report Configuration

Origination with UBS

Refer below document (section 5 and 6) for enabling Origination with UBS

Oracle Banking Digital Experience UBS Origination Setup and Configuration.docx

OBDX with OBPClosed Oracle Banking Platform Base (Installation with Oracle Banking Platform)

Refer below document (section 5.2 OUD configurations in OBP) for User Authentication required for integration with OBP

Oracle Banking Digital Experience OBP Base Setup and Configuration

OBDX US LZN with OBP US LZN (Installation with Oracle Banking Platform US LZN)

Once OBP Base setup and configuration is complete, refer below document to apply LZN Installer required for integration with OBP 2.5.0.2 US LZN.

Oracle Banking Digital Experience OBP US LZN Setup and Configuration

OBDX with OFSLL (Installation with Oracle Services Lending and Leasing)

Refer below document for OFSLL Installer required for integration with OFSLL

Oracle Banking Digital Experience OFSLL Setup Configuration

OFSLL supports social media integration. Refer Oracle Banking Digital Experience Origination Social Media Integration document.

OHS

OHS server needs to be configured for all FLAVOR’s as a mandatory activity.

To configure OHS server follow steps mentioned in below document before proceeding further.

Oracle Banking Digital Experience OHS User Interface Configuration.

Back