cancel
Showing results for 
Search instead for 
Did you mean: 

PROTOCOL.MSGID_EXISTING_INBOUND: Message already exists in called system

Former Member
0 Kudos

Hello all,

in our receiver system we get follow error:

PROTOCOL.MSGID_EXISTING_INBOUND: Message already exists in called system

The message is in status: message already processed.

But sure we sent the message only once and the message aren't processed.

The receiver system is a R/3 with a WAS 6.20 (Plug - In APPINT 200_620 PL 005).

We trigger the message from our SAP XI 3.0 to R/3 via proxy.

The proxy is follow configured:

Transport Protocol: HTTP 1.0

Message Protocol: XI 2.0

Adapter Ingine: Integration Server

Addressing Typ: HTTP Destination

http Destination: D43CLNT002_HTTP

Can anybody helps me ?

Thanks

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Stephan,

Did you ever manage to solve this issue?

We have the exact issue when trying to send data from PI 7.1 to ABAP WAS 6.2 system. Your assistance would be greatly appreciated.

Kind Regards,

De Wet

Former Member
0 Kudos

Hello all,

first Proxy from R/3 to SAP XI 3.0 works properly.

In smq2 and sm58 aren't entries.

The message are arrived the target system. But unfortunately with status:

"Message already processed"

In the error code on the target System SAP R/3:

*<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>*

*- <!-- Call Integration Server*

-->

- <SAP:ErrorHeader xmlns:SAP="http://sap.com/exchange/MessageFormat">

<SAP:Context />

<SAP:Code p1="47BC9D365AC8451AE10000000AA001AA" p2="CENTRAL" p3="" p4="">PROTOCOL.MSGID_EXISTING_INBOUND</SAP:Code>

<SAP:Text language="EN">Message ID 47BC9D365AC8451AE10000000AA001AA already exists in called system (pipeline CENTRAL)</SAP:Text>

</SAP:ErrorHeader>

In SAP XI the message was successfull processed to R/3.

Thanks

Former Member
0 Kudos

Hi,

Can u pls clarify me on my questions.

Chirag

Former Member
0 Kudos

Hello I found follow link

[http://help.sap.com/saphelp_nw70/helpdata/en/85/78af1bf407434796aaf8dbd6d4e7b7/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/85/78af1bf407434796aaf8dbd6d4e7b7/frameset.htm]

so, sure we have on our SAP R/3 Site WAS 6.20 with the APP 200_620. Wich include the functionality of Proxy in WAS 6.20. Again, the message was succesfull processed from SAP XI to SAP R/3. But SAP R/3 set the

status to "Message processed already"....what can I do ?

Thanks

Former Member
0 Kudos

Hi,

Could you send complitly new message and check id of it. Also please find in message monitor if there is already message with the same id in your target system.

/wg

Former Member
0 Kudos

Hello Wojciech,

thanks for your anser, but this is the problem. I sent a new message and the traget system said, that

the message is already processed. So, my question is now, in which database, can I check the message

entry. Is there a transaction, or table to check the message ID entries? But again, I couldn't understand why, because, we sent a new message, which in SAP XI processed sucsessfully to the SAP R/3 System, in there the message get the status from above.

Maybe we have error in reasoning, but I no where. Could be we have adjustments by the configuration ?

Or in the mapping,....adapter....??

Many thanks

Stephan

Former Member
0 Kudos

Hi,

Transaction is SXMB_MONI but i don't know if it's available on 6.2. Table should be one of them:

SXMSPMAST - message table

SXMSCLUP - claster message table

SXMSPCLUR - claster message table

Best regards,

Wojciech

Former Member
0 Kudos

Hello Wojciech,

sure there is the transaction sxmb_moni in WAS 6.20. This functionality get you, if you install

the APPINT 200_620.

But by the way, its really funny, I delete the table entries with the Deleting Job via transaction SXMB_ADM in

SAP R/3, but without access.

I have no idea, .....

Former Member
0 Kudos

Hello Wojciech,

I check the table SXMSCLUP and I found the entries with the message ID double. So the messages as I mentioned before...Message ID 47BCBA8A5AC8451AE10000000AA001AA already exists in called system (pipeline CENTRAL)... is true.

But why ?? Is there anybody here, to can explain it ?

Because if I trigger a message from SAP XI the Message ID will you find twice in the table.

Is there a bug in APPINT 200_620 ? We have PL 5......

Thanks again

Stephan

Former Member
0 Kudos

Hi,

Have you checked SMQ2 on target system and SM58 on XI?

/wg

Former Member
0 Kudos

Try to send some dummy data from XI to R/3 and check weather you gets the same Error?

Thanks,

Farooq

Former Member
0 Kudos

Hi,

Few things to be clarified from below message:

U r using which version of WAS.

as for proxy u need systems that are based on SAP Web AS 6.40 or higher.

Refer this:

http://help.sap.com/saphelp_nw04/helpdata/en/c9/74246d8ad2447799063d39013e9a11/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/c9/74246d8ad2447799063d39013e9a11/frameset.htm

Thnx

Chirag