Routing Duplicate Messages To Separte Send Port


Hello All,

I am currently using BizTalk R2. I have checked the duplicates feature in the parties which will suspend any duplicate message. When I filter on the error failure code for duplicates the duplicate messages are not picked up. Does anyone know the correct code to filter on?

Thanks in advance.

[451 byte] By [erobertson] at [2008-1-10]
# 1

Hello,

I'm not familiar with the duplicates feature but you can figure out which promoted property to use in your filter by inspecting the promoted properties of the message itself.

The easiest way is to suspend the message by not creating any subsription to it and then looking at the promoted properties of the suspended message using BizTalk Administraton Console app.

KarahanCelikel-MSFT at 2007-10-3 > top of Msdn Tech,BizTalk Server,BizTalk EDI and AS2...
# 2

HI,

On the receive port properties in the BizTalk Server Admin Console for the inbound messages, you should see a check box with something like "Enable routing for failed messages". If you check this, you should then be able to subscribe to the duplicaties using the appropriate filters. If you know the error codes and descriptions, you can set those in the send port subscription properties.

Regards,

Alan

AlanSmithMVP at 2007-10-3 > top of Msdn Tech,BizTalk Server,BizTalk EDI and AS2...