cancel
Showing results for 
Search instead for 
Did you mean: 

Http 500 error

Former Member
0 Kudos

HI Gems,

i have done a scenario, SOAP to Proxy and using Receiver Soap adapter for Proxy communication with AAE.

Under certain circumstances we are using table,receiver proxy in ABAP stack of PI.

I got the below error.

My error:

Message ID ################ for pipeline CENTRAL version 008 already exists in system.

Initally we configured client 050 as Application server it worked. but when i delete client 050 its not working.

Can any one guess what it is?

Thanks

Prabhakar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thnx

abhay_rajhans2
Contributor
0 Kudos

Hi Prabhakar,

Are you using SOAP adapter in same PI system and passing it to same PI proxy? If you are doing this then system will bound to give you this error. Because once the SOAP adapter will read the data then it will create a message id and when you will try to pass the same message to proxy of Same PI then proxy will identify the message id . And will notice that the same message id is present in the system and throw the error. As a work around you can call a RFC in message mapping which will do the work of ABAP proxy.