cancel
Showing results for 
Search instead for 
Did you mean: 

Error exception return from pipeline processing in abap server proxy

Former Member
0 Kudos

Hi

I 've a scenario of JDBC to Abap server proxy , in order to test the communication i m checking with singel data but every thing is fine in sxmb_moni but the following error is found in the trace

"Error exception return from pipeline processing"

i dropped my scenario and checked with single data in the receiver and sender side but still the same error , i m helpless what to do

Data type for sender and receiver is as follows

DT_OB_PDTOR3

-> row

-> Empno

DT_IB_PDTOR3

->row

-> Empno

i dont know what is wrong , when i m checking with the payload of inbound message i m getting this error

"Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd"

error in sxmb_moni is

SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>

<SAP:P1>com/sap/xi/tf/_MM_PDTOR3_</SAP:P1>

<SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>

<SAP:P3>RuntimeException in Message-Mapping transformatio~</SAP:P3>

<SAP:P4 />

i m really in a fix hwat to do , pl help

rgds

mojib

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

Copy the payload from moni and test the mapping.

The error may be due to XML file generated by sender channel is not proper.

Regards,

Sandeep

Former Member
0 Kudos

Hi,

The error mentioned above

"Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd"

is the error thrown after testing with the actual inbound payload from moni, as mentioned in the earlier post , now i m taking only one field

on the sender side and the same field in the receiver side then also this error .

Data type for sender JDBC and receiver proxy is as follows

DT_OB_PDTOR3

-> row

-> Empno (char of length 10

DT_IB_PDTOR3

->row

-> Empno(char of length 10)

i m at a fix what to do how to proceed

rgds

mojib

Edited by: mohammad mojib ur rahman on Apr 27, 2008 11:53 AM

Edited by: mohammad mojib ur rahman on Apr 27, 2008 11:55 AM

Former Member
0 Kudos

hi,

sorry for late reply.

R u getting this error in the tesat tab of message mapping.

regards,

sandeep

former_member859847
Active Contributor
0 Kudos

Hi,

Please map the corresponding root nodes of source structure

and target structure.

could you please let us know the inbound pay load .

regards

mahesh.

Answers (1)

Answers (1)

former_member1009864
Participant
0 Kudos

hi

how u have solved the problem i am phasing the same problem

with my scenario

thanks for any help

my e_mail id is diwakar.chaube@gmail.com

thanks

Edited by: diwakar chaube on May 1, 2008 2:06 PM