SSIS FTP 任务错误
我正在尝试使用 dtexec xp_cmdshell 命令通过 SQL Server 2008 执行 SSIS FTP 任务包。但我不断收到以下错误代码: 代码:0xC001700A 代码:0xC0016020 代码:0xC0010018
我也尝试通过在 SQL Server 中创建作业来执行它,但出现了相同的结果。我该如何解决这个问题?或者我在 SSIS 中创建 FTP 任务以便在 SQL Server 中传输 FTP 文件的过程中是否遗漏了任何步骤?因为,我可以通过SSIS环境FTP文件,但不能在SQL Server中。
I am trying to exec a SSIS FTP task package through SQL server 2008 with the dtexec xp_cmdshell command. But I am keep getting the following error codes:
Code: 0xC001700A
Code: 0xC0016020
Code: 0xC0010018
I have also try to perform it by creating a job in SQL Server, but same result came up. How can I resolve this issue? Or am I missing any steps during the process of creating my FTP task in SSIS in order for me to FTP file in SQL Server? Because, I can FTP the file through the SSIS environment but not in SQL Server.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您使用 Visual Studio 2008 来创建包。
Make sure you are using Visual Studio 2008 to create your package.