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

_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to