How can we help you today? How can we help you today?
l_millerm
I encountered this issue on my previous machine running Windows 7 and I've been fighting with this one for several hours after upgrading to Windows 10 1709 and ultimately I forgot what I did to get it to work... Frustrating! TL;DR: First run this to see what's available: netsh http show iplisten If you don't have 127.0.0.1 and/or ::1 in there, then run these commands to add them: netsh http add iplisten 127.0.0.1<br>netsh http add iplisten ::1<br>Then try running the service and/or installing.  So, after taking a deeper look into the logs and trying to run several verions of RedGate.Client.Service.exe directly, looking at some OWIN & Windows networking docs I ended up trying a few netsh commands in an elevated cmd/powershell terminal and it worked! From the docs: Network shell (netsh) is a command-line utility that allows you to configure and display the status of various network communications server roles and components after they are installed on computers running Windows Server 2016. More specifically Netsh commands for HTTP context to query and configure HTTP.sys settings and parameters. So to do that, let's first run this to see what's available: netsh http show iplistenIf you don't have 127.0.0.1 and/or ::1 in there, then run these commands to add them: netsh http add iplisten 127.0.0.1<br>netsh http add iplisten ::1<br>Then try running the service and/or installing.  This worked for me. redgate Support, I would recommend that you check this configuration as part of the install process and adjust it accordingly.  I resolved this months ago and have lost a considerable amount of time and frustration trying to recall what I did to ultimately resolve the issue. / comments
I encountered this issue on my previous machine running Windows 7 and I've been fighting with this one for several hours after upgrading to Windows 10 1709 and ultimately I forgot what I did to get...
0 votes
I encountered this issue on my previous machine running Windows 7 and I've been fighting with this one for several hours after upgrading to Windows 10 1709 and ultimately I forgot what I did to get it to work... Frustrating! TL;DR: First run this to see what's available: netsh http show iplisten If you don't have 127.0.0.1 and/or ::1 in there, then run these commands to add them: netsh http add iplisten 127.0.0.1<br>netsh http add iplisten ::1<br>Then try running the service and/or installing.  So, after taking a deeper look into the logs and trying to run several verions of RedGate.Client.Service.exe directly, looking at some OWIN & Windows networking docs I ended up trying a few netsh commands in an elevated cmd/powershell terminal and it worked! From the docs: Network shell (netsh) is a command-line utility that allows you to configure and display the status of various network communications server roles and components after they are installed on computers running Windows Server 2016. More specifically Netsh commands for HTTP context to query and configure HTTP.sys settings and parameters. So to do that, let's first run this to see what's available: netsh http show iplistenIf you don't have 127.0.0.1 and/or ::1 in there, then run these commands to add them: netsh http add iplisten 127.0.0.1<br>netsh http add iplisten ::1<br>Then try running the service and/or installing.  This worked for me. redgate Support, I would recommend that you check this configuration as part of the install process and adjust it accordingly.  I resolved this months ago and have lost a considerable amount of time and frustration trying to recall what I did to ultimately resolve the issue. / comments
I encountered this issue on my previous machine running Windows 7 and I've been fighting with this one for several hours after upgrading to Windows 10 1709 and ultimately I forgot what I did to get...
0 votes
I encountered this issue on my previous machine running Windows 7 and I've been fighting with this one for several hours after upgrading to Windows 10 1709 and ultimately I forgot what I did to get it to work... Frustrating! TL;DR: First run this from an elevated command/powershell terminal to see what's available: netsh http show iplisten If you don't have 127.0.0.1 and/or ::1 in there, then run these commands to add them: netsh http add iplisten 127.0.0.1<br>netsh http add iplisten ::1<br>Then try running the service and/or installing.  So, after taking a deeper look into the logs and trying to run several verions of RedGate.Client.Service.exe directly, looking at some OWIN & Windows networking docs I ended up trying a few netsh commands in an elevated cmd/powershell terminal and it worked! From the docs: Network shell (netsh) is a command-line utility that allows you to configure and display the status of various network communications server roles and components after they are installed on computers running Windows Server 2016. More specifically Netsh commands for HTTP context to query and configure HTTP.sys settings and parameters. So to do that, let's first run this to see what's available: netsh http show iplistenIf you don't have 127.0.0.1 and/or ::1 in there, then run these commands to add them: netsh http add iplisten 127.0.0.1<br>netsh http add iplisten ::1<br>Then try running the service and/or installing.  This worked for me. redgate Support I would recommend updating the installer to check for this situation and add configure the network settings via netsh as needed. / comments
I encountered this issue on my previous machine running Windows 7 and I've been fighting with this one for several hours after upgrading to Windows 10 1709 and ultimately I forgot what I did to get...
0 votes