【发布时间】:2018-06-05 20:10:00
【问题描述】:
我是 SSIS 的初学者。当我从 SSIS 执行一个包时,我收到了警告:SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (3) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors。
然后我尝试将MaximumErrorCount 更新为 4,但我再次收到警告。
我正在使用具有文件路径的平面文件源,然后我正在使用导入列转换,我在其中配置了如下所有内容:
- 输入列:-选定的输入列
- 输入和输出属性:-配置导入列输入和导入列输出并配置 LineageID
【问题讨论】:
-
你是如何执行这个包的? Visual Studio、执行包实用程序、SQL Server 代理作业?
-
在 Visual Studio 2012 中执行
标签: ssis