Ошибка при подключении базы данных SQL Server Management Studio 2012 к Apache Jmeter (версия Java 22)JAVA

Программисты JAVA общаются здесь
Anonymous
Ошибка при подключении базы данных SQL Server Management Studio 2012 к Apache Jmeter (версия Java 22)

Сообщение Anonymous »

При подключении к базе данных SQL Server Management Studio 2012 с помощью Apache Jmeter (Java версии 22)
выдается следующее исключение:

Код: Выделить всё

java.sql.SQLException: Cannot create PoolableConnectionFactory (The TCP/IP connection to the host 192.168.0.107,1434, port 1433 has failed.
Error: "192.168.0.107,1434. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port.
Make sure that TCP connections to the port are not blocked by a firewall.".)
Я пытался добавить

Код: Выделить всё

;encrypt=false;trustServerCertificate=false;sslProtocol=TLSv1.2
но остановить выдачу исключения не удалось.


Подробнее здесь: https://stackoverflow.com/questions/787 ... che-jmeter

Вернуться в «JAVA»