Hi -
Sorry for all the tickets as I learn the system and perform use case testing.
I have Control Flow packages which should execute integration packages one by one and then execute a SQL task at the end (I tried setting some packages to replicate in parallel but received an error, see other ticket).
I tried to add Try-Catch processing to each one so the entire Control Flow would finish even if one replication package failed. But if I put more than one Try-Catch into the flow, it will immediately fail with this message:
An item with the same key has already been added.
I don't know what it refers to. I tried naming the Try-Catch elements differently but that does not change anything.
If I remove the Try-Catch elements and just execute the packages in line, it works fine. And if I have only one Try-Catch it also works fine.
Please let me know if this is normal behavior, and if there is an alternative way to execute, for example 30 replication packages in a row, execute another task at the end, but not have the entire flow fail because of one bad replication package.
Example package ID: 215082
And run ID: 132241919
Thank you.