Filed under: Biztalk 2004, Biztalk 2006, Biztalk Errors | Tags: BizTalk, Biztalk Server 2004, Debugging, Deploy, Gacutil
So today I received the next error thrown by BizTalk Server in the eventlog. The problem is that there are two schemas deployed with the same namespaces. So after I checked all the projects that were installed, I found out that I added the same schema twice in one project…..
There was a failure executing the receive pipeline: “Microsoft.BizTalk.DefaultPipelines.XMLReceive” Source: “XML disassembler” Receive Location: ” C:\MessageStore\*.xml Reason: Cannot locate document specification as multiple schemas match the message type http://Schemas.InboundOrder#Root.
Filed under: Biztalk 2004, Biztalk Errors, Covast EDI Accelerator | Tags: Accelerator, BizTalk, Biztalk Server 2004, Covast, document definitions, EDI, Schema
When you like to change the maxlength parameter of an numeric element of an EDI message, you’ll find out that there is a dirty, nasty little bug in Covast. It can take you weeks to find out how this is actually working.
So as an example, we’re going to change and fix (max) length value of the 9308 Seal_Number element located in the EDI ‘IFTMIN D 99B Default UN’ message. First we open Covast Studio and go to the document repository. (more…)