Explanation: | The XML document is missing data for a required column. The column cannot be NULL in the XML instance document. |
User Response: | Change the XML document to include the correct instance data for the schema. |
Explanation: | The primary key and the foreign key must be the same datatype. |
User Response: | Set the primary key and the foreign key columns to the same datatype. |
Explanation: | There is a mismatch between the datatype of the XML source and the source qualifier. The source port is a string datatype with infinite precision. The source qualifier port takes a finite value. This occurs when the XML source is created from an XML file instead of an XML schema. |
User Response: | Set the string precision to a finite value of the column in the XML source, and re-create the source qualifier. |