Filed under: Biztalk 2004, Examples | Tags: BizTalk, Biztalk Server 2004, Deploy, Labs, Mapping, Re-Deploy, Tutorial
The visual mapper of BizTalk that allows you to map an xml message to another xml message can be very handy when we’re talking about little xml files, but when you need to map a bigger xml file it gets very unstructured and difficult to maintain! (more…)
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, Debugging, Problems | Tags: BizTalk, Biztalk Server 2004, Deploy, Gacutil, Re-Deploy, Schema
We recently found a blog post by Jon Flanders that has been very helpful in determing when to re-gac some libraries and when to re-deploy the whole solution… This chart shows all the possibilities in a very clear way. (more…)