|
Home > Archive > BizTalk Server General > June 2004 > error encountered in solutions using schemas with same root node
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 |
error encountered in solutions using schemas with same root node
|
|
|
| Hi,
I would like to have different schemas using the same root node (xxxx) in a project, but I keep getting the following error:
The disassembler cannot retrieve the document specification by using the type: "xxxx". Either the schema is not deployed correctly or more than one schema is deployed for the same message type.
Is there some way to workaround this?
Thanks
Jim M
| |
|
| The TypeName properties should be different for each schemas. Right click on schema and select properties to change the Typename.
Hope it helps.
Regards,
Ram.
"JimM" wrote:
> Hi,
>
> I would like to have different schemas using the same root node (xxxx) in a project, but I keep getting the following error:
>
> The disassembler cannot retrieve the document specification by using the type: "xxxx". Either the schema is not deployed correctly or more than one schema is deployed for the same message type.
>
> Is there some way to workaround this?
>
> Thanks
>
> Jim M
>
>
>
| |
|
| Cool, this solved my problem as well.
I selected the root node of the schema and right click properties then
change the [RootNode TypeName].
Thanks,
Mark
Ram <Ram@discussions.microsoft.com> wrote in message news:<3EF1F9E9-13D5-41D3-A130-E474EA4D7E1C@microsoft.com>...[vbcol=seagreen]
> The TypeName properties should be different for each schemas. Right click on schema and select properties to change the Typename.
>
> Hope it helps.
> Regards,
> Ram.
>
> "JimM" wrote:
>
| |
| Junaid 2004-06-28, 7:29 pm |
| Jim,
Are you using target namespaces? If you are not that might be the
issue - as dis/assemblers need that to match the message with a
document specification.
BTW, if you are successful in resolving document specification with
mainpulating typenames without using namespaces do let me know how -
as so far I have not been very successful with this.
thanks,
Junaid.
Ram <Ram@discussions.microsoft.com> wrote in message news:<3EF1F9E9-13D5-41D3-A130-E474EA4D7E1C@microsoft.com>...[vbcol=seagreen]
> The TypeName properties should be different for each schemas. Right click on schema and select properties to change the Typename.
>
> Hope it helps.
> Regards,
> Ram.
>
> "JimM" wrote:
>
| |
|
| I did change the target namespaces to make them different, and it did not
seem to help. And, the other suggestion did not work either for me
(although I'm glad it did work for Mark).
In the end, I found if I seperated the schema by placing them in their own
assemblys, the problem went away. This is not an ideal solution because I
have more projects that I really need. but, it get me past this dilema for
now. For more info on this topic, see "schema resolution in pipeline
components" in the online help.
Good Luck!!
JimM
"Junaid" <junaid_ahsan@hotmail.com> wrote in message
news:44d1a7ca.0406280940.358c81e3@posting.google.com...
> Jim,
>
> Are you using target namespaces? If you are not that might be the
> issue - as dis/assemblers need that to match the message with a
> document specification.
>
> BTW, if you are successful in resolving document specification with
> mainpulating typenames without using namespaces do let me know how -
> as so far I have not been very successful with this.
>
> thanks,
>
> Junaid.
>
> Ram <Ram@discussions.microsoft.com> wrote in message
news:<3EF1F9E9-13D5-41D3-A130-E474EA4D7E1C@microsoft.com>...[vbcol=seagreen]
click on schema and select properties to change the Typename.[vbcol=seagreen]
in a project, but I keep getting the following error:[vbcol=seagreen]
the type: "xxxx". Either the schema is not deployed correctly or more than
one schema is deployed for the same message type.[vbcol=seagreen]
|
|
|
|
|