|
Home > Archive > BizTalk Server General > May 2004 > Flat File Issue!!
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]
|
|
| Rohith 2004-05-04, 2:32 am |
| CR- | |
| David Downing [MSFT] 2004-05-04, 12:35 pm |
| Try opening the schema in a text editor and adding the following annotations
to the schemaInfo node:
parser_optimization="complexity" lookahead_depth="0"
--
Dave
This posting is provided "AS IS" with no warranties, and confers no rights.
"Rohith" <Rohith.15q0qt@mail.webservertalk.com> wrote in message
news:Rohith.15q0qt@mail.webservertalk.com...
>
> Hi Folks,
>
> Here what i am doing!!
>
> i have a file looks like this:
>
> header
> order1
> order2
> sales3
> order1
> order2
> sales3
> order1
> order2
> sales3
> trailer1
> trailer2
> trailer3
>
> I created biz 2004 schema like:
>
> <schema>
> <Group>---delimite i used 0x0d 0x0a postfix
> <Header>
> <elements>
> <ORDERS>---delimite i used 0x0d 0x0a postfix
> <order1>
> <elements>
> <order2>
> <elements>
> <sales3>
> <elements>
> <Trailer>
> <elements>
>
> It is working fine for one repeation loop when i am mentioned any
> value in max/min properties in <order1><order2><sales3>
>
> If i mentioned any value just boom...error looking for \r\n
>
> If i leave blank it working fine...
>
> In case of Multiple same thing delimiter prifix it is working blank
> min/max.
>
> i have to enter segment repeations(min/max), any help are
> sugetions...why biztalk bihaving like this...
>
> Thanks for your time!!
>
> CR_
>
>
>
> --
> Rohith
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message211025.html
>
| |
| Rohith 2004-05-04, 4:01 pm |
| -c | |
| David Downing [MSFT] 2004-05-24, 4:37 pm |
| This issue was taken off line and should now be resolved.
Dave
This posting is provided "AS IS" with no warranties, and confers no rights.
|
|
|
|
|