Why can I not connect to ‘localhost’ when using vista or IPv6 ?

You are here:

By default under windows Vista, localhost is defined as IPv6 address ::1 and IPv6 takes priority over IPv4. 

To resolve the issue, change any references to localhost to either IP address ‘127.0.0.1’ or the hostname of the local machine. You may need to make this change in the ERP-Scale configuration utility and the ERP-Scale monitor utility.

Alternatively (if running release 3.0.3 or later), delete the entry for localhost from the list of Sap-Scale servers and restart the utility. ERP-Scale will then create a corrected entry automatically.

You may prefer to modify your hosts file as follows:

Hosts file is C:\Windows\System32\drivers\etc
 
At the bottom of the file are two entries:
 
127.0.0.1       localhost
::1             localhost
 
If you remove the second entry, localhost will be resolved to address 127.0.0.1 (you can also comment the entry out with a #).

 

Was this article helpful?
Dislike 0
Views: 107
Still have questions? Create a support ticket