November 10, 2019 at 1:21 pm
SSIS failing if server not accessible - I use 2008
I have an SSIS package which captures data from across servers using a for each loop container as long as all servers are accessible/available.
But if a server is not accessible/available/deleted the entire package fails.How can I bypass that server and continue collecting data from the other servers.
Thanks
November 10, 2019 at 1:38 pm
SSIS failing if server not accessible - I use 2008
I have an SSIS package which captures data from across servers using a for each loop container as long as all servers are accessible/available.
But if a server is not accessible/available/deleted the entire package fails.How can I bypass that server and continue collecting data from the other servers.
Thanks
I can think of a couple of possibilities:
Option (1) is the more elegant, in my opinion.
November 11, 2019 at 8:55 am
If this inside a For Each Loop, you can also turn off the error propogation. Open the Error Handler for the For Each Loop and create an error handler then go to the variables Pane. Enable System Variables, and then find the Variable Propagate
and set it to false
.
Thom~
Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
Larnu.uk
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy