Re: Re: [Zope-dev] Maybe Corrupted ZCatalog but ...
Yes but impossible to update it because it is too big, and the transaction never finish or abort because of time out. I don't know how to do this. Have you a idea for help me ?
Eric Brun wrote:
An idea for fix it ?
Have you tried updating the catalog from it's advanced tab?
Not sure how that'd pan out on 200,000 objects though...
cheers,
Chris
-- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
Eric Brun Savoie Technologie Savoie Technolac Eric Brun Savoie Technologie Savoie Technolac
On Fri, 27 Feb 2004 16:47:19 +0100 Eric Brun <eric.brun@univ-savoie.fr> wrote:
Yes but impossible to update it because it is too big, and the transaction never finish or abort because of time out.
I don't know how to do this.
Have you a idea for help me ?
You might try using another browser (like mozilla) or updating the catalog from python. In theory though the browser timeout shouldn't cause the transaction to fail although I could be wrong about that. -Casey
Casey Duncan wrote:
On Fri, 27 Feb 2004 16:47:19 +0100 Eric Brun <eric.brun@univ-savoie.fr> wrote:
Yes but impossible to update it because it is too big, and the transaction never finish or abort because of time out.
I don't know how to do this.
Have you a idea for help me ?
You might try using another browser (like mozilla) or updating the catalog from python. In theory though the browser timeout shouldn't cause the transaction to fail although I could be wrong about that.
If you can quiesce other writes to the system, then a long-running recatalog request might have a chance to complete; it will typically lose repeatedly to ConflictErrors if shorter-lived writers are committing. Tres. -- =============================================================== Tres Seaver tseaver@zope.com Zope Corporation "Zope Dealers" http://www.zope.com
participants (3)
-
Casey Duncan -
Eric Brun -
Tres Seaver