cancel
Showing results for 
Search instead for 
Did you mean: 

MSGVERS_EXISTING error in proxy call

Former Member
0 Kudos

Hi gurus!!

We have the following scenario: 3rd party -- SOAP -- XI -- PROXY -- R/3

We get the following error in sxmb_moni:

-


<SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="PERSIST">MSGVERS_EXISTING</SAP:Code>

<SAP:P1>6CE331F05CE111DF9B710003BAABC4DB</SAP:P1>

<SAP:P2>CENTRAL</SAP:P2>

<SAP:P3>004</SAP:P3>

<SAP:P4>(loc: WM8 ; IM_VERSION : 004 ; MAST_VERSION: 004 ; TC: SXMSPMAST ; SM: 0 ; RR: 0 )</SAP:P4>

<SAP:AdditionalText/>

<SAP:ApplicationFaultMessage namespace=""/>

<SAP:Stack>Message ID 6CE331F05CE111DF9B710003BAABC4DB for pipeline CENTRAL, version 004, already exists in system

</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

-


We have one Outbound Message but two inbounds, and we don't know why.

If we change proxy to RFC it works great.

Any help would be appreciated ^^

Thx!

Ignasi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

We have solved the problem.

Since we are using a 6.20 R/3, we had to change the URL we were calling in our CC.

Thank you all!

abhay_rajhans2
Contributor
0 Kudos

Hi Ignasi,

It seems that the particular message id is already existing in your system.

Are you using proxy in XI system itself. Means message is coming from soap then you are passing it to proxy of same xi system. If you are doing like this then system will definitely give error. So instead of using proxy use RFC only.

also did not understand We have one Outbound Message but two inbounds, and we don't know why.

Edited by: Rajhans Abhay on May 11, 2010 12:51 PM