cancel
Showing results for 
Search instead for 
Did you mean: 

EDI 810 signal

Former Member
0 Kudos

Hi Experts,

I need a small help. currently I'm working on scenario wherein XML file is sent to customer via EDI. The PI system picks up the XML file and convert it into EDI 810 ANSI X12 5010 Version and sends to customer. The problem is PI system generating EDI XML and while sending it to Seeburger below error message is showing Runtime Workbench.

MP: Exception caught with cause javax.resource.ResourceException: --- Conversion of synchronous request from module chain ended with errors ---[Error:ID=3069;LEVEL=3] SegmentDescription: checkAndResetChildrenCounter() not enough repetitions of the segment S_ST found: 0 instead of 1 offset :2175 DESCRIPTION: SegmentDescription Warning: Not enough repetitions of the segment S_ST ([not specified]/[not specified]).

I copied the EDI XML data and executed in BIC and it is converting into EDI ANSI X12 format, but failing in RWB. Can anybody help me out. Let me know how to resolve it?

Thanks

Faisal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Thanks for the response. It was my fault, i gave the wrong mapping name in communication channel.

Regards

Faisal

Former Member
0 Kudos

HI Failsal,

From error message i could see that, the segment S_ST should have a value 1. In Module parameter you should modifiy the parameter for this segment and check your scenario, because method checkAndResetChildrenCounter() expects the S_ST to be repeated atleast 1 times not 0 times.

Regards,

RK