how to resolve DTS_E_OLEDBERROR. in ssis

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

    I would start by turning off TCP offloading. There have been a few things that cause intermittent connectivity issues and this is the one that is usually the culprit.

    Note: I have seen this setting cause problems on Win Server 2003 and Win Server 2008

    http://blogs.msdn.com/b/mssqlisv/archive/2008/05/27/sql-server-intermittent-connectivity-issue.aspx

    http://technet.microsoft.com/en-us/library/gg162682(v=ws.10).aspx

    http://blogs.msdn.com/b/psssql/archive/2008/10/01/windows-scalable-networking-pack-possible-performance-and-concurrency-impacts-to-sql-server-workloads.aspx

提交回复
热议问题