haripon buapet 2 Posted April 22, 2021 Share Posted April 22, 2021 Hi, I ' doing the below step Tibco BW trial version (6.5) has already install Downloadpostgresql-42.2.19 jar file to C:tibco_homebw6.5configdesignthirdparty Prostgres DB ver 13.2 has already install add 'host all all 0.0.0.0/0 md5' =>file pg_hba.conf change 'password_encryption = md5' =>file postpresql.conf create new BW Application Module, create JDBC Resource Database Driver: org.postgres.Driver Darabase URL: jdbc:postgresql://localhost:5432/bookstore Test Connection Successfully Run Debug Configuration error => 'org.postgresql.util.PSQLException: The authentication type 10 is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address, or subnet, and that it is using an authentication scheme supported by the driver.' Can anyone help me what should I do Thanks Mr. N Link to comment Share on other sites More sharing options...
Seung Jae Jeong Posted May 30, 2021 Share Posted May 30, 2021 Hi, You should upgrade your postgresql JDBC Lib on BW6. Below are steps how to install manually. Update the jar to latest jar in 6.5systemlib Backup com.tibco.bw.tpcl.jdbc.datasourcefactory.postgresql_9.4.0.001 folder from 6.5systemshared to tmp directory. Copy the latest jar into the 6.5systemsharedcom.tibco.bw.tpcl.jdbc.datasourcefactory.postgresql_9.4.0.001lib and remove the old jar file Modify the ClassPath in the MANIFEST.MF file under 6.5systemsharedcom.tibco.bw.tpcl.jdbc.datasourcefactory.postgresql_9.4.0.001META-INF. Manifest-Version: 1.0 Service-Component: OSGI-INF/datasourcefactorycomponent.xml Export-Package: com.tibco.bw.tpcl.jdbc.datasourcefactory.postgresql;ve rsion="42.2.18";uses:="javax.sql,org.osgi.service.jdbc" Bundle-Vendor: TIBCO Software Inc. Bundle-ActivationPolicy: lazy Bundle-ClassPath: .,lib/postgresql-42.2.18.jar Bundle-Version: 42.2.18 Bundle-Name: TIBCO BW PostgreSQL Driver DataSource Factory Bundle-ManifestVersion: 2 Import-Package: org.osgi.framework;version="[1.6.0,2.0.0)",org.osgi.se rvice.jdbc;version="[1.0.0,2.0.0)" Bundle-SymbolicName: com.tibco.bw.tpcl.jdbc.datasourcefactory.postgresql Bundle-RequiredExecutionEnvironment: JavaSE-1.8 I hope it will be helpful. Best regards, Seungjae Jeong Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now