This is only applicable if you are using MSSQL database with ConnectALL.
Please note that ConnectALL does not support JTDS driver from 3.5.0 version onwards and it is mandatory to switch the driver if you are willing to upgrade to 3.5.0 version or higher.
This article covers the steps to switch the MSSQL driver from JTDS to JDBC.
2.11.x - 3.4.x
Follow below steps-
In case the current driver being used in JTDS with SQL Server Authentication
DRIVER_JAR=C\:\\tmp\\mssql-jdbc-7.4.1.jre8.jar
DRIVER_JAR_NAME=mssql-jdbc-7.4.1.jre8.jar
INSIGHTS_DRIVER_JAR_NAME=mssql-jdbc-7.4.1.jre8.jar
In case the current driver being used in JTDS with Windows Server Authentication