SSIS - Limiting Concurrent Connections
Posted
by Bigtoe
on Stack Overflow
See other posts from Stack Overflow
or by Bigtoe
Published on 2010-03-13T17:57:42Z
Indexed on
2010/03/13
18:15 UTC
Read the original article
Hit count: 222
ssis
Hi Folks, I am using SSIS to connect to a legecy mainframe database and this allows only 5 concurrent connections at a time. I have a dataflow task with many tables to transfer and it kicks outs because of this limitation. I have split up the Data Flow task into seperate data flows and this is working for the moment, but it is not optiomal as they need to be sequenced and 1 large transfer in a flow is holding up subsequent transfers. Anyone any idea of how to limit the number of connections in a single data flow, I had a look at using the Engine Threads but this did not make any difference.
Any help much appericated.
© Stack Overflow or respective owner