Change the staging database for CSV files
Hibernate is the default staging database for CSV files. Follow these instructions if you want to change the staging database.
Go to
/pentaho-solutions/system/data-access
and open thesettings.xml
file with any text editor.Edit the
settings.xml
file as needed.The default value is shown in the sample below:
<!-- settings for Agile Data Access --> <data-access-staging-jndi>hibernate</data-access-staging-jndi>
This value can be a JNDI name or the name of a Pentaho database connection. See the Install Pentaho Data Integration and Analytics document for more information on database connections.
Save and close the file.
Restart the User Console
Last updated
Was this helpful?