Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Error while using execute package task

Author  Topic 

vasu4us
Posting Yak Master

102 Posts

Posted - 2008-03-25 : 11:19:43
I have a package A which has execute package task which tryes to execute package B.
I am able to execute package B directly but when i execut epackage A.Its able to open package B but its failing at the very first task in B.The error iam getting is like this
Error: The task "Setup Connections" cannot run on this edition of Integration Services. It requires a higher level edition.

Has any one come accross this before...Help

Thanks

vasu4us
Posting Yak Master

102 Posts

Posted - 2008-03-25 : 11:33:34
Got the answer i have to change the execute package task property 'run out of process' to false
Go to Top of Page
   

- Advertisement -