cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy error

Former Member
0 Kudos

Hi Experts,

I am working on file to proxy scenario when ever I push the xml file in PI it is delivered successfully but in ECC it is throwing the error. Anything is missing  or need to update any thing in proxy ?

please help .

Below is the error.

<SAP:Stack>Error during proxy processing An exception with the type CX_SAPPLCO_STANDARD_MSG_FAULT occurred, but was neither handled locally, nor declared in a RAISING clause Application Error An exception occurred</SAP:Stack>

  <SAP:Retry>M</SAP:Retry>

  </SAP:Error>

Regards,

Mohammad

Accepted Solutions (1)

Accepted Solutions (1)

former_member190293
Active Contributor
0 Kudos

Hi Mohammad!

I think that you should use try...catch in your proxy code to handle this type of exception.

Regards, Evgeniy.

Former Member
0 Kudos

Hi,

But for the previous scenarios it is working fine...How to resolve the error.

Regards,

Mohammad

former_member186851
Active Contributor
0 Kudos

Mohammad

Compare the data triggered from the file.

You can even the run the proxy internally in SPROXY code and check if the data is valid.

Answers (2)

Answers (2)

former_member191435
Contributor
0 Kudos

As suggested XML payload from MONI and execute with the help of ABAPers  test proxy....

former_member190293
Active Contributor
0 Kudos

Hi Mohammad!

I guess that it caused by application error during your proxy code processing.

Regards, Evgeniy.