The information in this article applies to:
SYMPTOMS
There may be certain cases where an APPC or CPI-C application does not
receive an error message sent to it by a remote application or host. LU 6.2
errors are generally reported across an LU 6.2 session or conversation by
FMH-7 messages. If the error being reported is an IBM Sense Code not
defined in the FMH-7 handling code that is part of the SNA Server APPC
library, the error message will not be sent up to the application.
Bytes 2 and 3 of the Element data are the bytes that contain the IBM sense
code of X'0809'.
NOTE: This message was captured in a SNA Server LU 6.2 message trace using the SNA Server Trace Program. The application had a RECEIVE_AND_WAIT call posted at this point. Normally, an error will be reported in the RECEIVE_AND_WAIT call. In this case, the RECEIVE_AND_WAIT never completed because the X'0809' sense code was never passed to the application by the APPC library. The visible symptoms of this problem may vary. If the application has a timeout, the application will eventually time out. If the application does not have a timeout, it may stop responding until it is stopped and restarted. CAUSEThe FMH-7 handling code that is part of the SNA Server APPC library does not contain some of the more obscure IBM sense codes. If the APPC library receives an FMH-7 message containing one of these unrecognized sense codes, it never passes the error information to the application. STATUS
Microsoft has confirmed this to be a problem in SNA Server version 2.11,
2.11 SP1, 2.11 SP2, 3.0, 3.0 SP1, 3.0 SP2, and 4.0.
S E R V P A C K MORE INFORMATIONThe fix updates the FMH-7 handling code of the APPC library to handle obscure sense codes by generating a protocol error that contains the sense code received in the FMH-7 message. Additional query words:
Keywords : kbnetwork kbbug4.00 snaappc snacpic kbbug3.00 snaprog kbbug3.00.sp2 kbfix3.00.sp3 kbbug2.11 kbbug2.11.sp1 kbbug2.11.sp2 kbbug3.00.sp1 |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |