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
1. Create Share CREATE SHARE my_share; 2. Grant privileges to share GRANT USAGE ON DATABASE my_db TO SHARE my_share; GRANT USAGE ...
No comments:
Post a Comment