|
Home > Archive > BizTalk Server General > May 2005 > File receive location and multiple directories
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
File receive location and multiple directories
|
|
|
| Hi all,
Is there a way to tell a file receive location to listen on all
sub-directoires? I don't want to define a recieve location for every
directory under the main directory. Any help is appreciated.
| |
|
|
Hmmm, interesting requirement, no, as far as I know that doesnt exist, what
you could do is make a "recursive file receive adapter" which could do that
pretty easily starting with the custom adapter wizard.
maybe you can even set a loop in an orchestration that in turn loops thru
the directory tree? You probably have access to all the objects you'd need.
I dont know of a configurative way to do that, but I'd be interested to know
if one exists. Anyone?
BA
"Rick" <Rick@discussions.microsoft.com> wrote in message
news:C7E6C61E-9C4D-4F83-B322-D93ECAA154C7@microsoft.com...
> Hi all,
>
> Is there a way to tell a file receive location to listen on all
> sub-directoires? I don't want to define a recieve location for every
> directory under the main directory. Any help is appreciated.
>
| |
|
| The only thing I've come up with is to write a custom adapter that uses the
file watcher. There's a property called IncludeSubDirectories that can be
set. I was hoping to do this within BTS instead of having to create a custom
adapter.
"BA" wrote:
>
> Hmmm, interesting requirement, no, as far as I know that doesnt exist, what
> you could do is make a "recursive file receive adapter" which could do that
> pretty easily starting with the custom adapter wizard.
>
> maybe you can even set a loop in an orchestration that in turn loops thru
> the directory tree? You probably have access to all the objects you'd need.
>
> I dont know of a configurative way to do that, but I'd be interested to know
> if one exists. Anyone?
>
> BA
>
> "Rick" <Rick@discussions.microsoft.com> wrote in message
> news:C7E6C61E-9C4D-4F83-B322-D93ECAA154C7@microsoft.com...
>
>
>
| |
|
|
We've sort of reached the same end....
Give it a few days and see if anyone else posts a suggestion
"Rick" <Rick@discussions.microsoft.com> wrote in message
news:56A2360B-1282-47B1-9E7D-71515A90C877@microsoft.com...[vbcol=seagreen]
> The only thing I've come up with is to write a custom adapter that uses
> the
> file watcher. There's a property called IncludeSubDirectories that can be
> set. I was hoping to do this within BTS instead of having to create a
> custom
> adapter.
>
> "BA" wrote:
>
| |
| Yossi Dahan 2005-05-12, 7:51 am |
| The simple answer is - No. the File adapter does not support this.
You could write your own adapter as been mentioned or add a receive location
per folder.
Yossi Dahan
"Rick" <Rick@discussions.microsoft.com> wrote in message
news:C7E6C61E-9C4D-4F83-B322-D93ECAA154C7@microsoft.com...
> Hi all,
>
> Is there a way to tell a file receive location to listen on all
> sub-directoires? I don't want to define a recieve location for every
> directory under the main directory. Any help is appreciated.
>
>
|
|
|
|
|