Hi,

when  h2-1.3.164 version is used with databases, created with older
versions we get the following error:

File corrupted while reading record: "-1 of 16079". Possible solution:
use the recovery tool; SQL statement:
CREATE CACHED TABLE IF NOT EXISTS INFORMATION_SCHEMA.LOB_MAP(
    LOB BIGINT NOT NULL,
    SEQ INT NOT NULL,
    HASH INT,
    BLOCK BIGINT
)

As I understand from

http://groups.google.com/group/h2-database/browse_thread/thread/be21e4cbe7612487
http://h2-database.66688.n3.nabble.com/Recovery-failed-td3089905.html

to fix this we have to run recovery tool, but we have a lot of
installs which use h2 as embedded, should we and our users run
recovery tool manually on every location? Or it will be fixed in next
releases somehow? It is strange that every user should use recovery
tool during upgrade.

Maxim

-- 
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.

Reply via email to