Filter at send port group is not working

Home Page Forums BizTalk 2004 – BizTalk 2010 Filter at send port group is not working

Viewing 1 reply thread
  • Author
    Posts
    • #15270

      Yes, this is how the send port groups work. You can not have another filter inside the group. The point of the group is to have the message go to everyone no matter what.

      The Group creates an OR subscription with any existing filer properties. If you look inside the subscription viewer inside the admin tool it might make more sense.

      Hope this helps.

    • #15271

      pull the ports out of the group and they will work fine

      • #15272

        Hi,

        I have an orchestration which sends messages to a port. I bound this port to a SendPort Group. The send port group contains 3 send ports and having a filter condition each based on a promoted property of the message.

        My issue is that the filter doesn’t seems to execute , and the message goes to all three ports irrespective of the filter. I verified that the promoted property is coming properly on the message Context.

        Is it an issue of the Datatype of the promoted property..?

        My promoted property is of xs:String data type.. then what should I specify in the port filte..?

        MyProject.PropertySchema.SchoolCode == \”5320\”

        or MyProject.PropertySchema.SchoolCode == 5320

        ( pls note the quotes)
        I tried with both thes options, but the behavior is the same.

        your response is highly appreciated..

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.