cancel
Showing results for 
Search instead for 
Did you mean: 

soap to proxy - synchronous error

former_member183906
Active Contributor
0 Kudos

hi

i am working on soap to proxy scenario.

i am getting an error in message monitoring

Exception caught by adapter framework: com.sap.aii.af.sdk.xi.srt.BubbleException: System Error Received. HTTP Status Code = 200: However System Error received in payload ErrorCode = DYNAMIC_CALL_FAILURE ErrorCategory = XIProxy Parameter1 =  Parameter2 = ZCL_SI_SALES_ORDER_CREATE1 Parameter3 = SI_SALES_ORDER_CREATE Parameter4 =  Additional text =  ErrorStack = Error during proxy processing

Message E TD 604 cannot be processed in plugin mode HTTP

[http://sap.com/xi/XI/Message/30^Error "DYNAMIC_CALL_FAILURE"]

what could be the issue in it ?

Accepted Solutions (1)

Accepted Solutions (1)

former_member182412
Active Contributor
0 Kudos

Hi

It is data issue, you need to debug the proxy for more detail about this error. Take the payload and debug the proxy in SPROXY. Also check below sap note.

1876952 - XI runtime: Determining dump in receiver system


Regards,

Praveen.

Answers (2)

Answers (2)

philippeaddor
Active Participant
0 Kudos

Just had the same issue and found the solution. This error occurs when you raise a message (MESSAGE statement) in the coding of our proxy method!

In your case it was message ID TD 604.

Instead of raising a message, you could define the Exception structure in the ESR Service Interface and populate it (raise a Proxy fault) in the proxy in case of errors.

Best Regards,

Philippe Addor

iaki_vila
Active Contributor
0 Kudos

Hi SAP PI,

Are you sure the ESR interface and the proxy are consistent?, try to regenerate the proxy and to debug the call as Praveen has suggested.

Regards.

former_member183906
Active Contributor
0 Kudos

the issue is resolved. the proxy connection was not working.basis fixed it.