从SSIS访问服务器文件会出错 [英] Accessing server files from SSIS giving an error

查看:54
本文介绍了从SSIS访问服务器文件会出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用数据流任务执行SSIS任务,其中 我正在使用路径\\ServerName \ServerFolder \Filename访问服务器上的文件。包裹执行时出现以下错误

I am trying to execute SSIS task with Data flow task in which  am accessing the files from Server with the path \\ServerName\ServerFolder\Filename. I am got below error on package execution

数据流任务:警告:访问被拒绝。  

Data Flow Task:Warning: Access is denied.  

推荐答案


数据流任务:警告:访问被拒绝。  




明确的错误消息:服务帐户没有从共享中读取文件的访问权限。如果它作为一个作业运行,那么

创建具有所需权限的SQL Server代理代理


A clear error message: The Service account don't have Access permissions to read files from the share. If it runs as a Job then
Create a SQL Server Agent Proxy with the required permissions


这篇关于从SSIS访问服务器文件会出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆