SSIS foreach loop enumerator empty is empty - only when deployed

本小妞迷上赌 提交于 2020-01-24 22:08:53

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!