| Author |
Correlation Set error - Module 2 of Biztalk tutorial
|
|
|
| I am new to Biztalk 2004.
I have been dedicated-ly( :D ) following the steps of the Biztalk
tutorial 2004.
In the 2nd module - I get the following error:
"....You must specify at least one already initialised correlation set
for non activation receive that is on a non-self correlating port".
:cry:
I have no Idea on what to do.
I tried setting the activate status to true. but I got alot more
errors.
Have I missed out on something?
please help :cry:
regards
rekha
| |
| Richard Blewett [DevelopMentor] 2005-02-23, 2:50 am |
| Its basically saying that it doesn't know how this orchestration gets started.
I assume you have to set the Activate property on the initial receive message shape to true (I haven't done the tutorial)
Regards
Richard Blewett - DevelopMentor
http://www.dotnetconsult.co.uk/weblog
http://www.dotnetconsult.co.uk
I am new to Biztalk 2004. I have been dedicated-ly( :D ) following the steps of the Biztalk tutorial 2004. In the 2nd module - I get the following error: "....You must specify at least one already initialised correlation set for non activation receive
that is on a non-self correlating port". :cry: I have no Idea on what to do. I tried setting the activate status to true. but I got alot more errors. Have I missed out on something? please help :cry: regards rekha
| |
| rekha shah 2005-02-23, 4:06 am |
| It is already repsent in the tutorial that the activate status of the first recieve location should be set to true and I have done that.
regards
rekha | |
| rekha shah 2005-02-23, 4:14 am |
| quote: Originally posted by Richard Blewett [DevelopMentor]
Its basically saying that it doesn't know how this orchestration gets started.
I assume you have to set the Activate property on the initial receive message shape to true (I haven't done the tutorial)
Regards
Richard Blewett - DevelopMentor
http://www.dotnetconsult.co.uk/weblog
http://www.dotnetconsult.co.uk
I am new to Biztalk 2004. I have been dedicated-ly( :D ) following the steps of the Biztalk tutorial 2004. In the 2nd module - I get the following error: "....You must specify at least one already initialised correlation set for non activation receive
that is on a non-self correlating port". :cry: I have no Idea on what to do. I tried setting the activate status to true. but I got alot more errors. Have I missed out on something? please help :cry: regards rekha
| |
| Danny Buysse 2005-02-23, 7:46 am |
| Make sure you well defined your correlation. Meaning you should set at your
send port withing your orchestration the Initial Correlation Set and on the
receive port after that you should set the Following Correlation Set property.
The Activate property = true you should only set on your first Receive Shape
of the orchestration not on the other one(s).
Hope this helps.
Danny Buysse
http://dannybuysse.blogspot.com/
"rekha" wrote:
> I am new to Biztalk 2004.
> I have been dedicated-ly( :D ) following the steps of the Biztalk
> tutorial 2004.
> In the 2nd module - I get the following error:
>
> "....You must specify at least one already initialised correlation set
> for non activation receive that is on a non-self correlating port".
> :cry:
>
> I have no Idea on what to do.
> I tried setting the activate status to true. but I got alot more
> errors.
>
> Have I missed out on something?
>
> please help :cry:
>
> regards
> rekha
>
>
|
|
|
|