problem wiht Data.ds on two OSs and two zope versions
I have zope (version 2.4.2) server running on redhat linux 7.1 service, i want to move to another zope(version2.6.2) server on windows XP. I simply cope the Data.fs form linux machine to windows machine (replacing the default one),but it does not work when i try to log into the windowxp machine by using manage after finishing copying i got following error Zope Error Zope has encountered an error while publishing this resource. Error Type: CorruptedDataError Error Value: 2280556 how can i fix this problem? Thanks
On Fri, Sep 19, 2003 at 01:44:48PM -0400, Jianping Zhu wrote:
how can i fix this problem?
Use Linux on the target system or export the folders you need from Linux and re-import them on the XP box. Cheers, uwe -- Uwe Schuerkamp, Nionex GmbH http://www.nionex.com/ Uwe.Schuerkamp@nionex.net FON: +49 (0)5241 / 80 10 66, FAX: / 806 23 38 GnuPG KeyID: 5887047D Avenwedder Str. 55, 33311 Guetersloh GnuPG Fingerprint: 2E 13 20 22 9A 3F 63 7F 67 6F E9 B1 A8 36 A4 61
Jianping Zhu wrote at 2003-9-19 13:44 -0400:
I have zope (version 2.4.2) server running on redhat linux 7.1 service, i want to move to another zope(version2.6.2) server on windows XP. I simply cope the Data.fs form linux machine to windows machine (replacing the default one),but it does not work when i try to log into the windowxp machine by using manage after finishing copying i got following error
Zope Error Zope has encountered an error while publishing this resource.
Error Type: CorruptedDataError Error Value: 2280556
how can i fix this problem?
Almost surely, your "Data.fs" was damaged in transport. Make sure, that you use a *binary* transfer. "Data.fs" is a binary file. Dieter
participants (3)
-
Dieter Maurer -
Jianping Zhu -
Uwe Schuerkamp