cancel
Showing results for 
Search instead for 
Did you mean: 

sap gui login error due to lost of packets

Former Member
0 Kudos

hi Experts

in my newley installed system ,When i logon to sapgui it shows error "wsaewouldblock resource temporarily unavailable" for a particular landscape but otherthan that i can logon perfectly.

and also i tried to check ping with that server ip but it shows lost of packets how can i resolve this my problem

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

fjhernanz
Contributor
0 Kudos

Hi,

This error is returned from operations on nonblocking sockets that cannot be completed immediately, for example recv when no data is queued to be read from the socket. It is a nonfatal error, and the operation should be retried later. It is normal for WSAEWOULDBLOCK to be reported as the result from calling connect on a nonblocking SOCK_STREAM socket,

since some time must elapse for the connection to be established. Can your review note:

180940 Microsoft QoS support

Br,

Javier

Former Member
0 Kudos

hi javier,

thanks for your Reply

and my problem is solved

i called to my network administrator due to this issue and he unblock my ip in firewall and after it is pinging normally

thanks & Regrads

fjhernanz
Contributor
0 Kudos

Hi,

Great ! Glad to hear it

Cheers,

Javier