albertogeniola / SSIS-Json-Source-Component

Microsoft Integration Services (SSIS) Source component
GNU General Public License v2.0
49 stars 22 forks source link

Source component with Sort and Merge Join Tasks #11

Open xyphonzol opened 5 years ago

xyphonzol commented 5 years ago

The data-flow from the JSON Source Component after being sent through a Sort transformation component will hang indefinitely when connected to a Merge Join transformation component. The Sort works fine until you attempt to connect it with a Merge Join. When attempting to Debug the process will load indefinitely at this stage and no data will move through the Sort and Merge Join. When attempting to move the data directly into a table "Not using a Merge Join" the process works fine.

Thank you

image