|
Home > Archive > BizTalk Server Orchestration > February 2005 > String Value Comparision failed in Decision shape
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 |
String Value Comparision failed in Decision shape
|
|
| Prasad 2005-02-01, 5:59 pm |
| Hi
When trying to compare string value in expression, throws an error.
IncomingMessage.OnlineApp.AppStatus=="0"
Design time works, but runtime fails. Please help any one how to use String
comparision in Expressions.
Thanks & Regards
CH.A.Prasad
| |
| Wor Tony 2005-02-01, 5:59 pm |
| Xref: TK2MSFTNGP08.phx.gbl microsoft.public.biztalk.orchestration:10986
"Prasad" <Prasad@discussions.microsoft.com> wrote in message
news:ED55FCAF-7D09-4ED3-BBE3-F8710D36C3E1@microsoft.com...
> Hi
> When trying to compare string value in expression, throws an
> error.
>
> IncomingMessage.OnlineApp.AppStatus=="0"
> Design time works, but runtime fails. Please help any one how to use
> String
> comparision in Expressions.
>
Don't you need to use IncomingMessage.OnlineApp.AppStatus.Equals("0") ?
HTH
Wor Tony
Nottingham - UK
|
|
|
|
|