Child Package Fails when not all child steps are run.
- From: "miguel.salles" <miguel.salles@xxxxxxxxx>
- Date: 27 Jul 2006 08:14:04 -0700
Hi,
SQL 2000 SP4 DTS
Windows 2003 Server sp1
We have two diferent packages (parent and child) to load text files.
The child package has a condition node that decides if all steps should
be run or only the mandatory ones (the process checks the number of
files to be processed, if it is = 0 the packes exits withou error).
The child package also has a condition node to loop the steps until all
source files have been processed. (Text_Files.Quantity > 0)
When we call the child step manually it works fine no matter if
optional steps where run. (Text_Files.Quantity = Any)
When all child steps run with sucess (at least once) from a Execute
Package Task at the parent both packages work fine. (optional
step.execution Result = 0) (Text_Files.Quantity >= 1)
Whenever we call the child step from a Execute Package Task (from his
parent) and it exits without runing the optional step it fails
(optional step.execution Result = 1). (Text_Files.Quantity = 0)
Can anyone help us?
Thanks a lot.
.
- Follow-Ups:
- Prev by Date: Re: odd problem with DTS from Excel -> SQL
- Next by Date: Re: odd problem with DTS from Excel -> SQL
- Previous by thread: odd problem with DTS from Excel -> SQL
- Next by thread: Re: Child Package Fails when not all child steps are run.
- Index(es):
Relevant Pages
|