| Author |
initializing a correlation set without a SEND
|
|
| ChuckD_Duncan 2005-05-18, 5:59 pm |
| I don't have a send in my sub-orchestration but I do have criteria to
establish RECEIVE criteria. This would seem to imply that I need to
somehow create a correlation set without having done a send. OR is there
a way of just setting up a filter (subscription) for the RECEIVE port
message -- AND (here's the fun part) get BizTalk to stop complaining about
missing correlation sets?
Thanks in advance.
Chuck
| |
| JGaska [http://www.IoniaSolutions.com] 2005-05-18, 5:59 pm |
| Chuck;
You can setup an initializing correlation set on the initial receive used to
activate the instance. You can also edit the annotations of your promoted
fields and promote fields in multiple schemas and have them correlate with
the same correlation set. You do not need a send in your sub orch to force
correlation, you just need data from your first message which you can
correlate your inbound message with.
-Joe
"ChuckD_Duncan" wrote:
> I don't have a send in my sub-orchestration but I do have criteria to
> establish RECEIVE criteria. This would seem to imply that I need to
> somehow create a correlation set without having done a send. OR is there
> a way of just setting up a filter (subscription) for the RECEIVE port
> message -- AND (here's the fun part) get BizTalk to stop complaining about
> missing correlation sets?
>
> Thanks in advance.
> Chuck
>
>
| |
| ChuckD_Duncan 2005-05-23, 5:53 pm |
| Thanks Joe... just what I needed.
|
|
|
|