I am reading a simple flat file with \r\n delimited records. The schema validates fine, but when I try to use the orchestration to read it I always get the "Unexpected end of stream while lookng for \r\n" message. I've chaged the lookahead_depth to "0" and parser_optimization to "complexity". I'm new to BizTalk, but it seems to me this should be a 10 minute setup, but I'm burning hours trying to debug this error with no luck. Example of file:
Date: 01-25-2005
Start Time: 11:36:25
Stop Time: 13:09:41
Location: Not Specified
I just want to read in each line, but get the \r\n error.