The information in this article applies to:
SYMPTOMSTN5250 clients of the the SNA Server TN5250 service may fail with a STATE_CHECK AP_SEND_DATA_NO_LL_BDY, because of the way the datastream is interpreted. CAUSEThe TN5250 data stream that is exchanged is composed of a header followed by the 5250 client data stream. The header is variable in length and composed of two parts:
The problem occurs when the doubled IAC character 0xFF sent by the emulator is exactly between the two SEND buffers (first one ends with FF and second one begins with the remaining FF). The TN5250 translator fails to undouble it (0xFFFF should become 0xFF), so an extra character is sent to APPC. APPC is waiting for a SEND buffer with n characters, and receives a send buffer with n+1 characters. This behavior generates a STATE_CHECK AP_SEND_DATA_NOT_LL_BDY. RESOLUTIONTo resolve this problem, obtain the latest service pack for SNA Server version 4.0. For additional information, please see the following article in the
Microsoft Knowledge Base: Q215838 How to Obtain the Latest SNA Server Version 4.0 Service Pack STATUSMicrosoft has confirmed this to be a problem in SNA Server 3.0, 3.0 SP1, 3.0 SP2, 3.0 SP3, SNA Server 4.0, 4.0 SP1, 4.0 SP2. This problem was first corrected in SNA Server version 4.0 Service Pack 3. Additional query words:
Keywords : sna4sp3fix |
Last Reviewed: September 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |