Hi experts,
We are facing an error since we started our migration from PI 7.11 dual stack to PI 7.4 single stack. It is SOAP to IDoc scenario.This scenario
is working fine with ABAP Idoc adapter in PI 7.11 but same scenario is not working when we using Idoc_AAE adapter and giving error like
IDOC_ERROR_PARSE_FAILURE with one of the Idoc field value. The Idoc field value is 1,11,111.000
We already found that the charPosition mentioned in the error message is comma (,) of the idoc field value. So, we changed the payload to this
number to 111111.000 (removed only comma's) then processing successfully as expected in PI 7.4. But, as per our requirement,we would like to need the data contains comma (,) should be process i.e. 1,11,111.000
we are looking into this thread, it seems to be not helpful.
IDOC_ERROR_PARSE_FAILURE (PI 7.31, Java Only, IDoc_AAE)
Please through some lights on this issue and any help is highly appreciated.
Regards,
P.Rajesh