Host TPX Application Problem Leads to 3270 Emulator 2004 Error

Last reviewed: September 12, 1996
Article ID: Q153457
The information in this article applies to:
  • Microsoft SNA Server for Windows NT, versions 2.0, 2.1, and 2.11

SYMPTOMS

When 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.

CAUSE

The 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 ->
         <- SDT
SDT +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
KBSubcategory: sna3270 ntinterop prodsna
Additional reference words:


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 12, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.