如何在 SSIS 中从受密码保护的文件夹访问文件?

发布于 2024-11-05 06:09:55 字数 177 浏览 0 评论 0原文

我需要将一堆文本文件加载到 SQL Sever 数据库中。这些文本文件每月月底上传到网络文件夹中,该文件夹受密码保护(需要用户名和密码)。如何使用 SSIS 平面文件连接管理器访问此受密码保护的文件夹中的文本文件。在哪里提供用户名和密码?我在网上搜索找不到正确的答案。

请告诉我

提前

谢谢安

I have requirement to load a bunch of text files in to SQL Sever database. These text files are been uploaded into a network folder every month end and this folder is password protected( need user name , and pwd). How do I use SSIS flat file connection manager to access the text files from this password protected folder. where do I give the user name and password? I couldn't find a proper answer searching the net.

Please quide me

Thanks in advance

Ann

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

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

发布评论

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

评论(1

起风了 2024-11-12 06:09:55

一些选项:

  • 将文件夹的权限授予运行 SSIS 包的帐户。或者
  • 将运行 SSIS 包的帐户更改为有权访问该文件夹的帐户。或者
  • 使用卷名称创建网络共享(例如 Z: 映射到 \mycomputer\myshare)并在网络共享上设置凭据。

Some options:

  • Grant permissions on the folder to the account under which the SSIS package is run. OR
  • Change the account under which the SSIS package runs to one which has access to the folder. OR
  • Create a network share with a volume name (e.g. Z: mapping to \mycomputer\myshare) and set the credentials on the network share.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文