如何修复错误 DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER?

发布于 2024-07-12 12:50:38 字数 206 浏览 7 评论 0原文

计划 DTS 包时出现以下错误:

描述:SSIS 错误代码 DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER

我不确定如何执行我的 DTS 包。 当我手动执行它们时,它们运行良好

(我正在运行 SQL Server 2005)。DTS 包是使用导入/导出向导创建的。

I am getting the following error when my DTS package is scheduled:

Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER

I am not sure how to get my DTS packages to execute. They run fine when I manually execute them

I am running SQL Server 2005. DTS Packages were created using the Import/Export Wizard.

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

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

发布评论

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

评论(5

一刻暧昧 2024-07-19 12:50:38

我将身份验证从 SQL Server 更改为 Windows Auth,结果成功了。 不确定技术原因。

I changed authentication from SQL Server to Windows Auth and it did the trick. Not sure the technical reason why.

慕巷 2024-07-19 12:50:38

https://imgalib.wordpress。 com/2013/01/24/how-to-solve-ssis-error-code-0xc020801c0xc004700c0xc0047017/

这是Excel处理的问题。 需要更改默认运行时。
从左侧面板导航到“调试”选项,然后从右侧面板将 Run64BitRuntime 值更改为 false。 在项目属性中。

检查上面的链接了解详细步骤。

https://imgalib.wordpress.com/2013/01/24/how-to-solve-ssis-error-code-0xc020801c0xc004700c0xc0047017/

Its the issue with excel processing. Required to change default Runtime.
Navigate to “Debugging” option from left panel and from Right panel change Run64BitRuntime value to false. in project properties.

Check the link above for detailed steps.

征﹌骨岁月お 2024-07-19 12:50:38

我认为问题出在 DTS 连接管理器中的任何连接中的登录/密码组合,或者访问数据库所在服务器的问题。

I think the problem is with the login/password combination in any of the connections in the connection manager of the DTS, or some problem with the access to the server where the db is located.

帅气称霸 2024-07-19 12:50:38

如果您的服务器名称长度超过 31 个字符(包括主机名),则它将不会触发。

If your server name is over 31 characters long (including hostname), then it will not fire.

怎樣才叫好 2024-07-19 12:50:38

当计划包时,它通常在 SQL Server 代理的上下文和权限下运行。

该包是否建立了与无人值守 sqlserver 代理帐户无法使用的驱动器号或其他机制的连接?

When a package is scheduled, it normally runs under the context and persmissions of the SQL Server Agent.

Does the package make a connection to a drive letter or other mechanism which is not available to the unattended sqlserver agent account?

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