Reputation: 3766
In File adapter configuration, we can specify a folder path to scan for new files. but this doesn't work if we want to monitor whole tree i.e. folder and all of its sub folders for new files. any idea how can I achieve this behavior in BizTalk 2006
Thanks
Upvotes: 2
Views: 1629
Reputation: 33173
You're right - this is not possible with the BizTalk file adapter.
The only way I can think of achieving this in pure BizTalk would be to write your own custom file adapter. There is a wizard that will help you build a custom adapter in Codeplex here.
Some other options that may do what you need are:
Upvotes: 3