问题
In SSIS I am using a Foreach loop container to loop through a list of files. My project works fine in locally - it finds the files, but when I deploy to SSMS and run it, it gives the error: The for each file enumerator is empty. The for each file enumerator did not find any files that match the pattern, or specified directory was empty.
- The directory I am pointing to is a network location
- I have permissions on this directory.
Has anyone experience this issue before?
来源:https://stackoverflow.com/questions/54025700/ssis-foreach-loop-enumerator-empty-is-empty-only-when-deployed