I'm receiving an EDIFACT message that I need to process using Biztalk. When Biztalk picks up the file, it puts an error entry in Event Log:
Error: 2 (Segment level error) SegmentID: MEA Position in TS: 5442 15: Use of segment, data-type or segment not supported in this position
I have investigated the issue and I've found that MEA segment is in incorrect place. I tried converting this EDI file using Stylus Studio and I had same problem until I disabled segment ordering validation. After that Stylus successfully converted the file to XML. So I wonder, is there any way I can disable segment ordering validation in Biztalk also? I have disabled EdiDataValidation and XmlSchemaValidation on receive pipeline, but I still get the error. Any idea?
Thanks