运行SSIS程序包时出现“ RPC服务器不可用”错误

问题描述 投票:1回答:1

我有一个具有Azure Blob上传任务和Blob连接管理器的SSIS程序包。每当我运行软件包时,我都会得到:

RPC服务器不可用错误。

详细错误如下:

enter image description here

当我删除Blob连接管理器时,程序包的其余部分将成功执行。

任务配置如下:

enter image description here

连接管理器设置如下:

enter image description here

azure ssis etl azure-storage-blobs
1个回答
0
投票

Run64BitRuntime属性修改为False,它起作用了!

enter image description here

© www.soinside.com 2019 - 2024. All rights reserved.