Microsoft KB Archive/928759

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 18:34, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


Event ID 10034 when an orchestration terminates unexpectedly in BizTalk Server 2004

Article ID: 928759

Article Last Modified on 12/11/2006



APPLIES TO

  • Microsoft BizTalk Server 2004 Standard Edition
  • Microsoft BizTalk Server 2004 Enterprise Edition
  • Microsoft BizTalk Server 2004 Developer Edition
  • Microsoft BizTalk Server 2004 Partner Edition



SYMPTOMS

In Microsoft BizTalk Server 2004, an orchestration may terminate unexpectedly. When this issue occurs, an error message that resembles the following may be logged in the Application event log:

Event Type: Error
Event Source: XLANG/s
Event Category: None
Event ID: 10034
Description:
Uncaught exception terminated service DirectBindingTrackingIssue.BizTalk_Orchestration1
(5d96da1f-e6b1-3aba-7c56-aeb4b73beb5a), 
instance d331d248-0519-45ce-84b1-62d0c81857df

Received unexpected message type 'Microsoft.Solutions.BTARN.GlobalSchemas.LOBMessage.
Microsoft.Solutions.BTARN.GlobalSchemas, Version=3.0.0.0, Culture=neutral, 
PublicKeyToken=31bf3856ad364e35' does not match expected type 
'DirectBindingTrackingIssue.LOBMessage, DirectBindingTrackingIssue, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=c08b577ed7e23f79'.

Exception type: UnexpectedMessageTypeException
Source: Microsoft.XLANGs.Engine
Target Site: Void _verifyPublisherSchema()

CAUSE

This issue occurs if multiple assemblies contain the same schema.

WORKAROUND

To work around this issue, create the schema in one assembly. Then, reference that schema in the other projects.

STATUS

This behavior is by design.

MORE INFORMATION

When a process submits a message to the MessageBoxDb database, the message is typed with the assembly information for the assembly that contains the schema. When a different orchestration collects the message, the orchestration verifies that the type of document that it receives matches the type of document that is expected.

Therefore, you experience this issue if the following conditions are true:

  • The process that submits the message to the MessageBoxDb database uses the schema from one assembly.
  • The process that collects the message uses another assembly.


Keywords: kbbtsorchestration kbbts kbtshoot kbprb KB928759