SQL Server Connection Failure
Error message: [DBNETLIB][ConnectionWrite (send()).]General network error. Check your network documentation.
Cause
This issue occurs because Windows Server 2003 and later versions implement a security feature that reduces the size of the queue for concurrent TCP/IP connections to the server. This feature helps prevent denial of service attacks. Under heavy load conditions, the TCP/IP protocol may incorrectly identify a valid TCP/IP connections as a denial of service attack.
Resolution
To resolve this issue, turn off this new functionality by adding the SynAttackProtect entry to the following registry key on the computer that is running Microsoft SQL Server that houses your BizTalk Server databases.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
Set the SynAttackProtect entry to a DWORD value of 00000000. To do this, follow these steps:
-
Click Start, click Run, type regedit, and then click OK.
-
Locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
-
On the Edit menu, point to New, and then click DWORD Value.
-
Type SynAttackProtect, and then press ENTER.
-
On the Edit menu, click Modify.
-
In the Value data box, type 00000000. Click OK.
-
Quit Registry Editor.
Note To complete this registry change, you must restart the computer that is running SQL Server.