2

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.".

Dijkgraaf
  • 11,049
  • 17
  • 42
  • 54
Muralidhar
  • 91
  • 3
  • 8

2 Answers2

0

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?)

tomasr
  • 13,683
  • 3
  • 38
  • 30
0

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

Rob Bowman
  • 7,632
  • 22
  • 93
  • 200