无法从文件批量加载。

编程入门 行业动态 更新时间:2024-10-13 04:27:00
本文介绍了无法从文件批量加载。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我的任务是在远程服务器上,csv文件也在同一台服务器上。当我的任务运行时,它会抛出以下错误。我该如何修复? 我收到以下错误。

My task is on remote server and csv file is also in the same server. When my task runs It throws below error. How do I fix? I am getting following errors.

Cannot bulk load because the file "\\networkPath\d$\fileName.extension" could not be opened. Operating system error code 5(Access is denied.).

我尝试过: 我添加并让SqlService帐户完全控制文件夹。

What I have tried: I add and let SqlService account full control over folder.

推荐答案

\ fileName.extension不能操作系统错误代码5(访问被拒绝。)。 \fileName.extension" could not be opened. Operating system error code 5(Access is denied.).

我尝试过: 我添加并让SqlService帐户完全控制文件夹。

What I have tried: I add and let SqlService account full control over folder.

错误信息非常清楚。这不是编程问题但是文件访问问题。我怀疑你试图打开的文件是由另一个应用程序独占打开的。 The error message is pretty clear. This is not a programming issue but a file access issue. I suspect that the file that you are trying to open is exclusive held open by another application.

更多推荐

无法从文件批量加载。

本文发布于:2023-10-26 07:12:42,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1529440.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:加载   文件批量

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!