| Dreaded Flat File End of Stream Error |
|
 |
|
 |
|
 |
|
 |
Group: microsoft.public.biztalk.general · Group Profile
Author: BobBob Date: Apr 16, 2008 07:50
Hi,
I am getting the dreaded end of stream error while validating a flat-
file schema. The exact error message is
Invoking component...
BEC2004: Unexpected end of stream while looking for:
Positional data (length is 60)
The current definition being parsed is AddressData. The stream offset
where the error occured is 2654. The line number where the error
occured is 1. The column where the error occured is 2654.
……..Schemas\MCRandXPXLRED.xsd: error BEC2004: Validate Instance failed
for schema MCRandXPXLRED.xsd, file: …ChangeAddressInstance.txt>.
Component invocation succeeded.
The schema ends with a repeating record which seems to be causing the
issue. I do have the allow_early_termination="true"
early_terminate_optional_fields="true" properties set. Does anyone
know where I can find some really good documentation on the flat-file
schema? Both the schema and the instance document are small if anyone
would like me to post them as well.
-Bob
|