How to connect pentaho BI to an H2 database? -


for life of me can't pentaho bi connect h2 datasource.

current configuration:  database type: h2 native (jdbc)   host name: localhost   database name: /home/myusername/h2/pemc_for_pentaho   port number: 3306   username: sa   password: sa   

i'm sure mistake database name. if helps, in tomcat's catalina.out i'm getting this:

org.h2.jdbc.jdbcsqlexception: error opening database: "could not load properties /home/clim/pentaho/biserver-ce/tomcat/bin/h2:/localhost:3306/ho me/clim/h2/pemc_for_pentaho.lock.db" [8000-131]

please before lose hair on this.


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -