Gilles Lenfant wrote at 2004-2-22 20:19 +0100:
My Zope instance (2.6.2) doesn't alert or log anything about ZODB corruption at startup or when browsing, but when I try to compact it, I got this error:
Error Type: CorruptedError Error Value: C:\Program Files\Zopista_2_6_1\var\Data.fs:9676045:time-stamp reduction: 0342993b626b50b3 <= 034abe992d2f1aa2
Apparently, you have had intermittend time problems (your host time jumped backward).
Module ZODB.fspack, line 175, in checkTxn Module ZODB.fspack, line 170, in fail CorruptedError: C:\Program Files\Zopista_2_6_1\var\Data.fs:9676045:time-stamp reduction: 0342993b626b50b3 <= 034abe992d2f
Search the zope and zodb-dev mailing list archive. I think there was a similar problem report with some advice how to fix the problem. -- Dieter