|
Home > Archive > BizTalk Server General > February 2004 > Channel Filtering Question
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 |
Channel Filtering Question
|
|
| Michael Krok 2004-02-08, 8:38 am |
| BTS2002 SP1
Here is the scenario:
I receive messages all of the same spec on an msmq. I
only want to process the documents that meet specific
criteria on a specific element.
When I specifiy my RF to use a channel with a valid
Channel Filtering experession, all documents get
processed as if the filtering expression were being
ingored.
When I change the RF to us a docdef, source, and dest,
the filtering expression seems to work, however the
document goes to the suspend q and generates an error.
I would like to completly ignore all document that meet
the filering experession criteria, without going to the
suspend q and generating and error.
Any an all ideas will be welcome.
Michael Krok
| |
| Jan Eliasen 2004-02-08, 8:38 am |
| On Tue, 27 Jan 2004 08:54:29 -0800, "Michael Krok"
<anonymous@discussions.microsoft.com> wrote:
Well, one way is to create another channel with matching docdef,
source- and destination organization. Then, let that channel deliver
the document to a port that throws the document away, ie to an AIC
that doesn't do anything, or to a folder which you can empty
regularly.
[color=blue]
>One clarification
>
>The document that goes to the suspend q is the document
>that does not meet the channel filtering criteria. These
>are the doc I would like to completly ignore. The
>document that meet the filtering criteria are processed
>ok.
>
>Mike
--
Jan Eliasen, representing himself and not the company he works for.
MCP in Microsoft BizTalk Server
| |
| Michael Krok 2004-02-08, 8:38 am |
| Thanks Jan,
That's what I did to work around the issue - send to a
folde location, I thought there might have been
something that I was missing.
Thanks
Michael Krok
>-----Original Message-----
>On Tue, 27 Jan 2004 08:54:29 -0800, "Michael Krok"
><anonymous@discussions.microsoft.com> wrote:
>
>Well, one way is to create another channel with matching
docdef,
>source- and destination organization. Then, let that
channel deliver
>the document to a port that throws the document away, ie
to an AIC
>that doesn't do anything, or to a folder which you can
empty
>regularly.
>
These[color=blue]
meet[color=blue]
the[color=blue]
>
>--
>Jan Eliasen, representing himself and not the company he
works for.
> MCP in Microsoft BizTalk Server
>.
>
|
|
|
|
|