Odata:无法从 运行 时间连接管理器获取托管连接

Odata: Cannot acquire a managed connection from the run-time connection manager

问题

尽管预览数据成功,但在执行与 Medicare Data site 的 SSIS Odata 连接时出现错误(见下文)。

尝试过

SSIS Error in Debug

Error: 0xC020801F at data convert, OData Source [21]: Cannot acquire a managed connection from the run-time connection manager. Error: 0xC0047017 at data convert, SSIS.Pipeline: OData Source failed validation and returned error code 0xC020801F. Error: 0xC004700C at data convert, SSIS.Pipeline: One or more component failed validation. Error: 0xC0024107 at data convert: There were errors during task validation.

能否从 Visual Studio shell 中打开 SSIS 包,然后查看 oData 连接并进行测试?我遇到了类似的问题,当我测试我的连接时,我收到从我尝试连接的 SharePoint 服务器返回的内部服务器错误 (500)。

事实证明这是一件非常愚蠢的事情:尽管 Medicare 网站引用了 https

,但还是使用 http 而不是 https

https://social.msdn.microsoft.com/Forums/sqlserver/en-US/72a5752a-22e5-4542-97c3-7a4044e0fea5/ssis-odata-source-works-in-development-but-fails-when-run-0xc020801f