|
Home > Archive > BizTalk Server General > April 2004 > Failure Executing the Receive Pipeline - BTS 2004
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 |
Failure Executing the Receive Pipeline - BTS 2004
|
|
|
| Hi All,
I am getting the following error:
There was a failure executing the receive pipeline: "Microsoft.BizTalk.DefaultPipelines.XMLReceive" Source: "XML disassembler" Receive Location: " C:\Test\NKOneTest3\Filedrop\ReceiveDocum
ent\*.xml" Reason: The disassembler cannot retrieve the document spec
ification by using this type: "www.test123.com#MyTest". Either the schema is not deployed correctly, or more than one schema is deployed for the same message type.
Everything works fine when I right click my map in Solution Explorer & test the map using a test xml document that I made. The output document is produced w/o any problems (other than putting "ns0") in the root element. I build & deploy my schemas & orche
strations w/o any errors, but when I drop my test xml document in the my file receive folder I get the error I noted above.
Does anyone have any ideas what I might be doing wrong? Might it have anything to do with using schemas that include other schemas?
Thanks,
Mike
| |
| Christof 2004-04-22, 3:37 pm |
| Hi,
your problem may be caused by having multiple schemas deployed that use:
- same targetnamespace
- same roottagname
if this is the case then the XMLDissasembler component cannot determine
which schema to use for promotion/validation; that decission is made based
upon the tns and roottagname...
Kind regards,
Christof
"Mike" <anonymous@discussions.microsoft.com> wrote in message
news:C696EFB5-B222-4F1F-8D26-10474A52559D@microsoft.com...
> Hi All,
>
> I am getting the following error:
>
> There was a failure executing the receive pipeline:
"Microsoft.BizTalk.DefaultPipelines.XMLReceive" Source: "XML disassembler"
Receive Location: " C:\Test\NKOneTest3\Filedrop\ReceiveDocum
ent\*.xml"
Reason: The disassembler cannot retrieve the document specification by using
this type: "www.test123.com#MyTest". Either the schema is not deployed
correctly, or more than one schema is deployed for the same message type.
>
> Everything works fine when I right click my map in Solution Explorer &
test the map using a test xml document that I made. The output document is
produced w/o any problems (other than putting "ns0") in the root element. I
build & deploy my schemas & orchestrations w/o any errors, but when I drop
my test xml document in the my file receive folder I get the error I noted
above.
>
> Does anyone have any ideas what I might be doing wrong? Might it have
anything to do with using schemas that include other schemas?
>
> Thanks,
>
> Mike
>
>
| |
|
| Thanks, Christof - I will check what you suggested.
----- Christof wrote: -----
Hi,
your problem may be caused by having multiple schemas deployed that use:
- same targetnamespace
- same roottagname
if this is the case then the XMLDissasembler component cannot determine
which schema to use for promotion/validation; that decission is made based
upon the tns and roottagname...
Kind regards,
Christof
"Mike" <anonymous@discussions.microsoft.com> wrote in message
news:C696EFB5-B222-4F1F-8D26-10474A52559D@microsoft.com...[vbcol=seagreen]
> Hi All,
"Microsoft.BizTalk.DefaultPipelines.XMLReceive" Source: "XML disassembler"
Receive Location: " C:\Test\NKOneTest3\Filedrop\ReceiveDocum
ent\*.xml"
Reason: The disassembler cannot retrieve the document specification by using
this type: "www.test123.com#MyTest". Either the schema is not deployed
correctly, or more than one schema is deployed for the same message type.[vbcol=seagreen]
test the map using a test xml document that I made. The output document is
produced w/o any problems (other than putting "ns0") in the root element. I
build & deploy my schemas & orchestrations w/o any errors, but when I drop
my test xml document in the my file receive folder I get the error I noted
above.[vbcol=seagreen]
anything to do with using schemas that include other schemas?[vbcol=seagreen]
| |
| Jim Nicolson 2004-04-23, 7:35 pm |
| Hi Mike
I also got this error when I submitted an XML instance that did not
explicitly identify the schema name space in the root element.
HTH
Jim Nicolson
"Mike" <anonymous@discussions.microsoft.com> wrote in message
news:C70E9731-26C6-454A-AD8E-21AC4DC6CCFD@microsoft.com...
> Thanks, Christof - I will check what you suggested.
>
> ----- Christof wrote: -----
>
> Hi,
>
> your problem may be caused by having multiple schemas deployed that
use:
> - same targetnamespace
> - same roottagname
>
> if this is the case then the XMLDissasembler component cannot
determine
> which schema to use for promotion/validation; that decission is made
based
> upon the tns and roottagname...
>
> Kind regards,
> Christof
>
>
> "Mike" <anonymous@discussions.microsoft.com> wrote in message
> news:C696EFB5-B222-4F1F-8D26-10474A52559D@microsoft.com...
> "Microsoft.BizTalk.DefaultPipelines.XMLReceive" Source: "XML
disassembler"
> Receive Location: " C:\Test\NKOneTest3\Filedrop\ReceiveDocum
ent\*.xml"
> Reason: The disassembler cannot retrieve the document specification
by using
> this type: "www.test123.com#MyTest". Either the schema is not
deployed
> correctly, or more than one schema is deployed for the same message
type.
Explorer &[vbcol=seagreen]
> test the map using a test xml document that I made. The output
document is
> produced w/o any problems (other than putting "ns0") in the root
element. I
> build & deploy my schemas & orchestrations w/o any errors, but when I
drop
> my test xml document in the my file receive folder I get the error I
noted[vbcol=seagreen]
> above.
have[vbcol=seagreen]
> anything to do with using schemas that include other schemas?
|
|
|
|
|