[Zope] ID with Space in Name

Jochen Haeberle listen@MIDRAS.de
Sun, 27 Feb 2000 22:05:14 +0100


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