how to resolve DTS_E_OLEDBERROR. in ssis

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

    Solution for this issue is:

    1. Create another connection manager for your excel or flat files else you just have to pass variable values in connection string:

    2. Right Click on Connection Manager>>properties>>Expression >>Select "ConnectionString" from drop down and pass the input variable like path , filename ..

提交回复
热议问题