Re: Need help on: Failed to initialize the correlation property name:
- From: "Yossi Dahan" <yossi.dahan@xxxxxxxxxxxxxxx>
- Date: Mon, 25 Jul 2021 09:02:16 +0100
Firstly you should be able to promote a property from the message you're
sending, if you're worrying about editing the schema of a vendor note that
the property promotion is added to the schema as annotation so it does not
really changes the schema.
As for the correlation - you don't need a convoy - just a plain simple
correlation.
create a correlation type that includes your order number, initialize a
correlation set based on it in the send port and then follow the same
correlation set on the next receive.
this should do the trick for you
Yossi Dahan
"Michael Sander" <spam@xxxxxx> wrote in message
news:ebGawwOkFHA.3580@xxxxxxxxxxxxxxxxxxxxxxx
> Hi Yossi,
> I'll try to explain:
>
> 1. Biztalk receives a order.
> This order has an order number, wich could be easily promoted.
>
> 2. Biztalk constructs a new message. This one will be send to some other
> company, so I have no influence on the data schema.
> This message contains the order number, but it cant be promoted.
>
> 3. The other company will send an answer through some other port.
> Here we also got the order number. This one is already promoted through a
> receive-pipeline.
>
>
> As far as I understood Biztalk so far, the problems are:
> - I cant use the promotion from message 1, cause then I'm doing convoing.
> For this, message 3 must use the same port as message 1, wich is
> impossible.
> - I just cant promote the order number in the outgoing message.
>
> So how should I be able to correlate message 1 and 3?
>
> Michael
>
>> I'm still missing the picture here I think, I understand the message is
>> received through a receive port, can't you have a pipeline component in
>> that port that will promote the property you need?
> Im doin
>
> "Yossi Dahan" <yossi.dahan@xxxxxxxxxxxxxxx> schrieb im Newsbeitrag
> news:OUNILpgjFHA.1204@xxxxxxxxxxxxxxxxxxxxxxx
>> It will have to be a custom component because the element is repeated, so
>> this is where you implement your logic to find out the correct property
>> that needs promoting and do the promotion.
>>
>> if you do that it will be available in your orchestration as soon as the
>> message is received and you will be able to initialize your correlation
>> set before the send.
>>
>> Yossi Dahan
>
>
.
- Follow-Ups:
- Re: Need help on: Failed to initialize the correlation property name:
- From: Michael Sander
- Re: Need help on: Failed to initialize the correlation property name:
- References:
- Need help on: Failed to initialize the correlation property name:
- From: Michael Sander
- Re: Need help on: Failed to initialize the correlation property name:
- From: Yossi Dahan
- Re: Need help on: Failed to initialize the correlation property name:
- From: Michael Sander
- Re: Need help on: Failed to initialize the correlation property name:
- From: Yossi Dahan
- Re: Need help on: Failed to initialize the correlation property name:
- From: Michael Sander
- Re: Need help on: Failed to initialize the correlation property name:
- From: Yossi Dahan
- Re: Need help on: Failed to initialize the correlation property name:
- From: Michael Sander
- Need help on: Failed to initialize the correlation property name:
- Prev by Date: Re: Need help on: Failed to initialize the correlation property name:
- Next by Date: Re: Need help on: Failed to initialize the correlation property name:
- Previous by thread: Re: Need help on: Failed to initialize the correlation property name:
- Next by thread: Re: Need help on: Failed to initialize the correlation property name:
- Index(es):
Relevant Pages
|