Hi
We were running a scenario with a reasonably big volume of messages R/3 --> ABAP PROXY -->XI --> JDBC Adapter --> SQLDB
Towards the end of the run - we noticed errors in the different queues in the call Adapter - portion in SXMB_MONI on the integration server -
<b>HTTP response contains status code 403 with the description Forbidden</b> - The full contents of the error message in moni is given below :
http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1"> XIServer HTTP_RESP_STATUS_CODE_NOT_OK 403 Forbidden <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Error Report</title>
<style>
td {font-family : Arial, Tahoma, Helvetica, sans-serif; font-size : 14px;}
A:link
A:visited
A:active
</style>
</head>
<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" rightmargin="0">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="left" height="75">
<tr bgcolor="#FFFFFF">
<td align="left" colspan="2" height="48"><font face="Arial, Verdana, Helvetica" size="4" color="#666666"><b>&nbsp;&nbsp;403 &nbsp Forbidden</b></font></td>
</tr>
<tr bgcolor="#3F73A3">
<td height="23" width="84"><img width=1 height=1 border=0 alt=""></td>
<td height="23"><img width=1 height=1 border=0 alt=""></td>
<td align="right" height="23"><font face="Arial, Verdana, Helvetica" size="2" color="#FFFFFF"><b>SAP J2EE Engine/6.40&nbsp;</b></font></td>
</tr>
<tr bgcolor="#9DCDFD">
<td height="4" colspan="3"><img width=1 height=1 border=0 alt=""></td>
</tr>
</table>
<br><br><br><br><br><br>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="left" height="75">
<tr bgcolor="#FFFFFF">
<td align="left" colspan="2" height="48"><font face="Arial, Verdana, Helvetica" size="3" color="#000000"><b>&nbsp;&nbsp;You are not authorized to view the requested resource.</b></font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="left" valign="top" height="48"><font face="Arial, Verdana, Helvetica" size="2" color="#000000"><b>&nbsp;&nbsp;Details:</b></font></td>
<td align="left" valign="top" height="48"><font face="Arial, Verdana, Helvetica" size="3" color="#000000"><pre>&nbsp;&nbsp;No details available</pre></font></td>
</tr>
</body>
</html>
</SAP:AdditionalText><SAP:ApplicationFaultMessage namespace=""/><SAP:Stack>HTTP response contains status code 403 with the description Forbidden
XML element Envelope missing in SOAP message header (SAP XI Extension)
</SAP:Stack><SAP:Retry>M</SAP:Retry></SAP:Error>
Now, I have checked authorization profile of XIISUSER - the necessary authorizations are there - once I restarted the error messages - the scenario went through -
What could be the reason for this random run-time error - This is a critical issue - would appreciate any pointers / tips as to what could be causing this ?