cancel
Showing results for 
Search instead for 
Did you mean: 

DUPLICATE DETECTED error

Former Member
0 Kudos

Hi,

I am doing a Scenario involving File sender and ABAP proxy at the receiver side. Proxy is configured correctly at the receiver side.

On sending a message from the Runtime workbench, I see the following error in SXMB_MONI of PI system.

<SAP:Code area="MESSAGE">DUPLICATE_DETECTED</SAP:Code>

<SAP:Stack>Message ID C65A66B1283311DEB60A0050569865A5 already exists in called system (pipeline CENTRAL)</SAP:Stack>

Please help.

Accepted Solutions (0)

Answers (2)

Answers (2)

jyothi_anagani
Active Contributor
0 Kudos

Hi,

One example of a fault code is the code "DUPLICATE_DETECTED" that signifies a duplicate of a message was detected at a messaging peer. The fault actor may be a unique identifier of a messaging peer that generated the fault message. The fault actor attribute might not be required if the intended receiver generated the fault message, because the receiver may be determined to have generated a fault if no fault actor was specified. The detail attribute may have certain rules that apply for encoding the reason of a fault, which ensures a uniform format of the reasons for a fault.

And also Refer this link.

Thanks.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

that error means that your message ID was already used

in some process - this never happens unless you assign IDs

by one of your processes and you do it incorrectly

so you can check this guid - C65A66B1283311DEB60A0050569865A5

in SXMB_MONI and maybe someone is creating guids in this flow

Regards,

Michal Krawczyk