BIP5461
Severity
20 : ErrorMessage
An MRM CWF physical format output error has occurred. A null value cannot be output for element '<insert_0>'.Explanation
An attempt was made to output element '<insert_0>', which has a null value, but the definition of this element does not allow null values to be used.Response
Check the message set null representation properties for this element. For example, ensure that the 'nillable' logical property is correctly set.
If using a Null Encoding of 'NullLiteralFill' ensure that the physical type is not 'Null Terminated' or 'Length Encoded String'.
If using ESQL, check your code for statements like 'VALUE = NULL' See previous messages for details of the message set and message.