Reputation: 73
i have a parent package and a child package. in the parent package there is foreachloop task. for each data in my table should pass to child package. in child package there are so many insert task are there. the final result is a xlm file. i have created this using flat file destination. where the name i given as 'abc.xml'.
while executing the parent it is going to the child and after one execution the execute package task and foreachloop is failing. and giving a warning like this.
Warning: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (3) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Could any one help me to fix this? Thanks and Regards
Upvotes: 2
Views: 3645
Reputation: 3964
try to isolate which child package is causing you problems. You can either
Once you know where and what the problem is, you can decide whether to
Upvotes: 1