Re: [Zope3-Users] NOTICE: zope.org server move

2008-06-11 Thread Marius Gedminas
On Wed, Jun 11, 2008 at 01:22:18AM -0500, Jens Vagelpohl wrote: The zope.org-related servers and services maintained by Zope Corporation will be moving to a new home late Thursday night Eastern Standard Time. How long will the outage last? The servers will be

Re: [Zope3-Users] NOTICE: zope.org server move

2008-06-11 Thread Reinoud van Leeuwen
On Wed, Jun 11, 2008 at 02:05:51PM +0300, Marius Gedminas wrote: On Wed, Jun 11, 2008 at 01:22:18AM -0500, Jens Vagelpohl wrote: The zope.org-related servers and services maintained by Zope Corporation will be moving to a new home late Thursday night Eastern Standard Time. How long will

[Zope3-Users] is it possible to copy object b/w two zodb Database

2008-06-11 Thread rahul bhaskar
Hi, I am facing some problem with merging two zodb file. is it possible to open two zodb Database at a time and copy object from one to another. Regards Rahul Bhaskar ___ Zope3-users mailing list Zope3-users@zope.org

Re: [Zope3-Users] is it possible to copy object b/w two zodb Database

2008-06-11 Thread Jim Fulton
On Jun 11, 2008, at 10:36 AM, rahul bhaskar wrote: Hi, I am facing some problem with merging two zodb file. is it possible to open two zodb Database at a time and copy object from one to another. Yes, using the export/import mechanism. Jim -- Jim Fulton Zope Corporation

Re: [Zope3-Users] is it possible to copy object b/w two zodb Database

2008-06-11 Thread Stephan Richter
On Wednesday 11 June 2008, Jim Fulton wrote: On Jun 11, 2008, at 10:36 AM, rahul bhaskar wrote: Hi, I am facing some problem with merging two zodb file. is it possible to open two zodb Database at a time and copy object from one to another. Yes, using the export/import mechanism.

Re: [Zope3-Users] is it possible to copy object b/w two zodb Database

2008-06-11 Thread Jim Fulton
On Jun 11, 2008, at 4:22 PM, Stephan Richter wrote: On Wednesday 11 June 2008, Jim Fulton wrote: On Jun 11, 2008, at 10:36 AM, rahul bhaskar wrote: Hi, I am facing some problem with merging two zodb file. is it possible to open two zodb Database at a time and copy object from one to another.

Re: [Zope3-Users] is it possible to copy object b/w two zodb Database

2008-06-11 Thread Stephan Richter
On Wednesday 11 June 2008, Jim Fulton wrote: Stupid question: Which one? I tried straight xmlpickle and got some   errors randomly. I was referring to the binary export/import, which is the only one   supported by ZODB, afaik, although it's been a very long time since I   looked at that

Re: [Zope3-Users] is it possible to copy object b/w two zodb Database

2008-06-11 Thread Jim Fulton
On Jun 11, 2008, at 7:51 PM, Stephan Richter wrote: On Wednesday 11 June 2008, Jim Fulton wrote: Stupid question: Which one? I tried straight xmlpickle and got some errors randomly. I was referring to the binary export/import, which is the only one supported by ZODB, afaik, although it's