|
Home > Archive > BizTalk Server Applications Integration > April 2004 > Biztalk 2004 generate schema wizard for the sql adapter 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]
| Author |
Biztalk 2004 generate schema wizard for the sql adapter error.
|
|
|
| I have generated schemas for sql adapter before , no problem. However the
stored procedures / queries always used 'for xml auto'. I wrote a stored
procedure (select query) that used 'for xml explicit' and the generate
schema wizard for the sql adapter always fails on it with this error
message:
The required attribute 'name' is missing. An error occurred at , (0, 0).
Do you have to use 'for xml auto'; if so, why, or is this a bug, or am I
missing something?
Thanks,
-Rob
| |
| Niklas E 2004-04-04, 7:36 am |
| have you tried with ", elements" as well? I think you have to use that while
generating it. Then you have to remove it when using it.
Best regards
Niklas E
Cap Gemini
"Rob" <rob@nospam.com> wrote in message
news:O1xHTI$FEHA.1368@TK2MSFTNGP11.phx.gbl...
> I have generated schemas for sql adapter before , no problem. However the
> stored procedures / queries always used 'for xml auto'. I wrote a stored
> procedure (select query) that used 'for xml explicit' and the generate
> schema wizard for the sql adapter always fails on it with this error
> message:
>
> The required attribute 'name' is missing. An error occurred at , (0, 0).
>
> Do you have to use 'for xml auto'; if so, why, or is this a bug, or am I
> missing something?
>
> Thanks,
> -Rob
>
>
|
|
|
|
|