Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SSIS package failures
Message
De
20/05/2014 10:27:05
 
 
À
20/05/2014 10:21:06
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Business Intelligence
Versions des environnements
SQL Server:
SQL Server 2012
Application:
Web
Divers
Thread ID:
01600296
Message ID:
01600319
Vues:
33
>Nick, I just did the following and it worked the way I would have expected...
>
>1) Created a stored proc that I knew would generate an error
>2) Created a small SSIS package with an Execute SQL Task that runs the stored proc
>3) Dragged a dummy task to the right of the SSIS package, and connected the 2 with a precedence constraint so that the dummy task would fire if the execute sql task errored out
>
>When I run the package, the execute sql task fails, but then control goes to the dummy task (as I would have expected)
>
>There's only one thing I can think of that would keep the dummy task from running - if I did an override of the FailPackageOnFaillure properties such that it caused SSIS not to execute the dummy package on the failure of the execute sql task.
>
>Let me know if that helps.

Thanks Kevin

This is occurring in a Foreach loop container.

I juts tried a test in a small dtsx of a simple sql statement that fails and the right route is taken.
But when that is in the foreach it fails the package even though FailPackageOnFailure is F.

Nick
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform