2527 (09DF) (RC2527): MQRC_RFH_RESTRICTED_FORMAT_ERR

Explanation

A message was put to a queue containing an MQRFH2 header which included a folder with a restricted format. However, the folder was not in the required format. These restrictions are:
  • If NameValueCCSID of the folder is 1208 then only single byte UTF-8 characters are allowed in the folder, group or element names.
  • Groups are not allowed in the folder.
  • The values of properties may not contain any characters that require escaping.
  • Only Unicode character U+0020 will be treated as white space within the folder.
  • The folder tag does not contain the content attribute.
  • The folder must not contain a property with a null value.
The <mq> folder requires formatting of this restricted form.

Completion Code

MQCC_FAILED

Programmer Response

Change the message to include valid MQRFH2 folders.