working with multiple incoming files at a single time`

Home Page Forums BizTalk 2004 – BizTalk 2010 working with multiple incoming files at a single time`

Viewing 1 reply thread
  • Author
    Posts
    • #25502

      Hi,

      The requirement is, I have a FTP folder. My receive port will pool the files in every 30 mins. Then from the send port send a mail with attachement of all those files.

      My plan is I have created a receive port and i set the pooling Interval. then I created the Send port and configure the filter as BTS.receive port name = name of the receive port i have created. I configured the SMTP port. I have used a send pipeline file where i configured the MIME/SMIME encoder in the ecode phase, which will attach the file with the mail.

      But the problem is for each file received in receive folder, I am getting one mail. The requirement is, all the files in receive folder should be attached in a single mail.

      Please give me a solution.

      Thanks In Advance.

      Regards,

    • #25504

      Hi,

      You must implement integration pattern called Convoy. It will aggregate all your messages to one, and then will send that message with all attached files.

      Convoys/Aggregators are common for task you need to build, and there are different types of them: squential, time-out based, etc’

      • #25551

        Hi Yonathan,

        Yes You are right.

        But the thing is I am having only one folder. Where I need to fetch all the files in a certain time interval and send those files as attachement of a mail. So for this which convoy I should use? Is there anything i need to configure? I know i need to configure the receive port pooling time interval to fetch the filesin certain time interval but in orchestration i dont know how to use the convoy.

        It would be great if can say me some steps to follow because I am using this patterns for the first time.

         

        Regards,

        [email protected]

      • #25574

        Hi Yonathan,

        Yes You are right.

        But the thing is I am having only one folder. Where I need to fetch all the files in a certain time interval and send those files as attachement of a mail. So for this which convoy I should use? Is there anything i need to configure? I know i need to configure the receive port pooling time interval to fetch the filesin certain time interval but in orchestration i dont know how to use the convoy.

        It would be great if can say me some steps to follow because I am using this patterns for the first time.

         

        Regards,

        [email protected]

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