[Zope] Unable to Pack zope Database
Dieter Maurer
dieter@handshake.de
Thu, 20 Mar 2003 21:17:20 +0100
Mark Stangroom wrote at 2003-3-20 16:58 +0000:
> Over that last few days I have been unable to pack the zope database. I
> get an error message saying "CorruptedTansactionError".
"fsrecover" (see in "utilities" or "ZODB") can fix such problems
(work with a copy!).
> Also when I view undo transactions I have hundreds of transactions by
> "Anonymous User" on my main index_html every few minutes.
That seems to be a different problem:
Apparently, something in your "index_html" writes to the ZODB.
This should be avoided ;-)
Dieter