ssis 缺少约束线
我在同一项目中的一些软件包遇到了一个奇怪的问题。
当我重新加载项目时,某些约束连接器不会在视觉上显示。我知道它们在那里,因为如果我尝试再次绘制它们,我会收到错误:
Cannot create connector.
Only one workflow can exist between the same two executables.
包也正确运行。
我可以让线条重新出现吗?
我正在使用 Visual Studio 2008。受影响的对象位于序列容器中的 for 循环中
I am having a strange issue with some of my packages in the same project.
When I reload the project some of the constraint connectors are not appearing visually. I know that they are there because if I try to draw them again I get the error:
Cannot create connector.
Only one workflow can exist between the same two executables.
Also the package runs correctly.
Can I get the lines to reappear?
I am using visual studio 2008. The objects affected are in a for loop in a sequence container
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我也遇到了同样的麻烦。如果您折叠序列容器,然后再次展开它,它们会再次显示。
I was having the same trouble. If you collapse the Sequence Container, then expand it again, they show up again.
好吧,当我遇到屏幕无法正确显示实际内容的问题时,通常是因为我的计算机上打开了太多垃圾,所以我返回并关闭我打开的 56 个查询窗口和 700 多个页面功能规范,以及所有 10 个 Windows 资源管理器窗口和 Outlook 以及 6 个 Excel 电子表格和有问题的 SSIS 包,然后重新打开它,它通常可以工作(尽管有时我不得不重新启动。)
Well when I have had issues with the screen not properly showing what really is there, usually it is because I have too much junk open on my machine, So I go back and close the 56 query windows I have open and the 700+page functional spec, and all 10 of the Windows Explorer windows and Outlook and the 6 Excel spreadsheets and the offending SSIS package and then reopen it and it usually works (alhtough occasionally I have had to reboot.)