Microsoft Knowledge Base Email Alertz

(884419) - Describes a problem where you receive a Schema is not deployed error message when you run the ArbitraryXPathSample sample that is in the BizTalk Server 2004 SDK. To resolve the problem, you must modify a line of code.

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 884419 - Last Review: March 22, 2005 - Revision: 2.2

BUG: You receive a "Schema is not deployed" error message when you run the ArbitraryXPathSample sample that is included in the BizTalk Server 2004 SDK

SYMPTOMS

In Microsoft BizTalk Server 2004, when you run the ArbitraryXPathSample sample that is included in the BizTalk Server 2004 SDK, you may receive an error message that is similar to the following:
Event Type: Error
Event Source: BizTalk Server 2004
Event Category: BizTalk Server 2004
Event ID: 5719
Date: 10/29/2004
Time: 11:36:56 AM
User: N/A Computer: ComputerName
Description:
There was a failure executing the receive pipeline: "Microsoft.BizTalk.DefaultPipelines.XMLReceive" Source: "XML disassembler" Receive Location: "C:\Temp\In\*.xml" Reason: The disassembler cannot retrieve the document specification by using this type: "BindingInfo". Either the schema is not deployed correctly, or more than one schema is deployed for the same message type.

CAUSE

You receive this error message because of the Save method that is on line 254 in the ArbitraryXPathPropertyHandlerComp.cs file. Typically, the file is located in the following folder:
C:\Program Files\Microsoft BizTalk Server 2004\SDK\Samples\Pipelines\

RESOLUTION

To resolve this issue, you must change the following code beginning with line 254 in the ArbitraryXPathPropertyHandlerComp.cs file:
documentSpecNamesStringBuilder.Append (documentSchemaList[c].DocSpecName) ;
Change the code to the following:
documentSpecNamesStringBuilder.Append (documentSchemaList[c]);

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.

APPLIES TO
  • Microsoft BizTalk Server 2004 Enterprise Edition
  • Microsoft BizTalk Server 2004 Developer Edition
  • Microsoft BizTalk Server 2004 Partner Edition
  • Microsoft BizTalk Server 2004 Standard Edition
Keywords: 
kbfix kbtshoot kbbug KB884419
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate