Publishing message

Home Page Forums BizTalk 2004 – BizTalk 2010 Publishing message

Viewing 1 reply thread
  • Author
    Posts
    • #15075

      Hi,

      I have problem with direct Binding in orchestration.

      I receive a message and I have to send it to messagebox. I do this thru direct binding in the send port.
      Here I don’t have any other orchestration which subscribes it.

      The main process here just publishing it to messagebox.

      But I am getting error in event log( No errors in HAT)

      \” ErrorInfo The published message could not be routed because no subscribers were found. .

      Failed to publish (send) a message in the batch. This is usually because there is no one expecting to receive this message. The error was The published message could not be routed because no subscribers were found\”

      Since I don’t have any subscriber how can I publish the message to messagebox avoiding this error?

      Please help

    • #15076

      Thanks Stephen.

      The problem is solved since the other application will pick the message.

      One more question I have. How to check the message is stored in the MessageboxDB? which tables we have to check there?

      Thanks

      • #15077

        That’s not possible. You need to have a subscriber in order to publish a message to the message box.

        What are you trying to accomplish? Why do you just want the message inside the message box?

        Hope this helps.

        • #15078

          It’s been a while since I looked at the message box, but if I remember right the main table is the SPOOL table. The data is stored as a binary image so it’s hard to understand.

          I’d suggest not really digging into the message box. It’s not really a good place to look. Using the BizTalk Admin tool and HAT are much better ways to go.

          Hope this helps.

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