Situation:
In our implementation we are transforming a tab file to an EDI 830 using Data Mapper. Data Mapper alone works fine if I attach the tab file and see preview for EDI. However while implementing in Outbound Relationship, the EDIOutboundProcessor is erroring out.
CP_Splitter - EDI input not well-formed: com.adeptia.indigo.edi.edisolution.edireader.EDISyntaxException: Invalid beginning of segment
Possible Cause:
The ISA, GS, IEA and GE segments are not filtered in the data mapping activity
Solution:
Since the above segments are defined in the ISA envelope, they should be filtered in the mapping activity
Below is the B2Bi Accelerator User Guide that you can follow:
https://docs.adeptia.com/display/AS/B2BI+Accelerator+User+Guide.
Comments
0 comments
Article is closed for comments.