|
Home > Archive > BizTalk Server Orchestration > May 2006 > Problem using delivery notification while initializing a correlation set
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 |
Problem using delivery notification while initializing a correlation set
|
|
|
| Hi there,
I am setting up an orchestration with a send port that has delivery
notification enabled. As per Scott Woodagte's instructions
(http://blogs.msdn.com/scottwoo/arch...2/25/80037.aspx),the send
port sits inside a syncronized scope which has an exception handler to
catch the delivery exception.
However, I need this send shape to initialize a correlation set. But
when I make the send port initialize the correlation set, I get a build
error 'uninitialized correlation' thrown at the receive shape that uses
it. Apparently, correlations initialized within the scope are not
recognized outside it.
If I put the receive shape that references the corr set inside the
scope. The error goes away. The error goes away also if I put the send
port outside the scope (of course).
What's the deal here? Is there a workaround?
Thanks.
| |
| pedro franco ramirez 2006-05-04, 7:13 pm |
| I have the same problem, can anybody help?? please!!
|
|
|
|
|