FileSystemWatcher functionality in Biztalk

Home Page Forums BizTalk 2004 – BizTalk 2010 FileSystemWatcher functionality in Biztalk

Viewing 1 reply thread
  • Author
    Posts
    • #15175

      I have a directory that I want to monitor and whenever files in it are modified I want to trigger biztalk to pick up that file and start an orchestration.

      The File adapter seems to rely on files being dropped on a location. Can this be configured to monitor changes instead?

      I’m new to biztalk so this question may seem odd and perhaps a very bad idea. I know that I can write my own module in .net and use FileSystemWatcher class to accomplish this task. However, I wonder if it can be done out-of-the-box in biztalk?

      Thanks

      /Minh

    • #15174

      Minh,

      The built-in FILE adapter does not do this; it only monitors the directory for new files and then once they are processed they will usually be removed.

      You could do this by writing your own custom adapter; there’s a sample File adapter included in the BizTalk SDK you can use as a start.

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