The PostgreSQL JDBC driver version is hardcoded in several files in SAS® Fraud Management 6.1


PostgreSQL can be used for SAS Fraud Management database access, starting with the 6.1 release. The version of the Java Database Connectivity (JDBC) driver for PostgreSQL is hardcoded to be 42.2.5 in several files during the installation of SAS Fraud Management. If your installed JDBC driver version is different from this version, update the files that are listed below as shown.

SAS® OnDemand Decision Engine

Directory: SAS-configuration-directory/Levn/Applications/SASFraudManagement/6.1/impl-name/engine/Servern/bin

File:

Line:

CLASSPATH="$CLASSPATH:$(check_file ${JDBC_HOME:?}/postgresql-42.2.5.jar)"

Transaction Analysis Server

Directory: SAS-configuration-directory/Levn/Applications/SASFraudManagement/6.1/impl-name/analysis/bin

File:

Line:

CLASSPATH="$CLASSPATH:$(check_file ${JDBC_HOME:?}/postgresql-42.2.5.jar)"

Data Services

Directory: SAS-configuration-directory/Levn/Applications/SASFraudManagement/6.1/impl-name/dbms/bin

Files:

Line:

PGJARS=$JDBC_HOME/postgresql-42.2.5.jar