tracking msgs in biztalk2006

Home Page Forums BizTalk 2004 – BizTalk 2010 tracking msgs in biztalk2006

Viewing 1 reply thread
  • Author
    Posts
    • #16121

      Hi!

      Is there a way to track a message all of its way through biztalk?

      What I'm after is some kind of trackingID that is the same during all the msg transitions.

      For exemple:

      I receive the msg via the file adapter, parse it, then I send it to the EDI adapter, into an orchestration(transforming the msg), mapping, pipelines …

      The messageID changes with every transaction… but maybe there is some other property that I can promote and that doesn't change during msg transformations …

      thanks for any help!

    • #16164

      You might be able to set your own tracking id inside a custom receive pipeline.

       

      Otherwise, I think BAM might be able to help accomplish this. 

       

      If you find a good solution, please let me know.

      • #16174

        I was first using the filename to track the message, (promoting the FILE.ReceivedFileName in a custom pipeline). This works fine with the file adapter but then I pick up the message with the EDI adapter the tracking is lost, which is not so strange because I guess that the EDI adapter uses a different property schema …

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