如何更新 Pentaho Spoon JDBC 驱动程序

How to update Pentaho Spoon JDBC drivers

我正在尝试使用 spoon 连接到我计算机上托管的 postgresql 13 数据库。

尝试连接时出现以下错误

Error connecting to database [DW] :org.pentaho.di.core.exception.KettleDatabaseException: 
Error occurred while trying to connect to the database

Error connecting to database: (using class org.postgresql.Driver)
The authentication type 10 is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver.


org.pentaho.di.core.exception.KettleDatabaseException: 
Error occurred while trying to connect to the database

Error connecting to database: (using class org.postgresql.Driver)
The authentication type 10 is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver.

我进行了一些挖掘,这是由于 JDBC 驱动程序过时所致。谁能帮我更新驱动?我找到了驱动程序目录,但网站上的指南 https://help.pentaho.com/Documentation/5.4/0D0/160/030 只是废话,他们要求你有一个 distribute-files.bat 文件?我到处都找不到。

您不必执行所有步骤。只需将 JAR 文件粘贴到目录中即可。