cancel
Showing results for 
Search instead for 
Did you mean: 

File to ABAP Proxy Scenario

vikas_agarwal
Contributor
0 Kudos

Hi All,

I am doing File-to-ABAP Proxy Scenario, in the sender side side it is picking the file, but in sxmb_moni it is giving the error:

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

*- <!-- Call Adapter*

-->

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

<SAP:Category>XIProtocol</SAP:Category>

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

<SAP:P1>4CFF4691EEE211DC85E30019D1522982</SAP:P1>

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

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

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

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

</SAP:Error>

Can u plz tell me why this error is occurring and how we can resolve this error.

Thanks & Regards,

Vikas

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Vikas,

u go through the file(sender) and check the data, whether the file contains the repeated records.

If it contains repeated messages, delete duplicate records

have a nice day.

vikas_agarwal
Contributor
0 Kudos

Hi Pavan,

I have only one record in this file.and i am changing the content of the file every time i m testing it.

Regards,

vikas

Former Member
0 Kudos

Hi Vikas,

Can you resolve this problem ? I have same problem !

Thanks.

Martin.

Former Member
0 Kudos

Check if message is processed in application system.

Thanks,

Beena.

Former Member
0 Kudos

Hello,

run report RSQIWKEX periodically

(or)

another easier way is to use transaction SMQ1 and SMQ2.

Just highlight the queue that has your messages in and click delete.

This removes all messages from a queue at once.

************Reward points,if found useful

vikas_agarwal
Contributor
0 Kudos

Hi,

I have checked the inbound and outbound queues, there is no entry in these queues.

regards,

Vikas

Former Member
0 Kudos

Hi Vikas

make a dummy change and activate your object then make a full refresh

you can make it through in 3 ways

1) tcode SXI_CACHE

2) go to ID -> environment and make a full cache refresh

3) http://<host>:5<sys#>00/CPACache/refresh?mode=full Full CPA cache refresh

when you do the developement then these are stored in ABAP data dictionary table which can be refreshed by delta cache

while full cache will delete this temporary object and make this cahe into runtime

hope this will help you

thanks

sandeep

if helpful reward points

vikas_agarwal
Contributor
0 Kudos

Hi Sandeep,

I have done some dummy changes in the design time, and then done the cache refresh also with the help of sxi_Cache.

But still getting the same error.

Regards,

Vikas

sunil_singh13
Active Contributor
0 Kudos

Hi Vikas,

Change the content of file and then send.

See if get this error again.

Thanks

Sunil Singh

vikas_agarwal
Contributor
0 Kudos

Hi Sunil,

I have changed the content of the file also, but still getting the same error.

regards,

Vikas

Former Member
0 Kudos

Hi Vikas,

I guess u have posted the file more than once,

so would suggest u to delelte the queue..outbound..,

and once its done repost the file ..

it should work

lemme me know the result

vikas_agarwal
Contributor
0 Kudos

Hi,

I have checked in Outbound and inbound queue, there is no entry there.

Any idea how to delete this message from pipeline...

regards,

Vikas