Background:
Process is ETL for a data warehouse. Design is multiple SSIS packages, 1 package per process task (ie Package for Patron Dimension load, package for Fact table load etc). I control the execution and order of execution, obviously dimensions process prior to fact tables, through a Master Load package. Within this package I have a number of Steps that we will call pre-execution, such as email notification the process has begun and logging. I then have Sequence Containers for like process types these containers hold the execute package tasks for the packages that run each process. The packages finishes with some post process tasks such as A script to generate either a sucess or failure email. and the sending of the email and update of the log entry.
The issue arises that when a Execute Package Task Completes seperately the Container is the Set to a Status of Success rather than stil in process. What then happens is that the Post execute processes are fired upon the completion of each Execute package Task.
Has anyone experienced this issue and found a way to control it?
Paul
---------------------------------------
Shoot Me! Shoot Me NOW!!!
- Daffy Duck
Process is ETL for a data warehouse. Design is multiple SSIS packages, 1 package per process task (ie Package for Patron Dimension load, package for Fact table load etc). I control the execution and order of execution, obviously dimensions process prior to fact tables, through a Master Load package. Within this package I have a number of Steps that we will call pre-execution, such as email notification the process has begun and logging. I then have Sequence Containers for like process types these containers hold the execute package tasks for the packages that run each process. The packages finishes with some post process tasks such as A script to generate either a sucess or failure email. and the sending of the email and update of the log entry.
The issue arises that when a Execute Package Task Completes seperately the Container is the Set to a Status of Success rather than stil in process. What then happens is that the Post execute processes are fired upon the completion of each Execute package Task.
Has anyone experienced this issue and found a way to control it?
Paul
---------------------------------------
Shoot Me! Shoot Me NOW!!!
- Daffy Duck