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? The schema is small (and so is the instance document) if
someone would like me to submit it.
Thanks,
Bob