Skip to Content
0
Former Member
Nov 07, 2005 at 12:01 PM

HTTP_RESP_STATUS_CODE_NOT_OK -- 200 -- OK

76 Views

Hi,

We are getting errors while sending an IDOC to FILE system through XI. We are getting the same error while trying a file to file scenario also. I am pasting the trace

SAP:Category>XIServer</SAP:Category>

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

<SAP:P1>200</SAP:P1>

<SAP:P2>OK</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText><html> <head> <title>Expired Password</title> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <script language=javascript type="text/javascript"> function validPass (passForm) { if (passForm.j_sap_password.value != passForm.j_sap_again.value) { alert ("The passwords you entered do not match") passForm.j_sap_password.focus() passForm.j_sap_again.select() return false } return true } </script> <style> td {font-family : Arial, Helvetica, sans-serif; font-size : 12px; } </style> </head> <BODY BGCOLOR=#FFFFFF leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginheight="0" marginwidth="0"> <TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0> <TR> <TD width="84"><IMG SRC="ChangePassword?img=top_01.gif" WIDTH=84 HEIGHT=48></TD> <TD COLSPAN=6 width="100%" align="center"><IMG SRC="ChangePassword?img=top_03.gif" WIDTH=327 HEIGHT=48></TD> </TR> <TR> <TD COLSPAN=3 width="100%" background="ChangePassword?img=top_05.gif"><IMG SRC="ChangePassword?img=top_05.gif" WIDTH=2 HEIGHT=42></TD> <TD align="right" width="90" background="ChangePassword?img=top_05.gif"><IMG SRC="ChangePassword?img=top_05.gif" WIDTH=90 HEIGHT=42></TD> <TD COLSPAN=3 width="197" align="right" background="ChangePassword?img=top_05.gif"><IMG SRC="ChangePassword?img=top_07.gif" WIDTH=197 HEIGHT=42></TD> </TR> <TR> <TD><IMG SRC="ChangePassword?img=spacer.gif" WIDTH=84 HEIGHT=1></TD> <TD width="100%"><IMG SRC="ChangePassword?img=spacer.gif" WIDTH=176 HEIGHT=1></TD> <TD><IMG SRC="ChangePassword?img=spacer.gif" WIDTH=203 HEIGHT=1></TD> <TD><IMG SRC="ChangePassword?img=spacer.gif" WIDTH=90 HEIGHT=1></TD> <TD><IMG SRC="ChangePassword?img=spacer.gif" WIDTH=88 HEIGHT=1></TD> <TD><IMG SRC="ChangePassword?img=spacer.gif" WIDTH=90 HEIGHT=1></TD> <TD><IMG SRC="ChangePassword?img=spacer.gif" WIDTH=19 HEIGHT=1></TD> </TR> </TABLE> <br><br><br> <form method="POST" onSubmit="return validPass(this)" action="sap_j_security_check;jsessionid=(sapntwr_NAJ_00)ID1911232150DB10708185419320756116End;saplb_*=(sapntwr_NAJ_00)3687150"> <table cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td colspan="2"><b>Password expired. Provide a new one.</b><br><br></td></tr> <tr> <td>Password:</td><td><INPUT TYPE="password" NAME="j_sap_current_password" size="15"></td></tr> <tr> <td>New password:</td><td><INPUT TYPE="password" NAME="j_sap_password" size="15"></td></tr> <tr> <td>Retype password:</td><td><INPUT TYPE="password" NAME="j_sap_again" size="15"></td></tr> <tr> <td align="right"><br><input type="submit" value="Submit"></td> <td><br><input type="reset" value="Clear"></td></tr> </table></form></body></html></SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>HTTP response contains status code 200 with the description OK XML element Envelope missing in SOAP message header (SAP XI Extension)</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

I think there is some problems with my passwords. has anyone faced this issue earlier?

regards,

Naresh