Archive
Category: Uncategorized
-

mllp
Some tweaks to apply under heavy load to the HL7 adapter Create the registry key MLLPSendFlushTimeout Create new registry key under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\BizTalk Accelerator for HL7/Version 2.0 with following…
-

Use deployment framework to import multiple bindings
The healthcare project I am in requires a one way send port for acknoledgement handling, it in turn requires a one way receive port to pre-exisit for deployment.…
-

BizTalk connecting to a load balanced SAP server
If you are like me looking at Microsoft documentation thinking you can just use BizTalk server to connect to a load balanced SAP via message server, you are…
-

Deploy configuration file to BizTalk folder
Scenario is I am to copy my file based configuration to the BizTalk installation folder (reason being in runtime I can access the registry to get the path…
-

Thoughts on Enterprise Service Bus
The bus, is definitely definitely a popular word now. If you want to show off, told them you build ‘the bus’. What is it and its relationship to…
-

InRule first impression
On current project, we chose the business rules engine called inRule. The product itself, compared to the BizTalk one, is very interesting, in my two days of learning,…
-

CForwardOnlyEventingReadStream not fire read event
Had this problem before, the CForwardOnlyEventingReadStream instance returned from pipeline component does not fire the Read event. After checking Microsoft’s implementation, it turns out my custom stream object…
-

Notes for BizTalk adapter transactions
BizTalk deciding if a receive location has transaction support BizTalk deciding which contract to call So, all these said, request-response transaction is not supported. To ensure BizTalk…
-

Interesting behavior writing disassembler component
Have to write a disassembler component to wrap flat file disassembler to disassemble incoming SAP flat file then validate the disassembled XML upon BRE, if validated then promote…
