Hi!
I have a Data Flow Task which starts from a XML source from which many transformations (multicast, sort, join) descend.
The issue I’m facing is if I edit XML location of XML source, many Sort components show a red cross and if I double clicked them, “Restore Invalid column Reference Editor” shows with "Invalid columns", but I don’t know what to do with it. Nothing different in XML structure, only the location.
I can’t rebuild my solution. The only workout I found was to delete components (Sort, join, etc) and re-create them, but that’s too much work . Do you know how I could make modifications without these cascade drawbacks?
Mary