> The problem is, I cant open the database anymoreI guess it's trying to replay the log <http://www.h2database.com/html/features.html#logging_recovery>. Maybe setting LOG=0 lets you temporarily open the database to clear the log file (rollback) or maybe the Recover Tool can recover the rest of your committed data? http://www.h2database.com/html/advanced.html#using_recover_tool
--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/rR-Yyli0ymkJ.
To post to this group, send email to h2-da...@googlegroups.com.
To unsubscribe from this group, send email to h2-database...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
> I got this message.
> Data conversion error converting "48A-1559787164" [22018-166] 22018/22018
Could you post the stack trace as well please?
> Maybe setting LOG=0 lets you temporarily open the database
No, it doesn't. Using LOG=0 is dangerous and does not help solve this problem.
Regards,
Thomas