|
Home > Archive > BizTalk Server General > August 2004 > Flat file disassemble question
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 disassemble question
|
|
| trackley 2004-08-09, 5:50 pm |
| I am begining to use the flat file disassembler component to split a single
positional file into header/detail rows/trailer. If each detail row is
operated on by an orchestration independently, how do I know when all records
in the batch are complete so I may do further processing?
| |
| Narasimhan Padmanabhan 2004-08-10, 5:52 pm |
| Since you want to process each detail row in separate orchestration, you
will have to verify in Health and Activity Tracking tool to see if the
orchestrations have been completed. That could be a starting point.
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
--------------------
| >>Thread-Topic: Flat file disassemble question
| >>thread-index: AcR+OSgIkRcOhpM1QTCCyjROxek4Qg==
| >>X-WBNR-Posting-Host: 66.255.112.7
| >>From: "=?Utf-8?B?dHJhY2tsZXk=?=" <trackley@discussions.microsoft.com>
| >>Subject: Flat file disassemble question
| >>Date: Mon, 9 Aug 2004 10:49:02 -0700
| >>Lines: 5
| >>Message-ID: <F4F88F8D-F0C5-4E77-9770-AA64CFACCA01@microsoft.com>
| >>MIME-Version: 1.0
| >>Content-Type: text/plain;
| >> charset="Utf-8"
| >>Content-Transfer-Encoding: 7bit
| >>X-Newsreader: Microsoft CDO for Windows 2000
| >>Content-Class: urn:content-classes:message
| >>Importance: normal
| >>Priority: normal
| >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| >>Newsgroups: microsoft.public.biztalk.general
| >>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
| >>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
| >>Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.general:18238
| >>X-Tomcat-NG: microsoft.public.biztalk.general
| >>
| >>I am begining to use the flat file disassembler component to split a
single
| >>positional file into header/detail rows/trailer. If each detail row is
| >>operated on by an orchestration independently, how do I know when all
records
| >>in the batch are complete so I may do further processing?
| >>
| >>
| |
| trackley 2004-08-10, 5:52 pm |
| I assumed that this is how the Flat File disassembler would operate on the
detail rows, by passing each to an orchestration separately, however it is
not a requirement.
Can I process a file in a serial fashion using the built in disassembler and
have orchestration steps processed when the trailer is reached? Or must I
create a customized pipeline components for this task?
thanks
"Narasimhan Padmanabhan (MSFT)" wrote:
> Since you want to process each detail row in separate orchestration, you
> will have to verify in Health and Activity Tracking tool to see if the
> orchestrations have been completed. That could be a starting point.
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> EBusiness Server Team
> --------------------
> | >>Thread-Topic: Flat file disassemble question
> | >>thread-index: AcR+OSgIkRcOhpM1QTCCyjROxek4Qg==
> | >>X-WBNR-Posting-Host: 66.255.112.7
> | >>From: "=?Utf-8?B?dHJhY2tsZXk=?=" <trackley@discussions.microsoft.com>
> | >>Subject: Flat file disassemble question
> | >>Date: Mon, 9 Aug 2004 10:49:02 -0700
> | >>Lines: 5
> | >>Message-ID: <F4F88F8D-F0C5-4E77-9770-AA64CFACCA01@microsoft.com>
> | >>MIME-Version: 1.0
> | >>Content-Type: text/plain;
> | >> charset="Utf-8"
> | >>Content-Transfer-Encoding: 7bit
> | >>X-Newsreader: Microsoft CDO for Windows 2000
> | >>Content-Class: urn:content-classes:message
> | >>Importance: normal
> | >>Priority: normal
> | >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> | >>Newsgroups: microsoft.public.biztalk.general
> | >>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> | >>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
> | >>Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.general:18238
> | >>X-Tomcat-NG: microsoft.public.biztalk.general
> | >>
> | >>I am begining to use the flat file disassembler component to split a
> single
> | >>positional file into header/detail rows/trailer. If each detail row is
> | >>operated on by an orchestration independently, how do I know when all
> records
> | >>in the batch are complete so I may do further processing?
> | >>
> | >>
>
>
|
|
|
|
|