[Zope] ZODB reverts to older state after ZEO restart

2008-05-16 Thread dvs
Recently we restarted our zeo server and immediately noticed that we are missing good bit of recently added content. We seemed to have reverted back to a specific date in the past. All content updates since have disappeared. Restoring the Data.fs from a recent backup still had the same effect,

Re: [Zope] ZODB reverts to older state after ZEO restart

2008-05-16 Thread Dieter Maurer
dvs wrote at 2008-5-16 07:36 -0700: > >Recently we restarted our zeo server and immediately noticed >that we are missing good bit of recently added content. We seemed >to have reverted back to a specific date in the past. All content >updates since have disappeared. This usually means that you

Re: [Zope] Re: Confused about permissions

2008-05-16 Thread Dieter Maurer
Brenda Bell wrote at 2008-5-13 13:27 +: >In article <[EMAIL PROTECTED]>, > Brenda Bell <[EMAIL PROTECTED]> > wrote: > >> What I can't seem to do is get the permissions right such that a user in >> the Editor role can add new External Files. >> >> I've checked every box on the Security tab fo

Re: [Zope] Weird SQL Relay conversion error in Zope

2008-05-16 Thread Dieter Maurer
Mike Driscoll wrote at 2008-5-9 08:31 -0500: > ... >I am working on a web app that interfaces with Microsoft SQL Server from >Ubuntu through SQL Relay. I will be getting data from multiple databases. The >issue seems to be that either Zope or SQL Relay cannot handle the Decimal type >if the valu

Re: [Zope] Weird SQL Relay conversion error in Zope

2008-05-16 Thread Mike Driscoll
Dieter, Mike Driscoll wrote at 2008-5-9 08:31 -0500: ... I am working on a web app that interfaces with Microsoft SQL Server from Ubuntu through SQL Relay. I will be getting data from multiple databases. The issue seems to be that either Zope or SQL Relay cannot handle the Decimal type if t

Re: [Zope] ZODB reverts to older state after ZEO restart

2008-05-16 Thread dvs
I believe this is the case, I found another thread with a similar problem: http://www.nabble.com/Missing-Content-td4174116.html Dieter Maurer wrote: > > dvs wrote at 2008-5-16 07:36 -0700: >> >>Recently we restarted our zeo server and immediately noticed >>that we are missing good bit of rec