I have IS 6.1 running and Postgre 8.1.
Configured the JDBC Adapter Connection with following details…
Transaction Type: LOCAL_TRANSACTION
DataSource Class: org.postgresql.jdbc3.Jdbc3PoolingDataSource
serverName : xxx.xxx.xxx.xxx
user : uuuuuuu
password : ppppppp
dataBaseName : test
portNumber : 5432
Get error message when tried to Enable the adapter.
Error encountered
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource postgres:postgresConn.
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
javax/sql/DataSource
I have copied postgres jdbc driver jar postgresql-8.0.309.jdbc3.jar to c:\wm6\IntegrationServer\lib\jars folder
Please let me know if I am missing something…