09-09-2010 11:43 AM
Have a situation where SalesLogix v7.5 SP2 is setup on two servers. App server and sync server. The sync server is Windows 2008 / IIS 7 and want to use http sync configuration.
1. The sync logs are on the same server as IIS configuration but different location
C: \synclogs\ infiles
2. The IIS setup is on c:\httpsync\infiles etc.
3. The Administrator has a profile setup for http sync and everything looks fine - can sync network sync without issue.
4. Login to synchronization server and receive an error message, " unable to connext to machinename on port XXX (http response code 404 Not Found)
The interesting thing is that I can create a default.html file in the root of the sync folder and can get to the page without issue using a browser.
I have tested turning off the Firewall, ESC, and various changes in IIS which were set back.
Any thoughts on how to troubleshoot or resolve?
09-15-2010 03:06 AM
Hi Paul,
I had the same issue last week! You need to install and configure WebDav in IIS - This is a known issue as the step is missing out of the SalesLogix Implementation guide.
http://learn.iis.net/page.aspx/350/installing-and-configuring-webdav-on-iis-7/
09-15-2010 06:30 AM
Thanks Adam! I will work through the installation and configuration, share with the customer and let you know the results.
Paul