Hi Paul ----- Original Message ----- From: "Paul Winkler" <pw_lists@slinkp.com> To: <zope@zope.org> Sent: Monday, November 03, 2003 8:08 PM Subject: Re: [Zope] ZSyncer problem
On Mon, Nov 03, 2003 at 12:32:25PM +0100, Marcel Mar? wrote:
I could use some help setting up ZSyncer (0.5.0-pre10).
This what I've done so far: I have two instances running of Zope running on my local Windows box, one on port 8080 and one on 9090. Admin user is identical in both. Installed ZSyncer product on both. Added a ZSyncer instance called 'mysync' in the root of both. In both instances I've set the properties like this: Title=empty Destinations= http://localhost:8080/mysync on the instance running on 9090 http://localhost:9090/mysync on the instance running on 8080 Log=off Override user=off Filter types=off
sounds good so far.
Then I go to a folder called 'Experiments' on one instance, click on the sync tab expecting it to work, but no. I get this error:
Fault <Fault -2: 'Unexpected Zope error value: NotFound - \\Experiments'> Traceback (most recent call last):
Do you have a folder named Experiments on both servers? If not, go up to a higher folder and try again.
Yes, the folder is ther in both instances. Doing a sync in the root yields the same error: Fault <Fault -2: 'Unexpected Zope error value: NotFound - \\'> Come to think of it: could this be a platform thing? Why are the double backslashes (\\Experiments) there instead of forward slashes (/Experiments)? Thanks already, Marcel