Archive
Author: ninithepug
-

Send port subscribe to another send port
Just a quick note, today I have to deal with a scenario to produce a message from the WCF-SQL response port, route it to another send port to…
-

BizTalk rewinds the interchange if exception is throw in send pipeline
Found an very interesting problem today. It is about a scenario that, In the receive side, we disassemble an inbound interchange by wrapping FF disassembler component, perform some…
-

BizTalk 2010 Cert
Passed today. Not a difficult exam, quite fundamental, with no prepare (actually nothing available yet), I got a score of 820. Quite sure I got all EDI and…
-

ESB Notes
End to end integration problem: a set of autonomous services can quickly devolve into a spaghetti-code-like structure that becomes difficult to maintain. A change will be big impact…
-

BRE: validating message with not presenting elements
One of the business rule I am facing is to validate the message upon business rules. The problem being the rules engine when tries to evaluate the if…
-

HL7 Notes (6): Passthrough ACK pipeline component
In the testing scenarios, we are dealing with multiple systems. One frustration for me is, I need to simulate those systems but (to my knowledge) only way to…
-

Deploy Rules
Lesson learned, Use command line from http://blogs.msdn.com/biztalkbre/archive/2007/02/16/sample-deploying-business-rules-programmatically.aspx to export vocabularies and rules to different files. Add this to Buildxxx.msi: ..\..\References\DeployRules /e /v:SharedInterfaceBroker.1.0 .\BRE_Vocabulary.xml..\..\References\DeployRules /e /p .\BRE_Policy.xml In deployment…
-

HL7 Notes (4)
So scenario is from SAP to HL7, using the BATHL assembler in the send side to serialize the HL7 stream to flat file format then relay via MLLP…
-

SharePoint Adapter: System.IO.FileNotFoundException
This is for connecting SharePoint Foundation 2010 from BizTalk 2010, after deploying the adapter web service on the SharePoint server, adjust the TPM registry setting in the BizTalk…
-

WCF LOB Adapter
Here are some tips for building the custom WCF LOB Adapter leant in the past days… § Design time § xxxURL.cs: This is where the custom connection string…