We are using Pentaho 9.3.
Pentaho will work fine, but occasionally we will get an error message "Error connection to database [database_name]. Unable to get database metadata from this database connection".
The job that it occurs on is random each time.
Has anyone else had this happen to them? We are using SQL queries to do the data manipulation and then using a table output step to output the data.
Edit #1:
DBA confirmed nothing looks wrong in the database itself, but on the application.
We are using Pentaho 9.3.
Pentaho will work fine, but occasionally we will get an error message "Error connection to database [database_name]. Unable to get database metadata from this database connection".
The job that it occurs on is random each time.
Has anyone else had this happen to them? We are using SQL queries to do the data manipulation and then using a table output step to output the data.
Edit #1:
DBA confirmed nothing looks wrong in the database itself, but on the application.
Share Improve this question edited Mar 28 at 14:06 Chicken Sandwich No Pickles asked Mar 28 at 4:11 Chicken Sandwich No PicklesChicken Sandwich No Pickles 3,40213 gold badges65 silver badges126 bronze badges1 Answer
Reset to default 1Are you certain that there is no issue on the DB side, usually this occurs when there is connection reset happen with DB. Check the db logs as well for any connection failures.