OBDX PRODUCT SECURITY

Refer below document for OBDX product security configuration

Oracle Banking Digital Experience Security Guide

Troubleshoot Overview

This section describes how to troubleshoot OBDX setup.

Invalid database password

This topic contains troubleshooting information if you receive an error when attempting to connect to the database server.

If you get the following error:

Installation

Try one of the following:

cx_oracle module

This topic contains troubleshooting information about problems with cx_Oracle python module.

If you get the following error:

Installation

Execute the below command:

export LD_LIBRARY_PATH=/usr/lib/oracle/12.2/client64/lib:$ LD_LIBRARY_PATH

Installation

Failed Database Scripts

This topic contains troubleshooting information in case of database script failures.

If you get the following error in DB_installation.log:

Installation

Check the detailed log of the failed SQL file at <OBDX INSTALLER DIR>/ExecInstances/<DDMonthHHMM>/logs/db folder.

Failure of Policy Seeding

This topic contains troubleshooting information if policy seeding fails during installation.

If you get the following error:

Installation

Try one of the following:

Fix the problem by following below steps:

java -jar SeedPolicies.jar "Clip.csv,Admin.csv" "CLIP,ADMIN" "<Directory where logs needs to be created>" "INS-oracle.jdbc.OracleDriver,<OBDX Schema name>,<OBDX Schema password>,jdbc:oracle:thin:@<OBDX DB hostname or IP>:<OBDX DB listener port>/<OBDX Service Name>"
for e.g.: java -jar SeedPolicies.jar "Clip.csv,Admin.csv" "CLIP,ADMIN" "/tmp/" "INS-oracle.jdbc.OracleDriver,OBDX_THP181,Welcome#1,jdbc:oracle:thin:@10.44.169.255:1521/OBDX"

Back