11 years ago
SoapUi 4.5.0 (Not Pro ver)- Not able to make JDBC connection
Hi,
I am trying to make JDBC connection from SoapUI 4.5.0 (not a PRO version) to Postgres database, but getting following error.
"com.eviware.soapui.support.SoapUIException: Failed to init connection for drvr [org.postgresql.Driver], connectionString [dbc:postgresql://127.0.0.1:5432/postgres?user=tew0&password=********] “
I have downloaded jar file "postgresql-9.3-1100.jdbc3.jar" and put it into folder "C:\Program Files\SmartBear\soapUI-4.5.0\bin\ext", but still getting error. I soapUi logs logs, I am seeing above error with another error "ERROR:An error occured [No suitable driver], see error log for details".
I am using below details on JDBC Request test step of a test suite.
Driver - “org.postgresql.Driver” (also tried with "postgresql.Driver")
Connection String – “dbc:postgresql://127.0.0.1:5432/postgres?user=username&password=password”
Please help as asap.
I am trying to make JDBC connection from SoapUI 4.5.0 (not a PRO version) to Postgres database, but getting following error.
"com.eviware.soapui.support.SoapUIException: Failed to init connection for drvr [org.postgresql.Driver], connectionString [dbc:postgresql://127.0.0.1:5432/postgres?user=tew0&password=********] “
I have downloaded jar file "postgresql-9.3-1100.jdbc3.jar" and put it into folder "C:\Program Files\SmartBear\soapUI-4.5.0\bin\ext", but still getting error. I soapUi logs logs, I am seeing above error with another error "ERROR:An error occured [No suitable driver], see error log for details".
I am using below details on JDBC Request test step of a test suite.
Driver - “org.postgresql.Driver” (also tried with "postgresql.Driver")
Connection String – “dbc:postgresql://127.0.0.1:5432/postgres?user=username&password=password”
Please help as asap.