JMeter 5.3.0
Trying to use the JDBC Connection Configuration.
Downloaded SQL Server JDBC libraries (sqljdbc8.2.2.0).
- put JAR files in {jmeter}\lib\
- put sqljdbc_auth.dll in {jmeter}\lib\
- also tried idea of using a library path in jmeter.bat as per https://performancebasics.wordpress.com/2016/01/25/setting-up-a-jdbc-sql-server-connection-in-jmeter/
Restarted JMeter
Attempted to run JDBC requests.
Still getting the error:
Response message:java.sql.SQLException: Cannot create PoolableConnectionFactory
(This driver is not configured for integrated authentication.
ClientConnectionId:80cad180-02fe-43b3-841d-c1a1f8992607)
What else could I need to check?
