Good day,
I'm trying to connect to an Open-Source Greenplum database using Pentaho.
I'm getting the error below.
- I'm assuming this driver is not available in the Open-Source version; is this correct?
- If point 1 is correct, is there an alternative driver I can use to connect to the database?
2024/01/23 09:27:56 - Get_Config_Parameters.0 - ERROR (version 8.3.0.0-371, build 8.3.0.0-371 from 2019-06-11 11.09.08 by buildguy) : An error occurred, processing will be stopped:
2024/01/23 09:27:56 - Get_Config_Parameters.0 - Error occurred while trying to connect to the database
2024/01/23 09:27:56 - Get_Config_Parameters.0 -
2024/01/23 09:27:56 - Get_Config_Parameters.0 - Error connecting to database: (using class org.postgresql.Driver)
2024/01/23 09:27:56 - Get_Config_Parameters.0 - No suitable driver found for jdbc:postgresql://${gp_db_server}:${gp_db_port}/${gp_db_name}
Kind regards,
Jacques