|
Home > Archive > BizTalk Server Orchestration > January 2006 > BT 2004 - transform help
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 |
BT 2004 - transform help
|
|
| Mike R 2006-01-15, 5:51 pm |
| Hi All,
I'm very new to Biztalk and appear to have got stuck!!!.
I have a very simple orchestration that is intented to do the following:
Read a SQL SP , transform the message and write the transformed message to
an output file.
The problem is my transform is not mapping anything - I get no destination
fields. I know the SP and recieve port work as I can write the received
message to another port with no transformation.
I've checked all my message types , however, I think I'm missing something
very basic.
Any pointers?
Thanks
Mike
| |
| Randal van Splunteren 2006-01-16, 2:48 am |
| Hello Mike,
Did you try to test your map manually from Visual Studio? (right click and
click 'Test' (make sure you have the properties of the map setup properly
before doing this). Do you get the same results? If so post detailed info
on your schemas and map.
You can also mail me your schemas and map and I'll have a look.
HTH,
Randal
http://biztalkia.blogspot.com
> Hi All,
>
> I'm very new to Biztalk and appear to have got stuck!!!.
>
> I have a very simple orchestration that is intented to do the
> following:
>
> Read a SQL SP , transform the message and write the transformed
> message to an output file.
>
> The problem is my transform is not mapping anything - I get no
> destination fields. I know the SP and recieve port work as I can
> write the received message to another port with no transformation.
>
> I've checked all my message types , however, I think I'm missing
> something very basic.
>
> Any pointers?
>
> Thanks
>
> Mike
>
| |
| Mike R 2006-01-16, 7:49 am |
| Hi Randal,
Thanks for this, I completely wiped my project and started again, this time
it worked.
Basically, I relied on the generated schema being correct and it wasnt. I
rebuild my orchestration - an inport, receive msg, construct\transform, send
msg and outport from scratch and manually created my schema.
I now know a little bitmore ;-)
Kind Regards
Mike
"Randal van Splunteren" <randal.van.splunteren@hotmail.com> wrote in message
news:3ee20e087e8b8c7e88d318a8370@news.microsoft.com...
> Hello Mike,
>
> Did you try to test your map manually from Visual Studio? (right click and
> click 'Test' (make sure you have the properties of the map setup properly
> before doing this). Do you get the same results? If so post detailed info
> on your schemas and map.
> You can also mail me your schemas and map and I'll have a look.
>
> HTH,
>
> Randal
> http://biztalkia.blogspot.com
>
>
>
>
|
|
|
|
|