IBM Books

Message Reference


XLN Protocol Violation Record

/*****************************************************************************
* SQLCSPM_XLN_PROTOCOL_VIOLATION_236   - SNA XLN protocol error.             *
*                                                                            *
* This trace is produced when a protocol error occurs during the SNA         *
* syncpoint process with a remote LU.   The following are examples of SNA    *
* syncpoint protocol errors:                                                 *
*    * an unknown SNA PS header was received.                                *
*    * an SNA PS header was received in the wrong sequence.                  *
*    * an invalid LU6.2 verb sequence was detected.                          *
*    * the remote site issued DEALLOCATE TYPE(ABEND_SVC).                    *
*****************************************************************************/
#define SQLCSPM_XPV_236_T "SQLCSPM_XLN_PROTOCOL_VIOLATION_236"     /* Title.*/
typedef struct sqlcspm_xln_protocol_violation_236
{                                    /*                                      */
  SQLCSPM_LUNAME  luname;            /*  Site involved in violation.         */
  SQLCSPX_XLN_INF xln_inf;           /*  Current XLN information
                                          in LUB.    */
  SQLCSPX_XLN_INF txln_inf;          /*  Temporary XLN information
                                          in LUB.    */
  SQLCSPM_GDSAREA xln;               /*  Current XLN GDS being
                                          processed. */
  SQLCSPS_TRACE   comm_trace;        /*  Communication trace of violation.   */
} SQLCSPM_XLN_PROTOCOL_VIOLATION_236;
 


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]