Wednesday, 21 December 2022

Pentaho Spoon - Unable to create the database cache

Couldn't read the database cache

org.pentaho.di.core.exception.KettleFileException 


The solution was to delete the db.cache* File in the user home dir


Linux: 

/home/abc/.kettle

db.cache-8.0.1-stable


Windows:

C:\Users\abc\.kettle

db.cache-8.3.0.0-371

No comments:

Data Sharing

  1. Create Share CREATE SHARE my_share; 2. Grant privileges to share GRANT USAGE ON DATABASE my_db TO SHARE my_share; GRANT USAGE ...