M204.2977

From m204wiki
Jump to navigation Jump to search

M204.2977  Global transaction error: token

This message is used to report error conditions in Janus 2-Phase Commit Processing.

In the Connection phase of processing, token may be one of the following:

  • No started 2PC ports
  • No available coordinator
  • Error looking up host name
  • Unable to resolve host name
  • Connection to coordinator lost
  • Could not connect to coordinator
  • TLS handshake error
  • All connections on port in use
  • insufficient virtual storage
  • maximum connections exceeded

In the Prepare phase of processing, token may be one of the following:

  • Global transaction voted down
  • No available coordinator
  • Invalid response received
  • XID set on SetGlobal does not exist
  • Branch ID set on SetGlobal does not exist

In the Commit phase of processing, token may be one of the following:

  • XID set on SetGlobal does not exist
  • Unknown error received from coordinator
  • Invalid response received

Response: Collect the Janus Definitions for the 2PC Port, Certificate Authority and Coordinator and contact Model 204 Support

Version introduced: 7.8

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages