05-14-05 06:15 PM
I have an SAP system sending me an IDoc and my receive pipeline is
writing this error message to HAT:
Reason: Unexpected data found while looking for: '\r\n'
The current definition being parsed is EDI_DC40. The stream offset
where the error occured is 504. The line number where the error
occured is 1. The column where the error occured is 504.
If I open the *.IDoc file in WORDPAD and resave it, the receive
pipeline is able to disassemble it ok. From what I can gather it has
something to do with the '\r\n' versus the '\n' characters being used
between Unix and Windows.
Is there a way to have the receive pipeline accept either format? I
have seen posts that state the following which I have tried:
lookahead_depth=3D"0"
parser_optimization=3D"complexit=ADy"
allow_early_termination=3D"true"
Is there other annotations I may be able to use to bypass this problem?
I am using BTS2004, mySAP v2 adapter and the client is running SAP R3
v4.6c.=20
Thanks=20
Chris
[ Post a follow-up to this message ]
|