排查 Azure 数据工厂和 Azure Synapse 中的 XML 格式连接器问题

适用于: Azure 数据工厂 Azure Synapse Analytics

提示

试用 Microsoft Fabric 中的数据工厂,这是一种适用于企业的一站式分析解决方案。 Microsoft Fabric 涵盖从数据移动到数据科学、实时分析、商业智能和报告的所有内容。 了解如何免费开始新的试用

本文提供有关排查 Azure 数据工厂和 Azure Synapse 中常见的 XML 格式连接器问题的建议。

错误代码:XmlSinkNotSupported

  • 消息Write data in XML format is not supported yet, choose a different format!

  • 原因:XML 数据集在复制活动中用作接收器数据集。

  • 建议:使用与接收器数据集格式不同的数据集。

错误代码:XmlAttributeColumnNameConflict

  • 消息Column names %attrNames;' for attributes of element '%element;' conflict with that for corresponding child elements, and the attribute prefix used is '%prefix;'.

  • 原因:使用了属性前缀,这导致出现冲突。

  • 建议:为“attributePrefix”属性设置其他值。

错误代码:XmlValueColumnNameConflict

  • 消息Column name for the value of element '%element;' is '%columnName;' and it conflicts with the child element having the same name.

  • 原因:其中一个子元素名用作了元素值的列名。

  • 建议:为“valueColumn”属性设置其他值。

错误代码:XmlInvalid

  • 消息Input XML file '%file;' is invalid with parsing error '%error;'.

  • 原因:输入 XML 文件的格式不正确。

  • 建议:更正 XML 文件以使其格式正确.

尝试通过以下资源获得故障排除方面的更多帮助: