Getting the following error when trying to connect to a Microsoft SQL Server 2014.
I have downloaded the JDBC drivers from Microsoft added the path to the .jar to my PATH variable.
I've also tried restarting, addressing the server by Server name, Fully Qualified Domain Name and IP address. Per another question I have also tried moving the mssql-jdbc-6.2.0.jre8 file to the LIB directory of Knowage with no luck.
Driver not found: jdbc:sqlserver://172.16.2.22;databaseName=DATA;
Appreciate the support!