Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Server1 上运行一个 SSIS 包,它会从 FTPS 服务器下载 XML 文件。这个 XML 文件实际上是经过编码的,并带有要移动到 Server1 中的数据库的数据。
当我运行 SSIS 包时,我收到以下错误:错误:脚本引发异常:远程服务器返回错误:227 进入被动模式(192,168,0,39,11,186)任务从 FTPS 服务器下载数据更新文件失败
知道这个错误背后的原因是什么吗?
注意:我登录server1时直接运行SSIS包。
本机我不相信 SSIS 支持 SFTP,只有常规 FTP - 你需要一个 3rd 方控制才能工作
此错误消息是由于防火墙问题。有一个防火墙假设加密的 xml 文件是有害的,因此阻止将其下载到服务器。