[ZODB-Dev] Re: Mindnumbing POSkeyError

Anton Stonor anton at headnet.dk
Sat Apr 1 14:14:58 EST 2006


Hi Dieter,

Thanks for your help. The issue is now solved.

The ATFolder "billeder" had a dangling reference to the
ATImage "image.2006-03-19.5540330656".

Normally it is possible to solve this by calling manage_delObjects on 
the object with the dangling reference, but in this case 
mange_delObjects threw an poskeyerror.

However calling

billeder._delObject('image.2006-03-19.5540330656')

instead did the trick.

/Anton Stonor



More information about the ZODB-Dev mailing list