|
Home > Archive > BizTalk Server Orchestration > June 2006 > decide 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]
|
|
| Mike R 2006-06-07, 7:23 am |
| Hi All,
Simple question:
I have a schema with 3 elements , all strings, productnumber, response and
message, I have promoted all 3.
I have created a file port, msg and a decide shape. In my rule_1 I want
this to be actioned if msg_1.response =='FAILED';
however, this syntax doesnt work for me? Can someone point me in the
correct direction for info on the syntax or an example?
Thanks
Mike
| |
| Randal van Splunteren 2006-06-07, 7:23 am |
| Hi Mike,
What error do you get? What is the error message?
Don't use ';' at the end of the line.
Also use "FAILED" instead of 'FAILED'.
HTH,
Randal van Splunteren
http://biztalkia.blogspot.com
> Hi All,
>
> Simple question:
>
> I have a schema with 3 elements , all strings, productnumber, response
> and message, I have promoted all 3.
>
> I have created a file port, msg and a decide shape. In my rule_1 I
> want this to be actioned if msg_1.response =='FAILED';
>
> however, this syntax doesnt work for me? Can someone point me in the
> correct direction for info on the syntax or an example?
>
> Thanks
>
> Mike
>
| |
| Randal van Splunteren 2006-06-07, 7:23 am |
| Hi Mike,
What error do you get? What is the error message?
Don't use ';' at the end of the line.
Also use "FAILED" instead of 'FAILED'.
HTH,
Randal van Splunteren
http://biztalkia.blogspot.com
> Hi All,
>
> Simple question:
>
> I have a schema with 3 elements , all strings, productnumber, response
> and message, I have promoted all 3.
>
> I have created a file port, msg and a decide shape. In my rule_1 I
> want this to be actioned if msg_1.response =='FAILED';
>
> however, this syntax doesnt work for me? Can someone point me in the
> correct direction for info on the syntax or an example?
>
> Thanks
>
> Mike
>
| |
| Mike R 2006-06-07, 7:23 am |
| Thanks Randal,
reading the error message was the clue = response appears to be a keyword in
BTS. I rename my schema and the element in the schema and I'm now over this
hurdle.
Kind Regards
Mike
"Randal van Splunteren" <randal.van.splunteren@hotmail.com> wrote in message
news:7127ff7356af8c8583781513130@news.microsoft.com...
> Hi Mike,
>
> What error do you get? What is the error message?
>
> Don't use ';' at the end of the line.
> Also use "FAILED" instead of 'FAILED'.
>
> HTH,
>
> Randal van Splunteren
> http://biztalkia.blogspot.com
>
>
>
|
|
|
|
|