09-15-04 10:49 PM
The type "PO" suggests that you are not using target namespace for your
schema?
Verify that you have not deployed the same schema under a different
assembly.
If this doesn't work then create a custom pipeline, Put an XML Disassembler
and point the disassembler to your schema, so that BizTalk knows which
schema the message is talking about when its message type is "PO".
HTH
Regards
Dev
"Laurinma" <Laurinma@discussions.microsoft.com> wrote in message
news:D4A3CCFE-3465-42F4-AB56-64822B151401@microsoft.com...
> Hi,
>
> I created a schema by using the "Create Schema" option on an instance of
my
> XML purchase order.
>
> I use this schema for the Message Type defined in my ports and messages.
>
> I'm able to build and deploy my solution without problem. I'm even able to
> enlist the orchestration in Biztalk.
>
> I created a receive location for an xml file using the File transport
type.
> When I drop a file in the folder specified in the receive location,
Biztalk
> picks up the file (it disappears from the folder). So far, no problem.
>
> Then, nothing happens. When I look in the event log, I find the following
> message:
>
> There was a failure executing the receive pipeline:
> "Microsoft.BizTalk.DefaultPipelines.XMLReceive" Source: "XML disassembler"
> Receive Location: "e:\ReceivePO\*.xml" Reason: The disassembler cannot
> retrieve the document specification by using this type: "PO". Either the
> schema is not deployed correctly, or more than one schema is deployed for
the
> same message type.
>
> Followed by:
>
> The Messaging Engine encountered an error publishing a batch of "1"
messages
> to the Message Box database for the transport adapter "FILE". Please refer
to
> Health and Activity Tracking tool for more detailed information on this
> failure and check the endpoint bindings are correctly configured.
>
> The "FILE" adapter is suspending a message coming from Source
> URL:"e:\ReceivePO\*.xml". Details:"Error in accessing the part data or one
of
> its fragments. The part or fragment may not exist in the database
>
>
>
>
> Where do I look to see if my schema was deployed properly?
>
> My development PC runs on Windows XP Professional. The Biztalk Server 2004
> and SQL Server share the same machine running on Windows 2003.
>
> If anybody has an idea, let me know.
>
> Thanks for your help.
>
>
> --
> Marc-Andre Laurin, MCSD
> 20-20 Technologies
[ Post a follow-up to this message ]
|