|
Home > Archive > BizTalk Server Orchestration > July 2004 > Correlation error
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]
|
|
| nagesh 2004-07-21, 6:51 am |
| Hi,
I am implementing a simple correlation in my test orchestration. I have a send port and a receive port. I have defined a property schema with 1 element "SessionId".
I have promoted corresponding fields in the request and response schema. Defined the correlation type, correlation set and done all the setting.
When I run the schedule it gives me following error:
Failed to initialize the correlation property name: SessionId
namespace:http://test.propertyschema from message:Message_Req
Pls let me know if I have missed out anything.
Thanks & regards,
-Nagesh. | |
| Yossi Dahan 2004-07-22, 5:56 pm |
| did you verify the prior to the initialization of the correlation set the
sessionId property has a value?
Yossi
"nagesh" <nagesh.19qv50@mail.webservertalk.com> wrote in message
news:nagesh.19qv50@mail.webservertalk.com...
>
> Hi,
>
> I am implementing a simple correlation in my test orchestration. I have
> a send port and a receive port. I have defined a property schema with 1
> element "SessionId".
>
> I have promoted corresponding fields in the request and response
> schema. Defined the correlation type, correlation set and done all the
> setting.
>
> When I run the schedule it gives me following error:
>
> Failed to initialize the correlation property name: SessionId
> namespace:http://test.propertyschema from message:Message_Req
>
> Pls let me know if I have missed out anything.
>
> Thanks & regards,
> -Nagesh.
>
>
>
> --
> nagesh
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message316880.html
>
| |
| nagesh 2004-07-23, 5:17 am |
| Hi Yossi,
Thanks for your help. I could solve the correlatioj issue. The value for sessionid was not set before initialising the correlation set.
I am using a map to populate the session id value. After modification in the map I could see the value for sessionid.
Thanks once again.
regards,
-Nagesh. |
|
|
|
|