Error while creating messages

Home Page Forums BizTalk 2004 – BizTalk 2010 Error while creating messages

Viewing 1 reply thread
  • Author
    Posts
    • #14312

      Hi All,
      I am getting this error, Not sure what is happening. Any pointers wud be greatly appreciated.I have started the Send ports.
      Thanks in advance!

      The published message could not be routed because no subscribers were found. This error occurs if the subscribed orchestration schedule or send port has not been started, or if some of the message properties necessary for subscription evaluation have not been promoted.

    • #14313

      Thanks Greg,
      Your guide helped a lot.
      SK

      • #14314

        The core of Biztalk is the messagebox, receive ports and orchestrations publish messages into the messagebox and send ports and orchestrations subscribe to messages from the messagebox.

        If you publish a message to the messagebox with no enlisted subscriber then you will get this error.

        You can view the active subscriptions using the Biztalk admin console:
        [url]http://geekswithblogs.net/sthomas/archive/2005/10/03/55872.aspx[/url]

        A subscription is basically a filter on promoted context properties.
        For straight thru processing you declare a receive port and a send port. The send port will have the a filter of BTS.ReceivePortName = [i:dc6d4ac4c9]receive port name[/i:dc6d4ac4c9]. So it will subscribe to all messages coming from the named receive port.

        A send port without a filter has no subscription – although if bound to an orchestration the subscription is created when the orchestration is enlisted.

        Check your message context properties and see if they match any of the subscriptions

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