SSIS包连接问题

时间:2013-11-28 07:08:40

标签: .net sql sql-server ssis

我正面临有关SSIS包连接的问题。我创建了SSIS包,每晚导入和导出数据。它正在我们的服务器上工作,但我们的客户之一面临以下问题:

    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 [53]. ".

SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "XXXXXXX" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.

component "OLE DB Source" (1) failed validation and returned error code 0xC020801C.

One or more component failed validation.

There were errors during task validation.

我已使用管理工具验证了该服务器的数据库连接,并且运行良好。

如果有人遇到这类问题,请告诉我。

谢谢...

1 个答案:

答案 0 :(得分:0)

我知道有关于SQL数据库连接的一些问题。感谢所有人的帮助。