|
Home > Archive > BizTalk Server Orchestration > April 2006 > 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 |
Flat File Disassembler
|
|
| Suresh R 2006-04-10, 7:32 pm |
| Hi, I am getting below error while trying to process a flat file
========================================
==========
There was a failure executing the receive pipeline:
"CAPS.IN.SCHEMAS.RECEIVECAPS01IN_FF" Source: "Flat file disassembler"
Receive Location: "c:\test\*.arc" Reason: Document type
"http://caps.in.caps_appreceived#appreceived" does not match any of the given
schemas.
========================================
==========
Schema which I am using in the Flat file disassembler is a Document Envelope
schema. Location in the error message is one of the documents which I
imported into the envelope schemas. As a note I am using a separate project
for schemas and the custom pipeline which I am calling with in my
orchestration project. I tried moving the custom pipeline into my
orchestration project but still I am getting the same error. Any help is much
appreciated.
Regards,
Suresh
| |
| Greg Forsythe 2006-04-10, 7:32 pm |
| The Flat File Disassembler does not use Envelope schemas like the
XmlDisassembler.
To split a message using the FFDASM you need to use Header/Document/Trailer
schemas.
The structure/content of your assemblies has no impact on the Biztalk 2004
runtime.
All schemas are added to the schema table in BiztalkMgmtDb, all pipelines go
in the pipeline table etc
This is slightly different in Biztalk 2006 with the concept of applications
The reason for putting Biztalk artifacts in to different assemblies is more
about deployment/ undeployment and managing development projects than any
runtime considerations
Greg
"Suresh R" <Suresh R@discussions.microsoft.com> wrote in message
news:73581C19-F6FA-4723-9FE6-79C5DA74A0C5@microsoft.com...
> Hi, I am getting below error while trying to process a flat file
> ========================================
==========
> There was a failure executing the receive pipeline:
> "CAPS.IN.SCHEMAS.RECEIVECAPS01IN_FF" Source: "Flat file disassembler"
> Receive Location: "c:\test\*.arc" Reason: Document type
> "http://caps.in.caps_appreceived#appreceived" does not match any of the
> given
> schemas.
> ========================================
==========
>
> Schema which I am using in the Flat file disassembler is a Document
> Envelope
> schema. Location in the error message is one of the documents which I
> imported into the envelope schemas. As a note I am using a separate
> project
> for schemas and the custom pipeline which I am calling with in my
> orchestration project. I tried moving the custom pipeline into my
> orchestration project but still I am getting the same error. Any help is
> much
> appreciated.
>
> Regards,
> Suresh
>
|
|
|
|
|