Detect when a file has been sent on an FTP send port

Home Page Forums BizTalk 2004 – BizTalk 2010 Detect when a file has been sent on an FTP send port

Viewing 1 reply thread
  • Author
    Posts
    • #18033

      Hello everybody

       I was wondering if I can detect, in any way, when a file has been successfully sent on my ftp send port.

      What I want to do is to send an email when the file has been sent.

      Thanks in advance
      Regards
      Gisli.

    • #18054

      You could use a send shape right after the send shape that sends shape that sends the file. For error handling u could use scope and excecption handler, the communication is sync so this should solve the problem unless u think otherwise.

      • #18060

        Correct me if I am wrong, but I believe you would want to turn DeliveryNotification=transmitted, on the logical send port for the file to be sent, if you use this pattern.

         Another option would be to use BAM…but that is something you probably do not want to explore unless you have the infrastructure already set up.  Mahesh's suggestion is probably a better alternative.

      • #18064

        Mahesh's suggestion is good for orchestration level but if you use publish/subscribe on MessageBox the way is inappropriate.

         Nick

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