What's hot ? (and I mean really ...) - scroll down for more
1).  Code Templating - advanced usage of delegates & generics: my slides & demos are available for download! CodeProject article is also available.

2).  My series "TDD in the eyes of a simpleminded" is in progress(including code!): preface, part1, part2, Q&A 1, Manual Stub .vs. Mock Stub

3).  TDD Workshop: SeeCompass v0.1 and v0.2 are out.
# Wednesday, May 24, 2006

We want to perform a Merge Replication between 2 databases via WebService (SSL).
The relevant Architecture for the Merge Replication is the following:

replicationviawebservice_1.jpg

Our DBA, Moran, made an attempt to configure the publisher and the subscriber according to the following links, without significant success so far:

http://msdn2.microsoft.com/en-US/library/ms345214.aspx
http://msdn2.microsoft.com/en-US/library/ms152511.aspx
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=352025&SiteID=1
http://msdn2.microsoft.com/en-US/library/ms151763.aspx
http://www.eggheadcafe.com/forumarchives/SQLServerreplication/

The error message we receive is: "The Proxy Auto-configuration URL was not found".

We think that the problem is due to local LAN proxy settings. We got the idea from this post:
http://www.eggheadcafe.com/forumarchives/sqlserverreplication/nov2005/post24306635.asp

Do you have any suggestions on the matter ?

* It's important to mention that Merge Replication over LAN works without a problem.

 

Any suggestion or reference will be most appreciated...

Posted by Oren Ellenbogen 
24/05/2006 10:42, Israel time UTC+03:00,     Comments [0]  | 
Comments are closed.