|
Home > Archive > BizTalk Server Orchestration > March 2004 > SQL Adapter examples by Scottwoo
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 |
SQL Adapter examples by Scottwoo
|
|
|
| Please Help:
I try a series of SQL adapter samples by
(http://weblogs.asp.net/scottwoo/arc...4/03/11/88387.a
spx). When trying to compile as specified in 4G, I got an
error.
Error: Orchestration.odx(170): you must specify at least
one already-initialized correlation set for a non-
activation receive that is on a non-selfcorrelating port
What did I do wrong? Anybody tried this before?
Thanks.
| |
| Tomas Restrepo \(MVP\) 2004-03-28, 9:38 pm |
| Paul,
> Please Help:
> I try a series of SQL adapter samples by
> (http://weblogs.asp.net/scottwoo/arc...4/03/11/88387.a
> spx). When trying to compile as specified in 4G, I got an
> error.
>
> Error: Orchestration.odx(170): you must specify at least
> one already-initialized correlation set for a non-
> activation receive that is on a non-selfcorrelating port
>
> What did I do wrong? Anybody tried this before?
Sounds like you need to set the "Activate" property to true on your first
Receive shape in the orchestration.
--
Tomas Restrepo
tomasr@mvps.org
| |
|
| Yes, It works now. Thanks.
>-----Original Message-----
>Paul,
(http://weblogs.asp.net/scottwoo/arc...4/03/11/88387.a[color=darkred]
an[color=darkred]
least[color=darkred]
>
>Sounds like you need to set the "Activate" property to
true on your first
>Receive shape in the orchestration.
>
>--
>Tomas Restrepo
>tomasr@mvps.org
>
>
>.
>
|
|
|
|
|