79453178

Date: 2025-02-20 02:12:56
Score: 2
Natty:
Report link

I believe your issue is assigning the enumerator result to the variable. Try it just as

Dts.Variables["dailyFilesToDelete"].Value = fileListDelete; Behind the scenes, the SSIS Foreach Enumerator will call the Enumerator method to make the magic happen.

It should be fine after that... just make sure once again

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: John Scales