cancel
Showing results for 
Search instead for 
Did you mean: 

large file processing issue

former_member556603
Active Contributor
0 Kudos

Hi,

A 2MB source file is found to be generating a file of over 180 MB causing it to fail in pre prod and production. The processes successfully in Development Box where there is no web dispatcher or restrictions on size.

The recommendation from SAP is that we try to reduce the outout file size.

Kindly look into the issue ASAP.

Appreciate your help.

Thanks,

Satya Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Satya,

There are many ways are available check the below links

/people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework

/people/aayush.dubey2/blog/2007/10/10/zip-transfer-unzip-increase-the-performance-of-your-java-abap-applications

/people/pooja.pandey/blog/2005/10/17/number-formatting-to-handle-large-numbers

/people/alessandro.guarneri/blog/2007/02/21/sap-xi-acting-as-a-huge-file-mover

/people/alessandro.guarneri/blog/2006/03/05/managing-bulky-flat-messages-with-sap-xi-tunneling-once-again--updated

One more way is we have to develope the ZIP Adapter and send the zip file after processing again we have to unzip the file.

Regards

Ramesh

agasthuri_doss
Active Contributor
0 Kudos

Satya,

In Dev we test only that interface at instant of time but in the case of Prod system Simultaneously lot of interfaces will be executing, Similar kind of problem I had. Atlast chunked the source file ,

Cheers

Agasthuri