cancel
Showing results for 
Search instead for 
Did you mean: 

Problem exist messages.

Former Member
0 Kudos

Dears

My problem is message in SAP PI exists

The scenary is syncronous FILE -> PI -> BAPI.

The new menssage are the next problem.

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

- <!-- Inbound Message

-->

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

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

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

<SAP:P1>45171E92C1DD4A36210CE31CA457D2E6</SAP:P1>

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

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>ID mensaje 45171E92C1DD4A36210CE31CA457D2E6 ya existe en el sistema para pipeline CENTRAL versión</SAP:Stack>

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

</SAP:Error>

How delete message referenced?

Note: continue the problem.

Edited by: Claudio Enrique León Hernández on Feb 23, 2009 8:39 PM

Accepted Solutions (0)

Answers (4)

Answers (4)

JoelTrinidade
Active Contributor
0 Kudos

Hi Claudio,

BPM will only bridge the gap between async and sync communication. Please include BPM in your design.

Rgds

joel

Former Member
0 Kudos

i have done asyn to sync scenario which is abap proxy to xi to webservice

can anyone please suggest me how to handle fault messages of web services.

i am sending the asyncronous call to xi from abap proxy and from xi i am making syncronous call to web service.web service gives response to xi.but if the data is wrong web service gives fault message to xi.

as my response structure ans fault sructure are different can any one suggest me step by step to handle fault messages.

regards,

jyothi

Former Member
0 Kudos

hi,

>The scenary is syncronous FILE -> PI -> BAPI.

>The new menssage are the next problem.

as u said scenario is synchronous, FILE adapter is not a synchronous and can not listen the responce from the ECC. scenario can not be achieved in the normal fashion. u have to either implement BPM or use Adapter modules to make the scenario synchronous. using adapter modules u can achieve the functionality easily

/people/arman.eker/blog/2008/07/27/rfc-scenario--how-to-configure-bpm (using BPM)

https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/using%252brequest%252bresponse%252bbean%252bmo... (using Adapter modules)

Thank You,

Madhav

Note: Points If Useful.

Former Member
0 Kudos

To ensure this to work you need to create a async - sync bridge.

BAPI's are synchronous calls and even if you want to ignore the responses you need to address them in a sync call.

greets

udo_martens
Active Contributor
0 Kudos

Hi Claudio,

>The scenary is syncronous FILE -> PI -> BAPI.

This does not work, File-Adapter works asynchronous.

Regards,

Udo