stop SSIS 2005 development tool from opening package when package is called from another package
SSIS 2005 IS it possible to enhibit the "feature" of the SSIS development tool that always wants to open a package when the package is called via a "file connection" link? Is there at least some way to make the invoked package close again or at least not be the focus?
March 23rd, 2011 6:22pm

I belive you must set the DelayValidation property true for package level to supress all these errors. DelayValidation Property – This is a property of a package and of all its components. By default its value is FALSE, indicating a task is validated during package level validation and also during component level validation. If set to TRUE, the validation of that task will be skipped during package level validation and will be validated at component level validation only (Note there is no way to entirely skip the validation). here is more about property http://www.sql-server-performance.com/articles/biz/SSIS_Features_And_Properties_Part4_p1.aspx
Free Windows Admin Tool Kit Click here and download it now
March 23rd, 2011 6:33pm

Thanks, but it is not clear to me that that is addressing my question or need. There are not any errors displayed, only the package being opened. I think you are saying that SSIS must open the package, during the run phase, to validate it. My hope is that there is a way to get the package to close so I can see the flow diagram of the calling package, which is my real concern and interest. Is there such an ability in SSIS?
March 24th, 2011 9:45am

No, there isn't any way to prevent BIDS from opening the referenced package when you're running it interactively. It's a feature of debugging using BIDS. Talk to me now on
Free Windows Admin Tool Kit Click here and download it now
March 26th, 2011 1:22am

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

Other recent topics Other recent topics