Pre-execution validation of SSIS Packages
Consider the following scenario: I have a large number of SSIS Packages in a project. Assume that some change invalidates some of those packages. How can i find which packages are invalid without executing them? Is there some way to auto-validate all the packages before actual execution??? Any help is appreciated... ThanksIntellisense
October 4th, 2011 11:18am

I actually have a DOS script that do that: it encompasses merely a DTExec with the /Validate switch that just validates packages w/o actually executing them. I then dump the output as Validate_Packages.cmd > Validation_Result.txt to inspect. Arthur My Blog
Free Windows Admin Tool Kit Click here and download it now
October 4th, 2011 12:14pm

This was exactly what i was looking for..... Many Thanks ArthurZ However, in case of invalid packages the log file gives all the error details... Is there a way to configure the "dtexec" to show only the validation status of the packages and not the error details. It would be even better, if the log file contained the validation status of only those packages that have failed the validation... Intellisense
October 5th, 2011 8:40am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics