Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 883374 - Last Review: October 26, 2004 - Revision: 2.2
You may receive a "Microsoft.BizTalk.DefaultPipelines.XMLTransmit" error message when you send a document in BizTalk Server 2004
When you process a document with Microsoft BizTalk Server 2004, you may receive an error message that is similar to the following:
"Microsoft.BizTalk.DefaultPipelines.XMLTransmit" Source: "XML assembler" Send Port:
"SQL://CTODC03/Hemodialisis" Reason: This Assembler cannot retrieve document
specification by using this type: "http://SQLRec#ReqError".
This problem occurs when one of the following conditions is true:
- You deploy multiple assemblies where each schema contains the
same namespace and the same root node. When the BizTalk Server engine tries to find the schema for the
document that you are sending, the engine finds multiple matches.
- You deploy assemblies that do not contain a schema that matches the namespace and the root node.
If this problem occurs because you deployed multiple assemblies where each schema contains the same namespace and the same root node, undeploy all assemblies where schemas contain the same namespace and the same root node to resolve this problem.
Only deploy one assembly for each namespace and root node for a schema.
If you have to use one schema for multiple projects, create an assembly that contains the schema, deploy the
assembly, and then reference the assembly from your other projects.
If this problem occurs because you deployed assemblies that do not contain a schema that matches the namespace and the root node, include a schema that contains the correct namespace and root node for the document that you are trying to send to resolve this problem.
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
| kbbtsorchestration kbtshoot kbprb KB883374 |
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