【发布时间】:2009-07-20 03:48:59
【问题描述】:
我有在VS2008/SQL2008(目标数据库)开发的SSIS包,我的源数据是SQL2005。这个包是在 webservice 的 .Net 框架中执行的。在执行时遇到 SOURCE Connection 错误 (连接字符串中带有 provider=SQLNCLI10)
报错,说明如下。
Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred.
Error code: 0x80004005.
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80004005
Description: "Login timeout expired".
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80004005
Description: "A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.".
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80004005
Description: "Named Pipes Provider: Could not open a connection to SQL Server [2]. ".
请告诉我如何解决此问题。
【问题讨论】:
标签: .net sql-server visual-studio-2008 ssis