DATAFLOW TASK IS HANGING WHILE LOADING DATA FROM ORACLE SOURCE TO SQLSERVER DESTINATION

Hi,

we designed a staging ssis solution in which 50 child packages are running through master package.

The problem is in some child packages, after loading data from oracle source table to sql server destination table in data flow task, remaining data is not inserting. i.e., suppose consider 3lakhs rows are there in source oracle table, after inserting 1lakh rows around in sql server destination table, it is showing same count in data pipeline of source to destination(means data is not inserting) and keep on executing mode and not showing any error in progress. earlier we don't have this problem. now we are facing this problem. why? we are facing this problem randomly(may occur in any package and can't predict).

note1: after hanging dataflowtask, if we stop exection manually and started masterpackage again, then data is inserting fine in respective child package for some time(here hanging package starts againg becasue of our package design). most of time, i observed initially data is inserting fine and after some time of execution, not inserting rows(this problem is in middle of execution and not at starting of execution)

note2: checked task manager, it is showing ram is not full.physical memory is 56% and cpu usage is 17% and also we configured some properties(default buffer max rows are 40000 and default buffer size is 8gb and ram is 16gb as suggested in google) and also configured rows per batch to 10,000 rows in some packages loading large volume of date and unchecked table lock also in ole db destination in all packages

what is the solution for

September 2nd, 2015 12:34pm

The 1st thing is to find out what leads to the stoppage.

Typically, it is a graphical error message that needs to be acknowledged, but impossible to see.

You have to get to that to find out what can mitigate the issue.

But typically it is the recurses.

Free Windows Admin Tool Kit Click here and download it now
September 2nd, 2015 3:06pm

how to findout the root issue. is there any way. if error comes,we can identify easily. but it is not showing any error in progress of ssis. we are thinking if network bandwidth is slow, this issue may occucr. we checked networking in task manager, it is showing only 0.03% network utilization. is there any sql server or ssis setting problems. earlier packages are running fine. 

note: we formated the production server and reinstalled the sql server and ssis and same issue.

this should be solved on pr

September 3rd, 2015 3:46am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics