简体   繁体   English

SSIS ForEach Azure文件存储枚举器

[英]SSIS ForEach Azure Files Storage Enumerator

I know that in SSIS, when creating a Foreach loop container, I can enumerate through Azure Blob Storage using the Azure Feature Pack for SSIS . 我知道在SSIS中,当创建Foreach循环容器时,可以使用Azure SSIS功能包通过Azure Blob存储枚举。 However, I want to enumerate through Azure File Storage. 但是,我想通过Azure 文件存储进行枚举。 Any way to do this? 有什么办法吗?

See here for the differences between Blobs and Files 请参阅此处了解Blob和文件之间的区别

The easiest way to do this is to mount the file share and just use the normal SSIS file system functionality to enumerate an Azure file share. 最简单的方法是挂载文件共享,并仅使用普通的SSIS文件系统功能枚举Azure文件共享。

Does this work for you? 这对您有用吗?

Thanks, 谢谢,

Will Gries Program Manager, Azure Files Will Gries程序管理器,Azure文件

Could you please help me on this : Access Azure File Share from SSIS job 您能否在此方面帮助我: 从SSIS作业访问Azure文件共享

I am able to run from Catalog and from VS. 我可以从Catalog和VS运行。 But when run as a job, the job is not able to find the Azure file share. 但是当作为作业运行时,该作业无法找到Azure文件共享。 Then I looked at process monitor, what I could see is that i am getting the result as invalid parameter. 然后我看了一下进程监视器,我看到的是我得到的结果是无效的参数。 I am not sure is that a problem with what permission we give for the SQL Server job agent or proxy? 我不确定我们对SQL Server作业代理或代理授予什么权限是否存在问题? I tried giving all possible permission, still not helpful. 我试图给予所有可能的许可,但仍然没有帮助。 pls help. 请帮助。

Process monitor screen shot 过程监视器屏幕截图

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM