共用方式為


疑難排解 Azure Data Factory 和 Azure Synapse 中 XML 格式連接器的問題

適用於:Azure Data Factory Azure Synapse Analytics

提示

試用 Microsoft Fabric 中的 Data Factory,這是適用於企業的全方位分析解決方案。 Microsoft Fabric 涵蓋從資料移動到資料科學、即時分析、商業智慧和報告的所有項目。 了解如何免費開始新的試用

本文提供針對 Azure Data Factory 和 Azure Synapse Analytics 中 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 檔案, 使其格式正確。

如需更多疑難排解的協助,請嘗試下列資源: