The system lacked sufficient buffer space or because a queue was full

Answered The system lacked sufficient buffer space or because a queue was full

  • Saturday, January 19, 2013 12:18 AM
     
     

    I am running SQL Server 2008 on a Windows 2008 R2 64 Bit SP1 server. The server has 256GB of RAM.

    About every 10-15 days I get the following error message, and at the same time SSIS packages are unable to import files from a samba share.

    "An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full"

    around the same time i also get the following error

    The processing of Group Policy failed. Windows could not obtain the name of a domain controller. This could be caused by a name resolution failure. Verify your Domain Name System (DNS) is configured and working correctly.

    Restarting server resolves the problem.

    The registry keys TcpTimedWaitDelay = 30 and MaxUserPort = 59999 have been added. However the TcpTimedWaitDelay = 30 does not seem to take affect since, after running netstat -aonb every 35 seconds, the same ports are stuck in a TIME_WAIT state.

    Can someone please provide any insight as to what is going on and what can be done to resolve the problem?

    Thanks!

All Replies