|
Home > Archive > BizTalk Server General > April 2004 > Channel Filters
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]
|
|
| Dawna Pennington 2004-04-01, 9:42 am |
| I'm trying to create a simple channel filter that would route the data
file to a particular channel/map.
I've enabled the filtering on my channel using the wizard to check the
value in a specific field. If it matches, I want the file to be
processed.
In my Receiver I'm referencing this channel. However, whenever my
receiver runs, it processes all the files regardless.
Can anyone point me in the right direction?
Here is my high level overview.
System 1 is dumping XML files into Directory A.
Receiver reading all files in Directory A, based upon the value in the
DIVISION field within the document, I need it to go through separate
maps and be put into separate directories (Directory B & C).
Thanks,
Dawna
| |
| Matt Cable 2004-04-01, 6:37 pm |
| Try removing the reference to the channel in the Receive Function. Note:
you will have to provide the Source and Destination Organization information
in some way then. This can be set in either the organization information at
the bottom of the Advanced properties page in the Receive function, or
through properties in the message. Setting in the Advanced Properties
(where you were picking the channel name) will be easiest.
- Matt Cable
"Dawna Pennington" <dawna.pennington@wearguard-crest.com> wrote in message
news:da46782a.0404010612.37fcd1d4@posting.google.com...
> I'm trying to create a simple channel filter that would route the data
> file to a particular channel/map.
>
> I've enabled the filtering on my channel using the wizard to check the
> value in a specific field. If it matches, I want the file to be
> processed.
>
> In my Receiver I'm referencing this channel. However, whenever my
> receiver runs, it processes all the files regardless.
>
> Can anyone point me in the right direction?
>
> Here is my high level overview.
>
>
> System 1 is dumping XML files into Directory A.
>
> Receiver reading all files in Directory A, based upon the value in the
> DIVISION field within the document, I need it to go through separate
> maps and be put into separate directories (Directory B & C).
>
> Thanks,
> Dawna
| |
| Dawna Pennington 2004-04-23, 8:36 am |
| Matt,
I finally was able to get my channel filter to work, but I had to
remove the Distribution List from my channel and sent to just a single
message port.
How you seen this issue or been able to use channel filtering with a
Distribution list attached to the Channel?
"Matt Cable" <mcable@nospam.quilogy.com> wrote in message news:<eT9UHxDGEHA.1272@TK2MSFTNGP12.phx.gbl>...[vbcol=seagreen]
> Try removing the reference to the channel in the Receive Function. Note:
> you will have to provide the Source and Destination Organization information
> in some way then. This can be set in either the organization information at
> the bottom of the Advanced properties page in the Receive function, or
> through properties in the message. Setting in the Advanced Properties
> (where you were picking the channel name) will be easiest.
>
> - Matt Cable
>
> "Dawna Pennington" <dawna.pennington@wearguard-crest.com> wrote in message
> news:da46782a.0404010612.37fcd1d4@posting.google.com...
|
|
|
|
|