Hi Thomas, Thanks for looking at this.
I am letting PDI (Pentaho ETL) create the db. B the way the db is being created and persisted as I can see the 4 files it creates. The H2 log also shows the error that the PDI log is throwing back. "11-26 22:07:37 jdbc[0]: SQLException org.h2.jdbc.JdbcSQLException: Table MY_TABLE not found [42S02-46]" I was possibly thinking that PDI may be opening up the H2 DB as a "single-user" mode and that it is another thread trying to access the db and that is why the error is being thrown. I have used H2 before to act as the PDI repository (where it keeps all the trans and jobs) and that has never had any issues being accessed by multiple threads. As far as I know PDI would create a DB that acts as a repository the same way it creates a db that doesn't. Thoughts? Thanks Kent On Nov 28, 10:42 pm, Thomas Mueller <[email protected]> wrote: > Hi, > > What is your database URL? > Seehttp://h2database.com/html/faq.html#database_files > > Regards, > Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
