cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle large volume of data using proxy

0 Kudos

Hi Folks,

We are facing an issue when we are trying to send large amount of data from SAP(Proxy) to SFTP...

We can see error in sxi_monitor in SAP/PI.

The errror in smq2 - "XI Error CLIENT_RECEIVE_FAILED.INTERNAL: Queue stopped"

Error in moni IN ECC:

  <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<!--  Call Integration Server

  -->

<SAP:Error SOAP:mustUnderstand="" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

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

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

  <SAP:P1>110</SAP:P1>

  <SAP:P2>HTTPIO_PLG_CANCELED</SAP:P2>

  <SAP:P3 />

  <SAP:P4 />

  <SAP:AdditionalText />

  <SAP:ApplicationFaultMessage namespace="" />

  <SAP:Stack>Error while receiving by HTTP (error code: 110 , error text: HTTPIO_PLG_CANCELED)</SAP:Stack>

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

  </SAP:Error>

Our requirement we have to run this interface once in a month...So i think if we try for splitting logic multiple files will send to target side from proxy.but we need to send only single file..so is there any solution that we can send huge volumes of data to PI without above error.

Regards

Muni

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member181985
Active Contributor
0 Kudos

Hi,

Payload Size?

Target file structure for SFTP?

Regards,

Praveen

Former Member
0 Kudos

Hi Muni,

This is a recurring issue when large volume of data (XML Payload size in excess of 100 Mb) is send via proxy to PI. One of the possible solution is to split the large volume data into smaller packets and send them to PI and when all the data is processed PI shall append these packets into one file as required.

You can refer to the following link that addresses similar problem:

http://scn.sap.com/people/smasanta/blog/2012/12/21/how-to-handle-large-volume-of-data-for-proxy-to-f...

Post your queries, if any, in the above blog or here itself.

(Hope this solves your issue)

Thanks

Bibek

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

You can refer to this document:

How To.. Investigate Timeouts in Synchronous XI/PI Scenarios

http://scn.sap.com/docs/DOC-16238

Go to section 2.2.8 XI log showing HTTP CODE 110 for more information about the error and then to

section 2.3.4 Java File Adapter for proposed solutions

Hope this helps,

Mark

nabendu_sen
Active Contributor
0 Kudos

Hi Muni,

Increase the PROCTIMEOUT parameter. Increase it on SMICM and on RZ11 increase the Maximum Runtime for Work Process. Set both to 1200 seconds.

Check the first point

http://scn.sap.com/community/pi-and-soa-middleware/blog/2006/06/08/xi-timeouts-timeouts-timeouts

Check the below thread:

http://scn.sap.com/thread/1843220

Also:

[HTTPIO_PLG_CANCELED in SM59 after upgrade to PI 7.11;

[HTTPIO_PLG_CANCELED during RFC Test;

[SM59-HTTP Destination-ABAP PROXY [Server];