SSIS包失败

时间:2013-12-16 12:09:49

标签: sql-server ssis

我有一个从MySQL源提取数据的包。我正在使用ADO NET源来获取数据。目标表是SQL SERVER 2012。 使用sql server agent每小时运行一次包。 包裹随机失败(每隔几天)。

这是错误:

Error: 2013-12-15 20:11:24.90
   Code: 0xC0208449
   Source: source1 ADO NET source1 [71]
   Description: ADO NET Source has failed to acquire the connection {C2F3842B-D6F2-4D88-841E-3D19356730DE}
 with the following error message: "Timeout expired.  The timeout period elapsed prior 
to completion of the operation or the server is not responding.".
End Error
Error: 2013-12-15 20:11:24.90
   Code: 0xC0047017
   Source: source1 SSIS.Pipeline
   Description: ADO NET source1 failed validation and returned error code 0xC0208449.

包中的所有源和目标都具有无限超时(commandSQL设置为0)。所以在超时时包失败是很奇怪的。 我不确定验证的部分。 你知道该怎么办吗?或者为什么会这样?

由于

0 个答案:

没有答案