cancel
Showing results for 
Search instead for 
Did you mean: 

MSGGUID_EXISTING : file-rfc-file error

Former Member
0 Kudos

hi,

i am doing a file-rfc-file without bpm scenario.... input is the compnay id and the rfc retreives the company details using BAPI_GET_DETAIL and sends it back to our ftp folder... i got this error.. can anyone give a solution...

<?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>555811DE4E7049180AB9DF5154FA2CAC</SAP:P1>

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

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Message ID 555811DE4E7049180AB9DF5154FA2CAC for pipeline CENTRAL, version already exists in system</SAP:Stack>

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

</SAP:Error>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

the error was caused by a locktable overflow. The file adapter did not removed locks in the AE if you are using "time stamp" in file construction mode. The error came up in SP12 and 13 of PI and was solved in SPS13 Patchlevel 3.