SSIS 作业无法访问 Azure 文件共享路径

发布于 2025-01-10 01:12:23 字数 334 浏览 0 评论 0原文

我正在使用 Azure VM 上托管的 SSIS 测试 azure 文件共享。但是,我在运行作业时遇到了问题。

  • 通过 Visual Studio 执行包成功
  • 通过目录执行包也成功

通过作业执行包失败并出现错误 连接中指定的文件名“\.windows.net\file.csv”无效

我尝试过使用有权访问 Azure 共享文件夹的代理帐户(用于运行包的帐户)运行作业,但失败并出现相同的错误。

UNC 和映射驱动器都经过测试。

对此的任何建议或意见将受到高度赞赏。

提前致谢。

I am testing the azure file share with SSIS hosted on Azure VM. However, I am facing an issue while running the job.

  • Package execution through Visual Studio is successful
  • Package execution through catalog also is successful

Package execution through the Job is FAILING with the error The File Name "\.windows.net<FolderName>\file.csv" specified in the connection was not valid

I tried running the job with the proxy account having access to the Azure share folder (Same account used to run the package), however it failed with the same error.

Both UNC and as a mapped drive was tested.

Any suggestion or advice on this will be highly appreciated.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千年*琉璃梦 2025-01-17 01:12:23

尝试向 SQL 数据库引擎服务帐户 NT SERVICE\MSSQL$NT SERVICE 授予读/写权限(对于 Azure 共享文件夹) \SQLSERVERAGENT (其中 应替换为已安装的实例名称)

另外,请随时阅读以下文档中有关 SQL Server 服务帐户的更多信息:

Try giving read/write permissions (For the Azure share folder) to the SQL Database Engine Service account NT SERVICE\MSSQL$<Instance Name> and NT SERVICE\SQLSERVERAGENT (Where <Instance Name> should be replaced by the installed instance name):

Also, feel free to read more about SQL Server service accounts in the following documentation:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文