XCON: MTA Only AllowS 64 TCP/IP or TP4 Connections

Last reviewed: September 11, 1997
Article ID: Q151412

The information in this article applies to:

  • Microsoft Exchange Server version 4.0

SYMPTOMS

The Microsoft Exchange Server message transfer agent (MTA) has a limit on the number of allowed socket control blocks for TCP and TP4. This limit is currently a shared maximum of 64 (0x40). The minimum number that must be allocated to either TCP or TP4 is 2, which means that the maximum any one transport stack can have allocated is 62 (0x3E). The default is set to 20 (0x14) for each.

When the limit is reached, the following error message is logged in the Windows NT event log:

   MSExchangeMTA   Warning   Resource   9156
   A resource limit has been reached while attempting to open an
   association. There are no free control blocks available for network type
   1. The configured count is 40. [BASE IL MAIN BASE 1 282] (10)

STATUS

Microsoft has confirmed this to be a problem in Microsoft Exchange version 4.0. A supported fix is now available, but has not been fully regression- tested and should be applied only to systems experiencing this specific problem. Unless you are severely impacted by this specific problem, Microsoft recommends that you wait for the next Service Pack that contains this fix. Contact Microsoft Technical Support for more information.

MORE INFORMATION

The MTA uses one control block for each connection (whether remotely or locally initiated). It also uses one to listen for incoming connections.

If slow links (slower than 128Kbps) and/or large messages are involved and message backlogging is therefore likely, you can allow 10 control blocks per X.400-Link. This enables MTA traffic to be handled more efficiently by virtue of multiple connections to each remote link, without suffering from a resource shortage.

NOTE: There is no requirement to change the TP4 Thread or TCP/IP Thread values; the code will self-adjust based on the count of control blocks.

The following registry values hold the TCP/IP and TP4 control block settings:

   HKEY_LOCAL_MACHINE\System\CurrentControlSet\
   Services\MSExchangeMTA\Parameters\TCP/IP Control blocks

   HKEY_LOCAL_MACHINE\System\CurrentControlSet\
   Services\MSExchangeMTA\Parameters\TP4 Control blocks

With the fix implemented, a maximum total of 2,000 control blocks is allowed.

NOTE: If X.25 is also being used as a messaging protocol stack, the total of X.25 + TCP/IP control blocks can be no greater than 1,250.

Keywords          : XCON kbusage
Version           : version
Platform          : WINDOWS
Issue type        : kbbug
Solution Type     : kbfix


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 11, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.