|
Home > Archive > BizTalk Server Orchestration > June 2005 > MQSeris Error: a correlation may be initialized only once
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 |
MQSeris Error: a correlation may be initialized only once
|
|
| JiniShans 2005-06-28, 5:52 pm |
| Hi All,
We are using Correlation to Send and Receive message from MQSeris (MQ
Adapter we're using). But, we get the below error while compiling. Kindly let
us know how to fix it / where we went wrong.
'MQBatchNotesCorrelationSet': a correlation may be initialized only once
We've searched in Google, MSDN, BizTalk Newsgroup everywhere, but no results
for this error.
Thanks and Regards,
JiniShans
| |
| Stephen W. Thomas 2005-06-28, 5:52 pm |
| Hello.
It sounds like you have two Send/Receive ports both initializing the
correlation set. You might want to check the 2nd shape – probably your 2nd
receive shape – and make sure it is set to follow the correlation set rather
then initialize it. Also, make sure it is not set to Activate.
Hope this helps.
Stephen W. Thomas
http://www.biztalkgurus.com
"JiniShans" wrote:
> Hi All,
>
> We are using Correlation to Send and Receive message from MQSeris (MQ
> Adapter we're using). But, we get the below error while compiling. Kindly let
> us know how to fix it / where we went wrong.
>
> 'MQBatchNotesCorrelationSet': a correlation may be initialized only once
>
> We've searched in Google, MSDN, BizTalk Newsgroup everywhere, but no results
> for this error.
>
> Thanks and Regards,
> JiniShans
| |
| JiniShans 2005-06-28, 5:52 pm |
| Hi,
Im not doing any of those. But, the MQ Request and Response we're doing
inside a while loop and hence in output its showing as initialization is
inside a while loop which we've missed to see. So, we've created a seperate
orchestration for Send and Receive MQ Message and that orchestration we're
not calling inside this orchestration. Now, we dont get that error. But,
still the message is not going because of some issue in MQ / our
orchestration, which we've to identify.
Thanks and Regards,
JiniShans
"Stephen W. Thomas" wrote:
[vbcol=seagreen]
> Hello.
>
> It sounds like you have two Send/Receive ports both initializing the
> correlation set. You might want to check the 2nd shape – probably your 2nd
> receive shape – and make sure it is set to follow the correlation set rather
> then initialize it. Also, make sure it is not set to Activate.
>
> Hope this helps.
>
> Stephen W. Thomas
> http://www.biztalkgurus.com
>
>
> "JiniShans" wrote:
>
| |
| JiniShans 2005-06-28, 5:52 pm |
| Hi,
Sorry, we are calling the MQ Send and Receive Orchestration from this
orchestration inside the loop.
Thanks and Regards,
JiniShans
"JiniShans" wrote:
[vbcol=seagreen]
> Hi,
>
> Im not doing any of those. But, the MQ Request and Response we're doing
> inside a while loop and hence in output its showing as initialization is
> inside a while loop which we've missed to see. So, we've created a seperate
> orchestration for Send and Receive MQ Message and that orchestration we're
> not calling inside this orchestration. Now, we dont get that error. But,
> still the message is not going because of some issue in MQ / our
> orchestration, which we've to identify.
>
> Thanks and Regards,
> JiniShans
>
>
> "Stephen W. Thomas" wrote:
>
|
|
|
|
|