BizTalk 2009 消息错误 - 以下过程调用失败

发布于 2024-08-05 16:18:22 字数 334 浏览 4 评论 0原文

我的 BizTalk 2009 VM 上的应用程序事件日志中经常会记录以下错误。但这个错误是不一致的。有什么线索吗?

以下存储过程调用失败:“ { call [dbo].[bts_UpdateMsgbox_BizTalkServerApplication]( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? , ?, ?, ?, ?, ?, ?)}”。 SQL Server 返回错误字符串:“警告:由于使用了本地联接提示,因此已强制执行联接顺序。;警告:由于使用了本地联接提示,因此已强制执行联接顺序。;忽略了重复键。”

Very frequently the following error is getting logged into Application event logs on my BizTalk 2009 VM. But this error is inconsistent. Any clues?

The following stored procedure call failed: " { call [dbo].[bts_UpdateMsgbox_BizTalkServerApplication]( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)}". SQL Server returned error string: "Warning: The join order has been enforced because a local join hint is used.;Warning: The join order has been enforced because a local join hint is used.;Duplicate key was ignored.".

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

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

发布评论

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

评论(2

如何视而不见 2024-08-12 16:18:22

我自己没有看到这个错误,但这听起来像是有人搞乱了 BizTalkMsgBox DB。您的 DBA 是否曾经更改过任何 sql server 设置,或者可能弄乱了 BizTalkMsgBox 索引? (比如重建它们?)

I haven't seen that error myself, but it sounds like someone messed with the BizTalkMsgBox DB. Have your DBAs by any chance changed any of the sql server settings, or maybe messed with the BizTalkMsgBox indices? (like rebuild them?)

生来就爱笑 2024-08-12 16:18:22

我可以通过禁用对发送消息的发送端口的跟踪来解决此问题

I was able to work-around this by disabling tracking on the send port that was sending my message

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