INZU653E THE colname COLUMN SPECIFIED IN THE XMLSERIALIZE CLAUSE IS NOT OF XML DATA TYPE.

Explanation

An XML data serialization has been specified through the usage of the XMLSERIALIZE clause. But, there is at least one column specified into it which data type is not XML. The columns specified into this clause must be of XML data type.

User response

Specify names of columns being of XML data type in the XMLSERIALIZE clause.