You must Sign In to post a response.
  • Category: BizTalk

    I have a receive port and send port whose message types are different

    I have a receive port and send port whose message types are different.When I receive a message in my receive port,my process starts.I will construct my out message and give this to my send port.I am configuring a send port group to the logical send port.TO the send port group I have added many send ports with filters.The message in the send ports are not getting filtered based on my filters.


    Check Wheather the filter contain the BTS.reciveportname is same as your logical receive port name. it may be the fault.
  • #523247
    Check Whether the filter contain the BTS.reciveportname as your logical receive port name. It may be the cause for the issue

  • #540505
    You can also Use
    BTS.ReceivePortID == <empty string> or
    BTS.ReceivePortName == <empty string>

    check this article for How to use Send port group
    http://msdn.microsoft.com/en-us/library/ee253474(BTS.10).aspx

    raj
    http://rajwebjunky.blogspot.com/


  • This thread is locked for new responses. Please post your comments and questions as a separate thread.
    If required, refer to the URL of this page in your new post.