Start of change

CIA08009E: POST-ERR-ERRMSG

CIA08009 Error, error msg, reported in CICS SFR Transaction( transid), Program (prog) Applid (applid); Unable to post error.

Explanation

An error was encountered within the CICS SFR request. However, CICS SFR was unable to post the error. The most likely cause is that the CICS transient data error queue (CMAQ) was not defined, is not available or has run out of storage. If WMQ is being used to post error messages, then there could be a problem with the WMQ setup. The values are:
error msg
Error message id that CICS SFR was trying to report.
transid
Transaction id of the program reporting the error.
prog
Program trying to report the error.
applid
APPLID id of the system reporting the error.
Note: This message is an operator message only.

User response

Check to ensure that the transient data queue is defined, enabled and has space. If WMQ is being used for posting errors, check that the queue, CIA.SYSTEM.ERROR.QUEUE, is defined correctly.
End of change