cancel
Showing results for 
Search instead for 
Did you mean: 

wsaewouldblock resource temporarily unavailable,pls help me to resolve it

manikandan_shanmugam3
Active Participant
0 Kudos

When i logon to sapgui it shows error "wsaewouldblock resource temporarily unavailable" for a particular landscape but otherthan that i can logon perfectly.i m getting this error since last friday and before tat it was fine

i tried to logon through run->sapgui "Applicaation Server" "sys no" but it also shows error.....

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try to ping and trace the IP address from your local CMD promt.

eg : tracert < IP > --- it should reach your destination till the end.

ping < IP > --- it should not lose any packs.

both is working fine than check the SAP ports open'd on ur n/w.

check the host file entires, check your SAP GUI patch and correct installation.

and check your system id, system no, app server.

I hope this will help you.

With Regards

CSK.

manikandan_shanmugam3
Active Participant
0 Kudos

HI Senthil

everything is fine as u mentiond above but i dont know how to check SAP ports on n/w.....

tell me steps to do it..

thanks & Regards

Manikandan

former_member759680
Contributor
0 Kudos
how to check SAP ports on n/w

On Windows

netstat -ano ---> will list all ports in use

netstat -ano | findstr 3600 --> will show if port 3600 is in use.

On Unix

lsof -i | grep 3600 --> will show if port 3600 is in use.

Hope that helps.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

i am facing the same issue with SAP throwing an error like resource temporarily unavailable..

please suggest to resolve the issue ASAP.

Thanks in Advance.

Jayesh@9011396845

Former Member
0 Kudos

Hi,

Please do primary checks as Senthil advised.

Regards,

Yogesh Cheulkar