Kettle 报”Driver class ‘net.sourceforge.jtds.jdbc.Driver‘ could not be found“ 错

Kettle 中以下错误:

错误连接数据库 [XXXXX] : org.pentaho.di.core.exception.KettleDatabaseException: 
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


org.pentaho.di.core.exception.KettleDatabaseException: 
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


	at org.pentaho.di.core.database.Database.normalConnect(Database.java:472)
	at org.pentaho.di.core.database.Database.connect(Database.java:370)
	at org.pentaho.di.core.database.Database.connect(Database.java:341)
	at org.pentaho.di.core.database.Database.connect(Database.java:331)
	at ...............................................................

从以上错误,我们可以知道缺少 jtds jar 包,我们把这个文件放到 安装Kettle 的 lib 文件下下面,然后重启就可以 Kettle 就 ok 了

若想下载 jtds jar 包 可点击 此处

希望可以帮到你

你可能感兴趣的:(Kettle)