cancel
Showing results for 
Search instead for 
Did you mean: 

Large volume of Message to Server Proxy

Former Member
0 Kudos

HI,

Scenario : Flat file to ABAP proxy ( ECC )

Able to Send 600K records of File with 70 MB size

But Unable to Send the Message > 70 MB size.

Find the Folowing error Message in SAP PI.

<?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="">

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

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

<SAP:P1>400</SAP:P1>

<SAP:P2>protocol error</SAP:P2>

<SAP:P3>(See attachment HTMLError for details)</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Error while sending by HTTP (error code: 400 , error text: protocol error) (See attachment HTMLError for details)</SAP:Stack>

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

</SAP:Error>

HTML Error

:

400 Bad HTTP request

Bad HTTP request

-


Error: -21

Version: 7000

Component: HTTP_PLG

Date/Time: Tue Feb 15 16:10:41 2011

Module: http_plg_mt.c

Line: 2034

Server: pm4201_UC1_48

Error Tag:

Detail: request too big

Points will be awarded .

Thanks in advance.

Accepted Solutions (0)

Answers (5)

Answers (5)

raviteja_satuluri
Contributor
0 Kudos

Hi,

As per the SAP Standards Pi Can handle the data 5 to 10 MB Size.

I Agree with Gopal

Regards,

Ravi

agasthuri_doss
Active Contributor
0 Kudos

Hi,

When you send a file thru file adapter, The PI takes more memory & time to convert into XML message, As gopal said try set Recordset per message in file adapter. As long as the target system is able to handle it if not need to go for webdispatcher settings, which is set to whole system not to interface specific

Cheers

Agasthuri

Former Member
0 Kudos

hi,

PI is able to handle large messages.

in the webdispatcher you can set the http max request size.

by default it's 100MB. you can increase it to whatever value fits to your scenarios.

br,

martin

baskar_gopalakrishnan2
Active Contributor
0 Kudos

What version of PI are u using?

PI recommends optimum message size is 5 MB. Its better practice to design interface to split the large volume of data

into mulliple chunks of smaller messages.

Example: set Recordset per message in fcc adapter smaller numbers

former_member463616
Contributor
0 Kudos

Hi,

Please see the following threads. I hope that it will helpful to you.

<REMOVED BY MODERATOR> <DON'T POST LINKS ALL THE TIME>

Regards,

Rajesh

Edited by: Prateek Raj Srivastava on Mar 30, 2011 1:42 AM