Jochen, I had success bypassing the "Uncatalog of absent id" catch by first deleting the catalog, then deleting the catalog-aware objects. You may not want to delete the catalog, however. But you might find a way to make Zope think it's not there. Back up data.fs before doing anything you might regret. -- HTH -- Loren ----- Original Message ----- From: Jochen Haeberle <listen@MIDRAS.de> To: Zope-Talk <zope@zope.org> Sent: February 27, 2000 01:05 PM Subject: Re: [Zope] ID with Space in Name
At 15:03 Uhr +0100 27.02.2000, Jochen Haeberle wrote:
Hi,
I have a problem with an object that has a Space in it's ID Name. The object causes several problems because it sometimes cannot be found. The object is contained in a catalog_aware class and cannot be renamed or deleted because an error occurs:
Error Type: ValueError Error Value: Uncatalog of absent id 'Album/Narrentreffen2000/Fete%201'
Anyone has a clue how I can get rid of such an object?
I managed to get rid of the problem part way... I created a new container instance, copied all correct items over to this one. That works fine, but the next step would mean to delete or rename the old instance, but this does not work either, I get
Error Type: ValueError Error Value: Uncatalog of absent id 'Album/Narrentreffen2000'
How can I get rid of such objects?
Jochen
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )