cancel
Showing results for 
Search instead for 
Did you mean: 

WSAENOBUFS: No buffer space available

former_member182675
Contributor
0 Kudos

Hi to all

I need youradviseplease

We have EWM system connected to external system withsqlserver and .net connector

Nowevrytime we have themicrosoftevent 4227

TCP/IP failed to establish an outgoing connection because the selected local endpoint was recently used to connect to the same remote endpoint. This error typically occurs when outgoing connections are opened and closed at a high rate, causing all available local ports to be used and forcing TCP/IP to reuse a local port for an outgoing connection. To minimize the risk of data corruption, the TCP/IP standard requires a minimum time period to elapse between successive connections from a given local endpoint to a given remote endpoint.

andin the logs of the .net connector I have the error

2015-11-08 16:29:48.879 [Thread 4] RfcDestination.GetClient threw RfcCommunicationException:

LOCATION    CPIC (TCP/IP) on local host with Unicode

ERROR       internal error

TIME        Sun Nov 08 16:29:48 2015

RELEASE     721

COMPONENT   NI (network interface)

VERSION     40

RC          -1

MODULE      nixxi.cpp

LINE        2896

DETAIL      NiIConnectSocket

SYSTEM CALLconnect

ERRNO       10055

ERRNO TEXT  WSAENOBUFS: No buffer space available

I openedincidentto sap andmicrosoftand all therecommendationdidn't help me. (changeparameter of the registry MaxUserPort,  TcpTimedWaitDelay)

wetry to upgrade the .net connector to version 3.0.16 but it didn't help

I need youradvise.

Maybeitsa problem in the configuration of the .net connector

PoolSize>50</PoolSize>

   <PeakConnectionsLimit>100</PeakConnectionsLimit>

   <ConnectionIdleTimeout>150</ConnectionIdleTimeout>

   <IdleCheckTime>60</IdleCheckTime>

maybeit'sproblemin the code weusingin the .net connector

doyou have any idea?

Thanks

naor

Accepted Solutions (0)

Answers (1)

Answers (1)

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Naor,

Note 990538 is describing when this message is returned. Follow the instructions there to resolve the issue.

Best regards,

Markus