我有一个主包和一个子包。当我执行我的主要pacakge它来到数据流任务加载表但然后数据流任务变红,我看到以下错误消息:
Warning: 0x80019002 at Load Import Table: The Execution method succeeded, but the number of errors raised (1) 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.
Task failed: Load Import Table
Warning: 0x80019002 at Sequence Container: The Execution method succeeded, but the number of errors raised (1) 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.
Task failed: Execute Package Task
Warning: 0x80019002 at Foreach Loop Container: The Execution method succeeded, but the number of errors raised (1) 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.
Warning: 0x80019002 at FacetsXref_Main: The Execution method succeeded, but the number of errors raised (1) 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.
SSIS package "FacetsXref_Main.dtsx" finished: Failure.
The program '[2948] FacetsXref_Main.dtsx: DTS' has exited with code 0 (0x0).
正如您所看到的,它没有具体显示错误是什么。在数据流任务中,我从excel表加载sql表,还有一些其他任务,数据转换,派生列,统计日志记录组件(提供ETL进程的统计日志记录)和OLEDB目标。
有人知道出了什么问题吗?
我正在使用SQL Server 2005。
由于
答案 0 :(得分:0)
尝试在for-each循环容器的属性窗口中更改MaximumErrorCount。将其设置为1000