BizTalk 2009 消息错误 - 以下过程调用失败
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我自己没有看到这个错误,但这听起来像是有人搞乱了 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?)
我可以通过禁用对发送消息的发送端口的跟踪来解决此问题
I was able to work-around this by disabling tracking on the send port that was sending my message