|
Home > Archive > BizTalk Server General > February 2006 > Crash in HWS ScopeForFinishMessage
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 |
Crash in HWS ScopeForFinishMessage
|
|
| Alexander Zverev 2006-01-27, 9:28 pm |
| Hi!
I have an hws action and its action specific logic works well. But I got an
error in the ScopeForFinishMessage_2 with next XLANG/s error in EventLog:
There is no value associated with the property
'Microsoft.BizTalk.Hws.HwsPromotedProperties.ScheduleInstanceID' in the
message.
Exception type: MissingPropertyException
Source: Microsoft.XLANGs.BizTalk.Engine
Target Site: System.Object GetPropertyValueThrows(System.Type)
What should I do to eliminate this error?
Thanks,
Alex
| |
| WenJun Zhang[msft] 2006-01-27, 9:28 pm |
| Hi Alex,
ScheduleInstanceID is used by ActionInstanceInterruptCorrelation
correlation type:
Action Template Correlation Types
http://msdn.microsoft.com/library/d...-us/sdk/htm/ebi
z_prog_hws_atct.asp
Looks like a message missed this promoted property and therefore Biztalk
cannot correlated it with the action instance. I think you'd first figure
out which message lost the context, haven't you?
Have a nice day!
Best regards,
WenJun Zhang
Microsoft Online Partner Support
This posting is provided "AS IS" with no warranties, and confers no rights.
| |
| Alexander Zverev 2006-01-27, 9:28 pm |
| Hi!
The action is very simple. It has only activation message, performs some
checks and send notification message with non-hws type.
So the only message with lost correlation is activation message.
Alex
""WenJun Zhang[msft]"" <wjzhang@online.microsoft.com> wrote in message
news:UvKqIwxIGHA.3680@TK2MSFTNGXA02.phx.gbl...
> Hi Alex,
>
> ScheduleInstanceID is used by ActionInstanceInterruptCorrelation
> correlation type:
>
> Action Template Correlation Types
> http://msdn.microsoft.com/library/d...-us/sdk/htm/ebi
> z_prog_hws_atct.asp
>
> Looks like a message missed this promoted property and therefore Biztalk
> cannot correlated it with the action instance. I think you'd first figure
> out which message lost the context, haven't you?
>
> Have a nice day!
>
> Best regards,
>
> WenJun Zhang
> Microsoft Online Partner Support
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
| |
| WenJun Zhang[msft] 2006-01-30, 2:48 am |
| Hi Alex,
If the whole project isn't large and complex, could you send them to me to
reproduce the problem? I think it's hard to figure out why the correlation
context will be lost without live troubleshooting into the project. You can
also consider to open a service incident for this.
My email is wjzhang@online.microsoft.com (please remove online.)
Thanks & Have a nice day!
Best regards,
WenJun Zhang
Microsoft Online Partner Support
This posting is provided "AS IS" with no warranties, and confers no rights.
| |
| Alexander Zverev 2006-01-30, 8:40 am |
| Hi!
I sent you a mail with part of my code.
Thanks,
Alex
""WenJun Zhang[msft]"" <wjzhang@online.microsoft.com> wrote in message
news:HcfGB9WJGHA.3764@TK2MSFTNGXA02.phx.gbl...
> Hi Alex,
>
> If the whole project isn't large and complex, could you send them to me to
> reproduce the problem? I think it's hard to figure out why the correlation
> context will be lost without live troubleshooting into the project. You
> can
> also consider to open a service incident for this.
>
>
> Thanks & Have a nice day!
>
> Best regards,
>
> WenJun Zhang
> Microsoft Online Partner Support
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
| |
| WenJun Zhang[msft] 2006-02-01, 7:50 am |
| Hi Alex,
I haven't received the email from you. How big the attachment is?
wjzhang@online.microsoft.com (please remove online.)
Thanks.
Best regards,
WenJun Zhang
Microsoft Online Partner Support
This posting is provided "AS IS" with no warranties, and confers no rights.
|
|
|
|
|