RAPID PUBLISHING ARTICLES PROVIDE INFORMATION DIRECTLY FROM WITHIN THE MICROSOFT SUPPORT ORGANIZATION. THE INFORMATION CONTAINED HEREIN IS CREATED IN RESPONSE TO EMERGING OR UNIQUE TOPICS, OR IS INTENDED SUPPLEMENT OTHER KNOWLEDGE BASE INFORMATION.
On a BizTalk server, you may notice the following symptoms:
Symptom 1
The following events may be logged in the Application Event logs:
Event ID: 6913
Description: SQL Server, BizTalkMsgBoxDb, [DBNETLIB][ConnectionWrite (send()).]General network error. Check your network documentation.
Event ID: 5410
Description: [DBNETLIB][ConnectionWrite (send()).]General network error. Check your network documentation.
Event ID: 6912
Description: DBNETLIB][ConnectionRead (recv()).]General network error. Check your network documentation.
Symptom 2
The BizTalk Server fails to restart or shutdown. When rebooting the computer, it may just hang and the mouse may not move. These symptoms may occur for an extended period of time and the computer may not shut down. There are no errors in the event log.
These issues can occur because of TCP/IP changes in Windows Server 2003 and later.
There are several items to implement to stop the errors from occurring:
- On the SQL server, set the SynAttackProtect registry key using the steps in KB article 899599:
899599 A BizTalk Server Host instance fails, and a "General Network" error is written to the Application log when the BizTalk Server-based server processes a high volume of documents (http://support.microsoft.com/?id=899599
(http://support.microsoft.com/?id=899599)
) - On all the BizTalk and SQL servers running on Windows Server 2003, use the steps in KB article 948496 to disable the Scalable Networking Pack (SNP) features:
948496 An update to turn off default SNP features is available for Windows Server 2003-based and Small Business Server 2003-based computers (http://support.microsoft.com/?id=948496
(http://support.microsoft.com/?id=948496)
)
To disable TCP Chimney Offload feature of the Scalable Networking Pack (SNP), you can also install the hotfix in KB article 940202:
940202 A Windows Server 2003-based computer may stop responding during shutdown after you install the Scalable Networking Pack (http://support.microsoft.com/?id=940202
(http://support.microsoft.com/?id=940202)
)
On all the BizTalk and SQL servers running on Windows Server 2008, use the steps in KB article 951037 to disable Receive Side Scaling (RSS) and the TCP Chimney Offload features of the Scalable Networking Pack (SNP):
951037 Information about the TCP Chimney Offload, Receive Side Scaling, and Network Direct Memory Access features in Windows Server 2008 (http://support.microsoft.com/?id=951037
(http://support.microsoft.com/?id=951037)
) - On all BizTalk servers running on Windows Server 2003, increase the ephemeral ports and reduce the TCP re-use timeout setting by modifying the MaxUserPorts and TCPTimedWaitDelay registry keys documented at the link below.
BizTalk Server Database Optimization (http://msdn.microsoft.com/en-us/library/bb743398.aspx
(http://msdn.microsoft.com/en-us/library/bb743398.aspx)
)
You can modify these settings at the HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters registry key. The table below lists the recommended values.
Collapse this tableExpand this table
| Value name | Value | Comment |
| MaxUserPort | 0xFFFF (65535) | Prevents port exhaustion |
| TcpTimedWaitDelay | 0x1E (30) | Release unused ports as quickly as possible |
On all BizTalk servers running on Windows Server 2008, we recommend not modifying the dynamic port range. If you determine that additional dynamic ports are needed, refer to the following article in the Microsoft Knowledge Base (KB):929851
(http://support.microsoft.com/kb/929851/
)
The default dynamic port range for TCP/IP has changed in Windows Vista and in Windows Server 2008
The TCP re-use timeout setting can also be reduced by modifying the registry key. For more information on this registry key in Windows Server 2008 and Windows Vista, refer to the following site:
http://download.microsoft.com/download/c/2/6/c26893a6-46c7-4b5c-b287-830216597340/tcpip_reg.doc
(http://download.microsoft.com/download/c/2/6/c26893a6-46c7-4b5c-b287-830216597340/tcpip_reg.doc)
- On all the BizTalk and SQL servers running on Windows Server 2003, use the steps in KB article 906736 to disable Privilege Attribute Certificate (PAC) verification. Additionally, on all BizTalk and SQL servers running on Windows Server 2008, refer to KB article 906736 for more information on Privilege Attribute Certificate (PAC) verification.
906736
(http://support.microsoft.com/kb/906736/
)
You experience a delay in the user-authentication process when you run a high-volume server program on a domain member in Windows 2000 or Windows Server 2003
RESTART REQUIREMENT
You must restart your computer after implementing the changes above.
The KB articles below also reference General Network Errors:
328476 Description of TCP/IP settings that you may have to adjust when SQL Server connection pooling is disabled (
http://support.microsoft.com/?id=328476
(http://support.microsoft.com/?id=328476)
)
319502 PRB: "WSAEADDRESSINUSE" Error Message When You Try to Connect Through an Anonymous Port After You Increase the IMAP Connection Limit (
http://support.microsoft.com/?id=319502
(http://support.microsoft.com/?id=319502)
)
MICROSOFT AND/OR ITS SUPPLIERS MAKE NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY, RELIABILITY OR ACCURACY OF THE INFORMATION CONTAINED IN THE DOCUMENTS AND RELATED GRAPHICS PUBLISHED ON THIS WEBSITE (THE “MATERIALS”) FOR ANY PURPOSE. THE MATERIALS MAY INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS AND MAY BE REVISED AT ANY TIME WITHOUT NOTICE.
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, MICROSOFT AND/OR ITS SUPPLIERS DISCLAIM AND EXCLUDE ALL REPRESENTATIONS, WARRANTIES, AND CONDITIONS WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO REPRESENTATIONS, WARRANTIES, OR CONDITIONS OF TITLE, NON INFRINGEMENT, SATISFACTORY CONDITION OR QUALITY, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE MATERIALS.