JMeter 5.3.0
尝试使用 JDBC 连接配置。
下载的 SQL Server JDBC 库 (sqljdbc8.2.2.0)。
- 将 JAR 文件放入 {jmeter}\lib\
- 将 sqljdbc_auth.dll 放入 {jmeter}\lib\
- 还尝试按照https://performancebasics.wordpress.com/2016/01/25/setting-up-a-jdbc-sql-server-connection-in-jmeter/在 jmeter.bat 中使用库路径的想法
重新启动 JMeter
尝试运行 JDBC 请求。
仍然收到错误:
Response message:java.sql.SQLException: Cannot create PoolableConnectionFactory
(This driver is not configured for integrated authentication.
ClientConnectionId:80cad180-02fe-43b3-841d-c1a1f8992607)
我还需要检查什么?