how to resolve DTS_E_OLEDBERROR. in ssis

后端 未结 8 2050
花落未央
花落未央 2021-02-07 22:00

In an ssis package consists of data flow task,contains OLEDB source and OLDB Target ..provider is sql native client..This used to run fine ..but now got an error as shown bel

相关标签:
8条回答
  • 2021-02-07 22:39

    I had a similar issue with my OLE DB Command and I resolved it by setting the ValidateExternalMetadata property within the component to False.

    0 讨论(0)
  • 2021-02-07 22:50

    I faced the similar issue.

    Deselect the check box ("In wizard deselect the checkbox stating "First row has columns names") and before running the wizard make sure you have opened your excel sheet.

    Then run the wizard by deselecting the checkbox.

    This resolved my issue.

    0 讨论(0)
提交回复
热议问题