overcame that error. Just had to add the db name at the end facing a new error now Response message: com.microsoft.sqlserver.jdbc.SQLServerException: The connection to the host TEST_MACHINE, named instance \SQLEXPRESS/Testdb has failed. Error: "java.net.SocketTimeoutException: Receive timed out". Verify the server and instance names, check that no firewall is blocking UDP traffic to port 1434, and for SQL Server 2005 or later verify that the SQL Server Browser Service is running on the host.
there are no firewall that are blocking any of the content my exact config details db URL : jdbc:sqlserver://TEST_MACHINE\\SQLEXPRESS/Testdb jdbc Driver Calss : com.microsoft.sqlserver.jdbc.SQLServerDriver -- View this message in context: http://jmeter.512774.n5.nabble.com/jdbc-connection-tp5071152p5071295.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
