OpenTP1 Version 7 Messages

[Contents][Index][Back][Next]

KFCA32305-E (T)

Receiving message was canceled. (aa....aa), method=bb....bb

The received message was discarded.
aa....aa: Cause of the error
One of the following causes is displayed (Japanese messages are displayed in an environment where Japanese is used):
  • receive buffer overflowed.
  • message collided.
  • message ID is inharmonious.
  • response message is not waited.
bb....bb: Name of the method for which this message was output
S: Performs one of the following operations depending on the cause of the error:
  • For receive buffer overflowed:
    Throws ErrBufferOverflowException after closing the connection.
  • For message collided:
    Throws ErrCollisionMessageException after closing the connection.
  • For message ID is inharmonious:
    Retries message reception processing.
  • For response message is not waited:
    Retries message reception processing.
O: Do one of the following based on the cause of the error, and then retry:
  • For receive buffer overflowed:
    Check the receive buffer size specified in the method, or check the remote system.
  • For message collided:
    Check the remote system or the operation.
  • For message ID is inharmonious:
    Check the remote system.
  • For response message is not waited:
    Check the remote system.