hello,
I have simple messaging mechanism using MLLP Receive to receive HL7 message from vendor system. The received messages will be pushed to SQL database using publish-subscribed mechanism. However, it only receives and processes the first message fine, then stop consuming any more. Messages keeps queuing up in vendor system, no error in Event Log or HAT. The connection is still seen from the Vendor System.
Below are my platform information and MLLP Receive setting.
1. BizTalk 2006 R2 with Accelerator 2.0 on Windows 2003 server
2. MLLP Receive properties:
– Block Characters: <CR> set to 0d, <EB> set to 1c, <SB> set to 0b
– Ordered Delivery: FALSE
– Persistent Connection: TRUE
– Receive Timeout(msec): 0
3. MLLP Adapter Receive Handler default to 1000 max connection.
I must overlook something. Any suggestion would be appreciated.
Thx, Michael J.