BIP2336
Severity
20 : ErrorMessage
Error attaching field '<insert_1>' to field '<insert_0>'. Field '<insert_0>' is a child of field '<insert_1>'.Explanation
A field cannot be attached as a child or sibling of one of its own children as this would create a closed loop within a message tree. The broker does not support such structures.Response
This error can arise as a result of an error in a the use of the SQL ATTACH statement. Examine the logic of the SQL statements, correct it and redeploy.