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.
Author |
Topic |
Spunny
Starting Member
2 Posts |
Posted - 2013-09-03 : 17:14:40
|
Hi,I have parent package that calls 2 child package. Based on the success of 1st package, 2nd package should run. We are saving child packages as file system. I added 'Execute Package' task and trying to set its properties. Connection gets only absolute path like C:\\SSIS\.... This works fine on my local workstaion. When I move to development server and set connection to \\devserver\packages\packagename.dtsx, it is not taking it. How can I take care of this issue. Please let me know.Thanks,Spunny |
|
|
|
|