Correlation with FileName received

Home Page Forums BizTalk 2004 – BizTalk 2010 Correlation with FileName received

Viewing 1 reply thread
  • Author
    Posts
    • #12673

      Hi Gurus,

      Can I correlate two messages with MessageName. I have a BatchID coming in my 1st file. Now I have to correlate 2nd one with same BatchID.

      File Name are
      1st — HeaderFile.
      2nd — BatchID_OrderFile.txt

      Once I picked HeaderFile, I got BatchID(e.g 001) Now I have to pick all files with name 001_OrderFile.txt

      Howz can I implement this scenario in BTS 2004..

      Your help is really appreciated.

      Mohit

    • #12674

      Thanks for you replay But i am not able to understand fully..Could you plz elobrate bit in detail..

      • #12675

        You should be able to do this using a Sequential Convoy.

        You would need to make sure the values are exactly the same to your 2nd message will fail. You might be better off to create a new property (message context type) called myCorrelationProperty and set this inside a custom pipeline component backed on manipulation of the received file name. Make sense?

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