how to resolve DTS_E_OLEDBERROR. in ssis

后端 未结 8 2053
花落未央
花落未央 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.

提交回复
热议问题