首页 > 其他 > 详细

DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "XXX" failed with error code 0xC0209303.

时间:2018-08-07 18:40:38      阅读:132      评论:0      收藏:0      [点我收藏+]

问题:

今天写了一个新的SSIS的ETL包,运行报如下错误。

DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. 

The AcquireConnection method call to theconnection manager "XXX" failed with error code0xC0209303. 

There may be error messages posted before this with more information on why the AcquireConnection method call failed.

 

解决:

在 Integration Services 包的“项目属性”中,通过在“调试”页上设置 Run64BitRuntime 属性的值为 False 以选择 32 位执行

步骤:顶部菜单-项目-属性(或....属性)-调试-在“调试”页上设置 Run64BitRuntime 属性的值为 False

技术分享图片

 

之后再次运行就一切正常了。

 

DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "XXX" failed with error code 0xC0209303.

原文:https://www.cnblogs.com/theseven/p/9438492.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!