Message Reference > X Message Codes > XMLR Messages
  

XMLR Messages

XMLR_82061 Error: View {XML view} column {column name} was not found and cannot be NULL. Row will not be processed.

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.

XMLR_82065 Error: Row in XML view [{XML view name}] is not valid because the primary key column [{column name}] and the foreign key column [{column name}] are different types.

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.

XMLR_82078 Fatal Error: Infinite length is set for xsd:string for group [group name] column [column name]. Change the size to an appropriate value.

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.