简体   繁体   English

SSIS-执行包任务挂起

[英]SSIS - Execute package task hangs

i have a master package that runs 2 different child packages using "Execute Package" tasks. 我有一个主程序包,可使用“执行程序包”任务运行2个不同的子程序包。 The packages are setup to run in order using precedence, but i'm have a problem where all packages say they've executed successfully, even when the loading icon is still shown, and the first package in the list hasn't processed all the rows it should have. 这些软件包被设置为使用优先级顺序运行,但是我有一个问题,即所有的软件包都说它们已经成功执行,即使仍然显示加载图标,并且列表中的第一个软件包也没有处理完所有的。它应该有的行。

If it helps, both child packages read from a SQL server DB and write to an excel file. 如果有帮助,则两个子程序包均从SQL Server数据库读取并写入excel文件。

Thanks, 谢谢,

Gonzalo 贡萨洛

确保在父服务器上设置FailPackageOnFailure = true,并且最大错误计数= 1 on。

There could be one solution for this. 为此可能有一种解决方案。 In OLE DB Destination, set "Data access mode" to be "Table or view" instead of "Table or view - fast load". 在OLE DB目标中,将“数据访问模式”设置为“表或视图”,而不是“表或视图-快速加载”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM