Wich Document definitions are depoyed in a BizTalk Environment
At the customer site we got an error sending a document.
Everything worked fine using the PassThru pipeline but when we used the XMLSendPipeline we got the following error:
Event Type: Error
Event Source: BizTalk Server 2004
Event Category: BizTalk Server 2004
Event ID: 5720
Date: 13-1-2005
Time: 9:53:26
User: N/A
Computer: ROS38
Description:
There was a failure executing the send pipeline: "Microsoft.BizTalk.DefaultPipelines.XMLTransmit" Source: "XML assembler" Send Port: "FILE://F:/BizTalk/00030959_CIR.xml" Reason: This Assembler cannot retrieve document specification by using this type: "onderneming".
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
We had to find out wich Document definitions are deployed in BizTalk. The Easiest way to do this is to use the following query :
use BiztalkMgmtDb
select msgtype,clr_typename,clr_assemblyname,clr_namespace from bt_documentspec
order by msgtype