cancel
Showing results for 
Search instead for 
Did you mean: 

Error While Processing FIle adaptor

Former Member
0 Kudos

Folks,

I am getting this error in SXMB_MONI while processing file-to-file scenario. Actually Queues are choking up and when they are reprocessed automatically I get this following error.

<b><?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 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DuplicateMessageException: Message ID d0137100-ec77-11db-8fb4-001143eeb19b(INBOUND) already exists in database: com.sap.sql.DuplicateKeyException: ORA-00001: unique constraint (SAPRXIDB.SYS_C00114754) violated</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error></b>

Thanks,

Manish

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

check if this note helps you...

SAP Note 962578

prateek
Active Contributor
0 Kudos

Hi Manish,

The problem could be related to HTTP_TIMOUT parameter in SXMB_ADM

The same problem is solved here

Refer to the link

Regards,

Prateek

Former Member
0 Kudos

Manish,

It says the message is already existing in the database. You might be trying to resent the existing message once again. So that might be the reason you are getting this error. Have you tried sending any other messages apart from this?

---Satish

Former Member
0 Kudos

Folks,

I am getting this error before reprocessing the message

<b>xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

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

<SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>

<SAP:P1>402</SAP:P1>

<SAP:P2>ICM_HTTP_TIMEOUT</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText><html><head><title>SAP Web Application Server Error</title> <style type="text/css"> body { font-family: arial, sans-serif;} </style> </head> <BODY text="#172972" link="#808080" vlink="#808080" alink="#8e236b" bgcolor=white leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"> <table height="61" width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td background="http://rapsapxi:50000/sap/public/icman/img/bluebar_tile.gif" height="30"><table> <tr> <td width=5></td> <td width=20% nowrap><font face=arial size="-1" color=white>SAP Web Application Server </font></td><td width=75% align="right" nowrap><font face=arial size="-1" color="white"><a href="http://help.sap.com/">Help </font></td><td width=5% nowrap></font></td> </tr></table> </td><td rowspan=2 width=122 height=61 valign=top><img src= "http://rapsapxi:50000/sap/public/icman/img/theme.jpg" width=122 height=61 border=0 alt="SAP"></td> </tr><tr><td background="http://rapsapxi:50000/sap/public/icman/img/graybar_tile.jpg" height="31"> &nbsp;</td></tr> </table> <br><br> <table width=800> <tr><td width=50 nowrap> </td><td> <H2>500 Connection timed out</H2><br>Connection timed out (-5) <br><hr> <table border="0"> <tr><td>Error:</td><td>-5</td></tr> <tr><td>Version:</td><td>6040</td></tr> <tr><td>Component:</td><td>ICM</td></tr> <tr><td>Date/Time:</td><td>Mon Apr 16 19:06:59 2007 </td></tr> <tr><td>Module:</td><td>icxxthr.c</td></tr> <tr><td>Line:</td><td>2551</td></tr> <tr><td>Server:</td><td>rapsapxi_RXI_00</td></tr> <tr><td>Detail:</td><td>Connection to partner timed out after 60s</td></tr> </table> <p></p> </td></tr></table> <table><tr><td width=50 nowrap></td> <td nowrap><FONT SIZE=-1><a href="http://www.sap.com/">&copy; 2001-2005, SAP AG</a></FONT></td></tr></table></SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error when receiving by HTTP (error code: 402, error text: ICM_HTTP_TIMEOUT)</SAP:Stack>

<SAP:Retry>A</SAP:Retry>

</SAP:Error></b>

Thanks,

Manish