Forum Discussion

axe's avatar
axe
New Contributor
9 years ago

JDBC Connection Issue with SQLServer

Hi ,

 

I am trying to do JDBC Connectin to SQL Server in SOAPUI 5.2.1

 

Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver ( sqljdbc42 )

Placed the driver jar fiel in /bin/ext/ folder.

Connection String: jdbc:microsoft:sqlserver://xxxxxxx:1433;databaseName=xxxxxxxx;user=xxxxxx&password=xxxxx

Java:

java version "1.7.0_55"
Java(TM) SE Runtime Environment (build 1.7.0_55-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.55-b03, mixed mode).

 

When I click the TestConnetion Button. it Neither says any error No Sucess Message.  Also When I execute the JDBC Step ' it says the below error" 

  • Mon Feb 15 20:41:46 EST 2016:INFO:Error getting response for [JDBC Request]; null."

Not sure what wrong here. Please correct me if something wrong here.