I have a weird problem with Foreach Loop Container.
I have a package to take backup of out SSAS cubes. We have both UDM and Tabular cubes. Considering below figure, based on a variable, flow should go to Find UDM Cubes
OR Find TAB Cubes
, so I used Expression in Constrains (connections)
With one specific parameter, the flow should go trough Find UDM Cubes
and with a different parameter, flow should go through Find TAB Cubes
.
When testing, I noticed that the the package is not doing as expected and the Script Task is not executing. If I remove one of the highlighted Constraints (connection), Script Tasks get hit and works. So as long as I have ONE input for the Script Task it works otherwise it just not do anything.
Appreciate if anybody can help.