wm.b2b.edi:convertToValues throws an exception

Hi everyone :slight_smile: ,

I’d like to submit an EDI Data (Its document type is UNEDIFACT COARRI 95B) to TN through the form “Submit Test EDI Data” (it’s accessible from IS admin interface>Solutions>EDI>DocExchange).
The appropriate processing rule is executed with errors. This message appears in the activity log:
An error occurred invoking the processing service TMSA_FC001_RapportMouvement.pub:receptionMC001 for this document.
The original error was com.wm.app.b2b.server.ServiceException: java.lang.reflect.InvocationTargetException: com/wm/ff/parse/ParseStatus
at wm.b2b.ediImpl.convertToValues(ediImpl.java:115)
at sun.reflect.GeneratedMethodAccessor116.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java(Compiled Code))
at com.wm.app.b2b.server.invoke.InvokeManager.process(InvokeManager.java(Compiled Code))
at com.wm.app.b2b.server.invoke.StatisticsProcessor.process(StatisticsProcessor.java(Compiled Code))
at com.wm.app.b2b.server.invoke.ServiceCompletionImpl.process(ServiceCompletionImpl.java(Compiled Code))
at com.wm.app.b2b.server.invoke.ValidateProcessor.process(ValidateProcessor.java(Compiled Code))
at com.


The invoked service TMSA_FC001_RapportMouvement.pub:receptionMC001 uses these EDI services to convert the retrieved EDI Data into an IS Document:
wm.b2b.editn:getTspace
(BizDocEnvelope → Object ediData and String encoding)
wm.b2b.edi:convertToValues
(ediData and encoding → IS Document based on the EDIFFSchema parameter)

During the step-by-step execution of the invoked service I found out that this service wm.b2b.edi:convertToValues returns the error.

The TN document type is correctly installed, the EDI data that I tested with are correct as well and what annoys me the most :mad: is that the processing rule worked fine before!!

Have a nice day!

IS and TN Console version: 6.5
OS: AIX 5.3
JVM: 1.4.2 (48.0)
wmEDI and WmEDIforTN version: 6.5.2 (minimum version of JVM 1.4)

Check for carriage returns and linefeeds.

Open your schema and drop your data in directly. I find it easier to troubleshoot by using the envelopeProcess in the first run. STEP through, watch where the errors are thrown, (ignoring the initial one set when the service is first run) Once you know it is correct, then open your transaction schema and continue directly running the actual schema.

After both have reported no errors, then submit to the WmEDI gui.
You may find that you have funky delimiters or other out of bounds issues.