02-08-04 01:39 PM
On Mon, 12 Jan 2004 02:47:26 -0800, "BTS 2002 User"
<anonymous@discussions.microsoft.com> wrote:
>In a receive function you can specify source, dest,
>openness, etc. Is there any way of changing or clearing
>any of these values in the preprocessor? Even a right
>hacky way of doing it might help.
Consider the followin my very best guess, as I am not sure how BizTalk
works internally on this issue.
Anyway, as I see it, a Receive Function will put the document through
the preprocessor and look at the result. It will then determine which
channel(s) the document is to go through. It will then put the
document into the Work-queue with this information and any BizTalk
Server can then pick up the document and process it.
Now to your question; Can you change the details of the Receive
Function in the preprocessor? I am not sure. It makes sense that you
can do it, since you are in code. But can you change the settings of a
receive function that is active? I don't know. And besides that, what
will happen if two documents are being processed in the preprocessor
at the same time and they try to change different settings on the
receife function? This will probably give som unexpected behaviour. So
in short, I definately wouldn't go that way... and I really can not
see why you would want to do it anyway :-)
Hope this helped... just a little bit?
--
Jan Eliasen, representing himself and not the company he works for.
MCP in Microsoft BizTalk Server
[ Post a follow-up to this message ]
|