SSIS FTP任务中的异常处理

发布于 2024-09-25 08:36:54 字数 96 浏览 2 评论 0原文

我的 SSIS 包中有一个 FTP 任务,它从 FTP 位置删除文件。 但问题是,如果文件或目录在服务器上不可用,任务就会失败。

有什么办法可以解决这个问题吗?

I have a FTP task in my SSIS package which deletes files from FTP location.
But the issue is that if the file(s) or directory is not available on the server, the task gets failed.

Is there any way that I can fix this issue?

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

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

发布评论

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

评论(1

下壹個目標 2024-10-02 08:36:54

这是预期的行为。该任务应该失败,然后您应该执行一些操作来检测失败。该逻辑可以在任务失败事件上执行,也可以通过将红色箭头绘制到 FTP 任务中的某些错误处理逻辑来执行。

That is the expected behavior. The task should fail and then you should do something detecting the failure. This logic can be executed on the task failure event or by drawing the red arrow to some error handling logic from the FTP task.

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