【发布时间】:2014-12-02 17:22:35
【问题描述】:
我在使用作业运行我的 SSIS 包后收到此错误消息,有时手动运行此任务会成功完成。
Error : 2014-12-01 06:28:44.37
Code : 0x00000000
Source : SQL Server Analysis Services Processing Task
Message :
Fin de l'erreur
Warning : 2014-12-01 06:28:46.62
Code : 0x80019002
Source : Package
Message: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. 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.
Fin de l'avertissement
DTExec : l'exécution du package a retourné DTSER_FAILURE (1).
Démarré : 05:00:01
Terminé : 06:28:57
Écoulé : 5334.95 secondes
【问题讨论】:
标签: sql-server ssis sql-server-2008-r2 ssas