On Monday 28 April 2008, Fet Biz wrote: > Yes, I has known that I got the Error. > But What to do with it? (And Why?)
There are several tools that help with cleaning up a corrupted ZODB FileStorage. Looking at the code briefly, I can see that if you call read_index with the option "recover=True", you should get a cleaned up file storage. Looking at the code further, you should be able to say: from ZODB.FileStorage import FileStorage FileStorage.recover('path/to/Data.fs') Regards, Stephan -- Stephan Richter Web Software Design, Development and Training Google me. "Zope Stephan Richter" _______________________________________________ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users