DTS 连接错误
我在尝试执行包时收到此错误:
“该连接当前正被任务使用。无法关闭或重用该连接。”
有任何想法吗?
I'm receiving this error while attempting to execute a package:
"The connection is currently being used by a task. The connection cannot be closed or reused."
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题出在工作流属性下的“完成后关闭连接”。 我最终不得不取消选中所有这些才能让这个包正常工作。
The problem was with "Close Connection upon completion" under Workflow Properties. I ended up having to uncheck all of them to get this package to work.