Kettle7 connected to sqlserver and reported an error net.sourceforge.jtds.jdbc.Driver

Error occurred while trying to connect to the database
Driver class ‘net.sourceforge.jtds.jdbc.Driver’ could not be found, make sure the ‘MS SQL Server’ driver (jar file) is installed.
net.sourceforge.jtds.jdbc.Driver

Insert picture description here

When testing the connection, it reported:
Driver class'net.sourceforge.jtds.jdbc.Driver' could not be found, make sure
the'MS SQL Server' Kettle7 version put jtds-1.3.1.jar into the lib installed by kettle Directory, and then restart the kettle to solve it. The solution to the current problem is this, mainly to check which package is missing and decide to import the corresponding jar package.
PS: When querying the problem, it was found that the sqljdbc.jar package was indeed rare

Guess you like

Origin blog.csdn.net/limin322/article/details/108851342