Hi,
Sorry for the delay. I would like to analyze the problem. Could you
send me this database? If not, could you run the Recover tool and send
me the .h2.sql file? I have a few more questions:
- What is your database URL?
- Did you use multiple connections?
- A workarounds is: use the tool org.h2.tools.Recover to create
the SQL script file, and then re-create the database using this script.
Does it work when you do this?
- With which version of H2 was this database created?
You can find it out using:
select * from information_schema.settings where name='CREATE_BUILD'
or have a look in the SQL script created by the recover tool.
- Do you use any settings or special features (for example, the setting
LOG=0, or two phase commit, linked tables, cache settings)?
- Do you use any H2-specific system properties?
- To you use temporary tables?
- How big is the database (file sizes)?
- Are there any other exceptions (maybe in the .trace.db file)?
Could you send them please?
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.