Hi All,
We have MS cluster configured with SAP application. we have two windows 2008 servers with SAP application.
Recently we are facing problem while login to SAP application from client SAP GUI logon. Below is the screen shot of the error. Please give me a solution.
We have tried the following already.
1. We moved the MS cluster virtual adpater binding order to the last
2. ping -4 <local hostname> resolved with correct IP after doing the below commands
netsh interface ipv6 set prefix ::1/128 50 5
netsh interface ipv6 add prefix ::1/128 50 5
netsh interface ipv6 set prefix
::1/96 40 4
netsh interface ipv6 add prefix
::1/96 40 4
netsh interface ipv6 set prefix
::ffff:0:0/96 30 3
netsh interface ipv6 add prefix
::ffff:0:0/96 30 3
netsh interface ipv6 set prefix
::/0 20 2
netsh interface ipv6 add prefix
::/0 20 2
netsh interface ipv6 set prefix
::ffff:169.254.0.0/112 10 1
netsh interface ipv6 add prefix
::ffff:169.254.0.0/112 10 1
3. from the registry also we move the virtual adapter priority to the last.
Sundar