[Zope] Help: Finding/Deleting Bad Object from ZODB (Data.fs)

BZ bz@bwanazulia.com
Wed, 12 Mar 2003 07:01:20 -0500


I have been getting a POSKeyError when trying to list my Members 
directory through the ZMI. I backed up everything packed the ZODB and 
turned on debugging. Looks like there is a bad object.

When I run fstest.py:
119583146L object serialno 0x034aab9e4b7e624c does not matchtransaction 
id 0x034ac5e367948900

When I run it in debug mode I see it is this object:
\x00\x00\x00\x00\x00\x01\xef\xce

I grep'd on both of those things in my Data.fs but cannot find it.  So, 
how do I (or should I) delete that object?

BZ