Start of change

-20465   THE BINARY XML VALUE IS INCOMPLETE OR CONTAINS UNRECOGNIZED DATA AT LOCATION position WITH THE HEX DATA text

Explanation

An error occurred when processing a binary XML value.

position
A byte offset into the binary XML value.
text
The first eight bytes of XML data in hexadecimal. If the unrecognized data is located within the last eight bytes of the binary XML data, only the data starting at the location position up to the end of the binary XML data is returned.

System action

The statement cannot be processed.

Programmer response

Modify the binary XML value so that it conforms to the binary XML format, or change the application to use the textual XML format for data transfer.

SQLSTATE

22541

End of change