cancel
Showing results for 
Search instead for 
Did you mean: 

Error when handling Request Message

Former Member
0 Kudos

Hi All

I'm very new to XI and when working on a very simple scenario i encounter the error as below in R/3 monitoring:

"Error when handling Request Message; XSLT error: CX_XSLT_RUNTIME_ERROR: XSLT program and source line: /1SAI/XS00000000000000000040"

I'm pulling the data from the database and updating the same in a R/3 table. The source and target system have the same data strucutre and hence i do not require mapping (i assume !!!). XI monitoring shows that the message is processed successfuly but R/3 monitoring show error. Can anyone pls help in rectifying the error and let me know the cause of it.

Thanks

Shru

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Shruthi,

You are correct when you say no mapping needed when the source and target are the same.

How are you passing the data to your R3 system? using some RFC ? ABAP Prxoies?

Regards,

Bhavesh

Former Member
0 Kudos

Hi Bhavesh

I pass the data to R/3 thru proxies and my source adapter is jdbc.

bhavesh_kantilal
Active Contributor
0 Kudos

Shruthi,

Just use this blog by Stefan to debug your proxies.

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

Regards,

Bhavesh