Broken Data Flow Task keeps validating components downstream
I have a Data Flow task containing several steps. If I break the logic of the flow ie to insert another lookup, the flow starts validating and generates more than a thousand errors in the error list. The most ignoring thing is that it starts counting at 1 error to let's say 1000 and than you see it start counting at 50 and increasing to 1000. Each loop starting at a higher number. All in all this can last for several minutes. All errors are: 'Validation error. <Data Flow Task Name>: The metadata for "input column "" (<ID>)" does not match the metadata for the associated output column.' (The Data Flow Task contains a lot of Union All transformations) I already set the DelayValidation property of the Data Flow and the package to true, but this does not change the behaviour. Is there a way to stop this behaviour?
August 25th, 2012 4:15am

Can really understand the question but think you want the validation to stop you can do this, select workOffline Abhinav http://bishtabhinav.wordpress.com/
Free Windows Admin Tool Kit Click here and download it now
August 25th, 2012 4:35am

Hi Thanks for your quick response. I don't think I made myself clear. I made a litte example using the AdventureWorks db. It's a simple stupid example showing the insert of the salesorderheader into a datawarehouse table. Just for demonstration purpose, the flow needs to be split into Europe and America. As soon as I delete the arrow between Get Sales Order Header and Lookup RegionCode, the number of errors raises to 159 and as you see the number increasing, you see it get's to 159, starts low again and then get's at 159 again. I just delete the arrow to insert another lookup, so I want to stop this validation. When I reconnect the arrow it's ok to validate again. In my real project the validation of the flow takes several minutes, hanging the visual studio. Setting SSIS to work offline doesn't solve the issue unfortunately. Hope it's more clear now :-)
August 25th, 2012 6:33am

This behaviour is cz you have moved the input columns out of the metadata as soon as you connect the arrows back and they have same input columns name everything would work out just fine and yes you cant change this behaviour Abhinav http://bishtabhinav.wordpress.com/
Free Windows Admin Tool Kit Click here and download it now
August 25th, 2012 6:43am

Thanks for your response. It's really unfortunate this behaviour cannot be changed. It slows down development intensly. I was hoping there would be a workaround in some way. But Thanks again!
August 25th, 2012 7:06am

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

Other recent topics Other recent topics