Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS Package Hangs in Data Flow, magically works after opening and closing components

$
0
0

We're experiencing a problem where intermittently our SSIS packages will hang.  There are no log errors or events in the event viewer.  It will happen whether the package is executed from the SQL Job Agent or run from BIDs.  When running from BIDs it appears to hang inside one of the data flows (several parallel pipes with sorts, merge joins etc...).  It appears to hang in multiple pipes within the data flow component.  The problem is reproducable, we just kill it and re-run, and it appears to hang in the same places.

Now here's the odd thing: as we simply open and close some of the components in the pipe line after the place it hangs, a subsequent run will go further in the pipeline before hanging.  If we open and close all the components after the point it initially hung, the data flow will run fine, from there on out.  When I say "open and close" I mean no changes are made, we simply double-click the component, like a merge join, then click 'close.'

To me this does not seem like a memory problem but likely something is wrong with the metadata, where opening a component and closing it somehow alters the metadata to "right it".

This seems to occur intermittently after we make modifications to the package.  It's like if you make any mod, even unrelated to the data flow, you then have to go through and open and close every component in your package to ensure it will work.  Again, no errors or warnings are fired.

Has anyone seen this type of problem?

 


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>