Copying an input file prior to processing

Home Page Forums BizTalk 2004 – BizTalk 2010 Copying an input file prior to processing

Viewing 1 reply thread
  • Author
    Posts
    • #23297

      Here is the scenario that I am trying to resolve:

      I receive an input file to be processed in my directory for my application.

      I want to make an exact copy of that input file and copy it into another directory before I process it thru the receive port

      Is there anyway to do that

      1. from the biztalk admin console using just config changes and if so how

      or

      2. Can I do it from my biztalk application and if so how.

      Any help would be appreciated

      Bob Robey

    • #23300

      Hi Rob,

       

         The answer to your questions is No. You will have to to handle this from another application (be it C#, Java, etc.).

       

          Daniel.

      • #23302

        You can use the Message Archive Pipeline component http://btsmsgarchcomp.codeplex.com/ as the first component in your receive pipeline

        • #23307

          Can you just not set-up a receive location and have a filter that subscribe to that location say BTS.Recieveportname.. this can be done but can’t remember if this is a soft config change of something I did in the orchestration.

          Kind Regards,

          Grant

           

        • #23316

          [quote user="greg.forsythe"]

          You can use the Message Archive Pipeline component http://btsmsgarchcomp.codeplex.com/ as the first component in your receive pipeline

          [/quote]

          I am the second to recommend Nick Heppleston archive pipeline component.

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