简体   繁体   中英

SSIS - Execute package task hangs

i have a master package that runs 2 different child packages using "Execute Package" tasks. 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.

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".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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