|
Home > Archive > BizTalk Server Orchestration > March 2006 > Error in the Flat file disassembler
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 in the Flat file disassembler
|
|
|
| Hi,
I am receiving the File file. I have defined schema for the file as well the
custom pipeline. I have validated schema and instance. when I deploy the
assembly in biztalk the receive pipeline status is terminated. The err is
There was a failure executing the receive pipeline:
"ConsumeWebService.FlatFilePipeline" Source: "Microsoft.BizTalk.Pipeline"
Receive Location: "\\dev2\SSL\POMsg\mytest.txt" Reason: Loading document
specification <ConsumeWebService.Invoice> from assembly <ConsumeWebService,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=ac66b2b8b4c5efe5> failed.
Verify that the schema is deployed properly and that the schema assembly
implements the document spec.
Please note that there is no Targetnamespace defined in the schema file as
well the assebly is added in the GAC of remote machine.
Can anybody tell me the cause of the error?
Your earliest help will be highly appreciated.
--
Thank you,
Regards,
Swati
| |
| Mikael Östberg 2006-03-16, 7:48 am |
| The assembly should be deployed to the machine where the BizTalk process is
running, not the remote machine. The remote machine is just a file
repository in this case.
Mikael Östberg
"Swati" <Swati@discussions.microsoft.com> wrote in message
news:95994291-11A7-4184-8E3C-5D27E59D766D@microsoft.com...
> Hi,
>
> I am receiving the File file. I have defined schema for the file as well
> the
> custom pipeline. I have validated schema and instance. when I deploy the
> assembly in biztalk the receive pipeline status is terminated. The err is
>
> There was a failure executing the receive pipeline:
> "ConsumeWebService.FlatFilePipeline" Source: "Microsoft.BizTalk.Pipeline"
> Receive Location: "\\dev2\SSL\POMsg\mytest.txt" Reason: Loading document
> specification <ConsumeWebService.Invoice> from assembly
> <ConsumeWebService,
> Version=1.0.0.0, Culture=neutral, PublicKeyToken=ac66b2b8b4c5efe5> failed.
> Verify that the schema is deployed properly and that the schema assembly
> implements the document spec.
>
> Please note that there is no Targetnamespace defined in the schema file as
> well the assebly is added in the GAC of remote machine.
>
> Can anybody tell me the cause of the error?
>
> Your earliest help will be highly appreciated.
>
>
> --
> Thank you,
> Regards,
> Swati
| |
|
| I have depoyed the assembly on the m/c running biztalk process but still the
same err.
--
Thank you,
Regards,
Swati
"Mikael Ă–stberg" wrote:
> The assembly should be deployed to the machine where the BizTalk process is
> running, not the remote machine. The remote machine is just a file
> repository in this case.
>
> Mikael Ă–stberg
>
> "Swati" <Swati@discussions.microsoft.com> wrote in message
> news:95994291-11A7-4184-8E3C-5D27E59D766D@microsoft.com...
>
>
>
| |
|
| Hi,
I have observed one thing that sometimes the receive pipeline successfully
passes the message but majority times it is getting terminated due to the
said error.
Can anybody help me to know the cause of this?
I have restarted the instance of the biztalk server 2-3 times but still the
same.
--
Thank you,
Regards,
Swati
"Swati" wrote:
> Hi,
>
> I am receiving the File file. I have defined schema for the file as well the
> custom pipeline. I have validated schema and instance. when I deploy the
> assembly in biztalk the receive pipeline status is terminated. The err is
>
> There was a failure executing the receive pipeline:
> "ConsumeWebService.FlatFilePipeline" Source: "Microsoft.BizTalk.Pipeline"
> Receive Location: "\\dev2\SSL\POMsg\mytest.txt" Reason: Loading document
> specification <ConsumeWebService.Invoice> from assembly <ConsumeWebService,
> Version=1.0.0.0, Culture=neutral, PublicKeyToken=ac66b2b8b4c5efe5> failed.
> Verify that the schema is deployed properly and that the schema assembly
> implements the document spec.
>
> Please note that there is no Targetnamespace defined in the schema file as
> well the assebly is added in the GAC of remote machine.
>
> Can anybody tell me the cause of the error?
>
> Your earliest help will be highly appreciated.
>
>
> --
> Thank you,
> Regards,
> Swati
| |
| Mikael Östberg 2006-03-16, 7:48 am |
| It seems like you are checking against the schema 'Invoice' in the pipeline
FlatFilePipeline. Verify that the schema Invoice is in the same assembly and
that the schema namespace is is ConsumeWebService.
Mikael Östberg
"Swati" <Swati@discussions.microsoft.com> wrote in message
news:EF32166B-E342-4828-A1ED-16C75888CCC7@microsoft.com...[vbcol=seagreen]
> Hi,
>
> I have observed one thing that sometimes the receive pipeline successfully
> passes the message but majority times it is getting terminated due to the
> said error.
>
> Can anybody help me to know the cause of this?
>
> I have restarted the instance of the biztalk server 2-3 times but still
> the
> same.
> --
> Thank you,
> Regards,
> Swati
>
>
> "Swati" wrote:
>
|
|
|
|
|