General SuspendedMessage orchestration

Home Page Forums BizTalk 2004 – BizTalk 2010 General SuspendedMessage orchestration

Viewing 1 reply thread
  • Author
    Posts
    • #17157

      Hi all, I've  multiple biztalk apps in a production server, also I'm using a SQL Server DB to manage proyect configuration (error emails per process, etc). I developed an orchestration that connects to suspended messages but I want to make this orchestration general for all process, but I have a problem identifying from wich application I'm receiving a suspendedMessage.

      I know that when biztalk suspends a message a registry is written on suspendedInstances table and there´s a way to obtain the owner app. But when there´s an orchestration that connects to those message the suspendedInstances registry is not written so I was expecting that there's some Message-Property that let me know the owner of the Suspended Message.

      Any ideas? HEEELP!!

    • #17162

      Anonymous,

      in general I don't see how BizTalk can give you this. For example, suppose my app drops a file for you – which app was it?

      The message context gives you lots of information (for example the filename is there was one) which you may be able to use to deduce the originating app. But in general, how could BizTalk know?

       John D.

      • #17183

        JohnD that's what I'm trying to understand because when BizTalk suspends a message I've noticed that when you enter to the Administration Console and ask for BizTalk to give you the list of suspended message there's a column that has the name of the app that suspends the message.

        Maybe there's a way to obtain that info as Admin Console does it.

        • #17200

          Anybody? HELP!!!

          • #17225

            I've done it. Using the property suspendedMsg(BTS.ReceivePortID) I've developed a sql procedure to the Management DB to obtain the application that contains the receiveport GUID sent it as parameter.

            With the app name I can access  my db and obtain any information I want.

             

            Thanks a lot.

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