TCP/IP clients may intermittently lose 3270 sessions (241985)
The information in this article applies to:
- Microsoft SNA Server 3.0
- Microsoft SNA Server 3.0 SP1
- Microsoft SNA Server 3.0 SP2
- Microsoft SNA Server 3.0 SP3
- Microsoft SNA Server 3.0 SP4
- Microsoft SNA Server 4.0
- Microsoft SNA Server 4.0 SP1
- Microsoft SNA Server 4.0 SP2
- Microsoft SNA Server 4.0 SP3
- Microsoft SNA Server 4.0 SP4
- Microsoft Host Integration Server 2000
- Microsoft Host Integration Server 2000 SP1
This article was previously published under Q241985 Important This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base: 256986 Description of the Microsoft Windows Registry SYMPTOMS
SNA Clients connecting to the SNA Server computer through TCP/IP may have intermittent problems with 3270 sessions dropping. The user's emulator may go to a blank screen, or it may be returned to the mainframe sign-on screen. In either case, the session must be restarted.
The following event may be logged in the Application event log on the SNA Server computer:
Event 21
(1124) Negative Response Sent on Connection value (SENSE = 831)
SUBCODE INFORMATION:
X'1124' A negative response was sent and logged. This error normally follows a more specific error message, depending on the type of negative response sent and its cause. The SNA sense data provides details about the type of error.
ACTION: See IBM Systems Network Architecture: Formats for an explanation of the sense data.
CAUSE
When the SNA Client is configured to use the TCP/IP sockets interface to communicate with the SNA Server computer, the TCP/IP messages flowing between the computers have the "Don't Fragment" bit set.
A TCP/IP router may not return a "destination unreachable" message to the host when it needs to fragment a TCP segment with the "Don't Fragment" bit set. Instead, it drops the segment, and the host gets a "destination not receiving data" message. Consequently, the host retransmits the segment until the retransmission limit is reached (the default is 5). After reaching this limit, the session is reset.
Note: This is just one cause of the Event 21 error. There may be other issues that cause this error to be logged.
RESOLUTION
On the SNA Server computer, set the following registry value to 1. The server must be restarted for the change to take affect. Warning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk. - Start Registry Editor (Regedt32.exe).
- Locate the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\tcpip\parameters
- On the Edit menu, click Add Value, and then add the following registry value:
Value Name: EnablePMTUBHDetect
Data Type: REG_DWORD
Value: 1
- Quit Registry Editor.
Modification Type: | Major | Last Reviewed: | 8/17/2004 |
---|
Keywords: | kbprb KB241985 |
---|
|