|
Home > Archive > BizTalk Server General > December 2004 > Either the schema is not deployed correctly, or more than one schema is deployed
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 |
Either the schema is not deployed correctly, or more than one schema is deployed
|
|
|
| Hi,
I had posted this few days back, I still seem to have the
same problem. Any thoughts on this would be really
appreciated.
I have problem which is intermittent, and I am not able to
workout what is happening.
Any help would be greatly appreciated. We need to go live
pretty soon.. Monday!!
Here is brief description of the problem I am facing.
I am integrating 3 applications, which works fine for a
day or so and suddenly I get one of the following error. I
rebooted the machine the problem seems to persist; I
undeployed and redeployed the same dll everything works
fine for couple of days and suddenly one day the problem
appears.
Following is the error I am getting
This Assembler cannot retrieve document specification by
using this type: "string". Either the schema is not
deployed correctly, or more than one schema is deployed
for the same message type.
or
The disassembler cannot retrieve the document
specification by using this type: "boolean". Either the
schema is not deployed correctly, or more than one schema
is deployed for the same message type.
Here is the description of the setup that I have.
I have about 6 orchestrations in one project and they are
consuming one web service, each Orchestration is consuming
a different Operation in the Webservice.
For example
Orchestration1 is calling Method1 of Webserivce1
Orchestration2 is calling Method2 of Webserivce1
...
...
...
Orchestration6 is calling Method6 of Webserivce1
All the methods of the web service accept a string (this
is XML in a string format) and returns a Boolean value of
success or failure.
Any help would be greatly appreciated.
Regards,
Amar
| |
| Ashish Udas 2004-12-01, 5:51 pm |
| I think you are having problem namespace#Rootnode combination same
in your case <Web service Target Name space>#RootNode
Could you please check This combination on each multipart web message schema
since your method signature is same your auto generated target name space
schema#rootnode combination is same.
Ashish Udas
"Amar" <anonymous@discussions.microsoft.com> wrote in message
news:186901c4d210$466461f0$a501280a@phx.gbl...
> Hi,
> I had posted this few days back, I still seem to have the
> same problem. Any thoughts on this would be really
> appreciated.
>
> I have problem which is intermittent, and I am not able to
> workout what is happening.
> Any help would be greatly appreciated. We need to go live
> pretty soon.. Monday!!
>
>
> Here is brief description of the problem I am facing.
> I am integrating 3 applications, which works fine for a
> day or so and suddenly I get one of the following error. I
> rebooted the machine the problem seems to persist; I
> undeployed and redeployed the same dll everything works
> fine for couple of days and suddenly one day the problem
> appears.
>
> Following is the error I am getting
> This Assembler cannot retrieve document specification by
> using this type: "string". Either the schema is not
> deployed correctly, or more than one schema is deployed
> for the same message type.
>
>
> or
>
>
> The disassembler cannot retrieve the document
> specification by using this type: "boolean". Either the
> schema is not deployed correctly, or more than one schema
> is deployed for the same message type.
>
> Here is the description of the setup that I have.
> I have about 6 orchestrations in one project and they are
> consuming one web service, each Orchestration is consuming
> a different Operation in the Webservice.
> For example
> Orchestration1 is calling Method1 of Webserivce1
> Orchestration2 is calling Method2 of Webserivce1
> ..
> ..
> ..
> Orchestration6 is calling Method6 of Webserivce1
>
> All the methods of the web service accept a string (this
> is XML in a string format) and returns a Boolean value of
> success or failure.
>
> Any help would be greatly appreciated.
> Regards,
> Amar
>
|
|
|
|
|