|
Home > Archive > BizTalk Server General > August 2005 > SendPipelineData only works for first component in a stage
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 |
SendPipelineData only works for first component in a stage
|
|
| Matt Milner 2005-08-25, 6:02 pm |
| I have a component that I use in various pipelines to archive messages. The
configuration for the component changes based on the port, so I use the
SendPipelineData or ReceivePipelineData properties in the explorer object
model to configure each port with the right properties.
This all works swell and the new configuration overrides the defaults in the
pipeline, BUT ONLY WHEN MY COMPONENT IS THE FIRST ONE IN THE STAGE. If I
have two pipelines with the same components, mine and another in the encode
stage and the only difference is that there order is changed, then only one
pipeline works with the updated configuration data. I have tried all sorts
of XML for the SendPipelineData property to no avail.
As I said, this all works good when my component is first, so I am pretty
sure it is setup correctly, but it fails if my component is not the first
one in the stage. I get no error messages and processing continues with the
default values.
Any help would be appreciated.
Matt
| |
| Jon Flanders[MVP] 2005-08-25, 6:02 pm |
| Hey Matt - have to you tried putting the default configuration for the other
component (the one that comes first) in your sendpipelinedata (you said
you've tried various version of the configuration data - but I was wondering
if you tried that)?
--
Jon Flanders
http://www.masteringbiztalk.com/blogs/jon/
"Matt Milner" <matt.milner@m3technologypartners dot com> wrote in message
news:upBwuhbqFHA.272@TK2MSFTNGP15.phx.gbl...
>I have a component that I use in various pipelines to archive messages.
>The configuration for the component changes based on the port, so I use the
>SendPipelineData or ReceivePipelineData properties in the explorer object
>model to configure each port with the right properties.
>
> This all works swell and the new configuration overrides the defaults in
> the pipeline, BUT ONLY WHEN MY COMPONENT IS THE FIRST ONE IN THE STAGE.
> If I have two pipelines with the same components, mine and another in the
> encode stage and the only difference is that there order is changed, then
> only one pipeline works with the updated configuration data. I have tried
> all sorts of XML for the SendPipelineData property to no avail.
>
> As I said, this all works good when my component is first, so I am pretty
> sure it is setup correctly, but it fails if my component is not the first
> one in the stage. I get no error messages and processing continues with
> the default values.
>
> Any help would be appreciated.
>
> Matt
>
>
| |
| Matt Milner 2005-08-25, 6:02 pm |
| Yep, tried just about everything I can think of, including configuring the
first component. Actually, in most cases, the first component does not have
any properties anyway! I still tried adding it to the send pipeline data
with no properties, but no love.
Matt
"Jon Flanders[MVP]" <jon.flanders@gmail.com> wrote in message
news:eNcQT0bqFHA.2880@TK2MSFTNGP12.phx.gbl...
> Hey Matt - have to you tried putting the default configuration for the
> other component (the one that comes first) in your sendpipelinedata (you
> said you've tried various version of the configuration data - but I was
> wondering if you tried that)?
>
> --
> Jon Flanders
> http://www.masteringbiztalk.com/blogs/jon/
>
> "Matt Milner" <matt.milner@m3technologypartners dot com> wrote in message
> news:upBwuhbqFHA.272@TK2MSFTNGP15.phx.gbl...
>
>
| |
| Jon Flanders[MVP] 2005-08-27, 5:49 pm |
| It appears that you are not the first person to find this bug -
http://www.biztalk-server.com/ftopic2971.html
--
Jon Flanders
http://www.masteringbiztalk.com/blogs/jon/
"Matt Milner" <matt.milner@m3technologypartners dot com> wrote in message
news:uZ5ASLcqFHA.3424@TK2MSFTNGP14.phx.gbl...
> Yep, tried just about everything I can think of, including configuring the
> first component. Actually, in most cases, the first component does not
> have any properties anyway! I still tried adding it to the send pipeline
> data with no properties, but no love.
>
> Matt
>
>
> "Jon Flanders[MVP]" <jon.flanders@gmail.com> wrote in message
> news:eNcQT0bqFHA.2880@TK2MSFTNGP12.phx.gbl...
>
>
|
|
|
|
|