BIP5560
Severity
20 : Error
Message
# A 'Name' or 'NameValue' node was found in the message tree with no name specified.
Explanation
A node of type 'Name' or 'NameValue' was encountered in the message tree with no name assigned. Such a node must have a name specified.
Response
Check your ESQL to ensure that any 'Name' or 'NameValue' node created in the message tree has a name correctly specified.
For example, if the field was generated via the ESQL CREATE statement and the type set to 'Name' or 'NameValue' then ensure that a valid name was assigned using the 'Names' clause.
Alternatively, if no name is appropriate for this field then consider using a 'Value' type node instead.