Hi All,
I am getting the following error in SXMB_MONI.
<SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>
<SAP:P1>413</SAP:P1>
<SAP:P2>Request Entity Too Large</SAP:P2>
Content length must be less than 134217728 bytes.
*<SAP:Stack>HTTP response contains status code 413 with the description Request Entity Too Large Error while sending by HTTP (error code: 413, error text: Request Entity Too Large)</SAP:Stack>*
I sent 70 MB input file to PI and i am aware this is very huge one. We are working on a solution now to send data in smaller chunks. This is very critical interface in our production environment whch should have atleast one temprory solution till the final solution in place.
I have changed the RequestHeaderLength parameter to 80740( 85*1024) and i restarted the HTTP provider also in VA. This has mentioned
@ http://help.sap.com/saphelp_nw04/helpdata/en/1a/dbd2ba84b97144b922e8cb281ac18d/content.htm.
Once i changed the parameter, i tested the interface but still it is thrwoing the same error.
How should i handle this? is there any parameter which should allow me to process huge messages?
My Scanario is ABAP proxy>SAP PI>JDBC
Edited by: Rajesh on Oct 8, 2009 7:32 PM