Host TPX Application Problem Leads to 3270 Emulator 2004 ErrorLast reviewed: September 12, 1996Article ID: Q153457 |
The information in this article applies to:
SYMPTOMSWhen you use TPX version 4.0.03 on an IBM MVS system (MVS v5.1 and VTAM v4r2), you will get the following Windows NT application event log entry indicating a 3270 emulation error using SNA Server and Wall Data Rumba.
Event 21 Negative response sent on connection <value> (SENSE = 2004)Where 2004 indicates a DIRECTION ERROR. See the IBM SNA Formats Guide (IBM part number GA27-3136) for a description of SNA sense code errors. NOTE: If this specific problem occurs, it would occur with any 3270 emulator. To confirm this is the problem, SNA Server DLC and 3270 message traces should be captured.
CAUSEThe TPX host application sends a message to the 3270 emulator when it did not have the direction flag. An SNA Server DLC message trace shows the following message sequence:
SNA Server Host (TPX) <- BIND (appname = "TPX")BIND +RSP -> <- SDTSDT +RSP -> RQE FMD BC EC DR1 BB CD -> (User Request)
<- RQE FMD BC EC DR1 CD (TPX response)RQE FMD BC EC DR1 CD BBIU -> (Security system screen) (second part) EBIU ->
<- RQE FMD BC EC DR1 CD (TPX response) <- RQE FMD BC EC DR1 EB (NCCF NETVIEW screen data)-RSP FMD SD BC EC DR1 -> (sense code 20040000) In the above flow diagram, the TPX application sends an FMD message (the NCCF Netview screen) after it is already sent the Change Direction flag on the previous message. This is an SNA protocol violation that causes SNA Server to send a 2004 error (direction error).
|
KBCategory: kb3rdparty
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |