cancel
Showing results for 
Search instead for 
Did you mean: 

Handling Large File

Former Member
0 Kudos

Hi all,

We need to handle a large file 88omb .is there any provision at the adapter level to break the file in to smaller chunks.

Can we avoid using the shell scripts ansd OS level commands.

Thanks,

Srinivas

Accepted Solutions (1)

Accepted Solutions (1)

shivhare
Active Contributor
0 Kudos

Hi,

you can write a small shell script to break the sender File into multiple chunks,there is no set rule on the size of these small chunks,it depends upon your hardware configuration,and on the receiver side,you can use the append mode to collect all these files again.

useeful link -

/people/sravya.talanki2/blog/2005/11/29/night-mare-processing-huge-files-in-sap-xi

Regards,

Amit

Answers (4)

Answers (4)

Former Member
0 Kudos

If You have multiple files with large size to be processed, Module Bean "PayloadZipBean" can be used in Comm. Channel to reduce the size of the file and successively reduce the load on the XI/PI server.

GabrielSagaya
Active Contributor
0 Kudos

If you are using PI 7.1 EHP1, Then Please use this blog

/people/niki.scaglione2/blog/2009/10/31/chunkmode-for-binary-file-transfer-within-pi-71-ehp1

former_member181962
Active Contributor
0 Kudos

Check the "Large Files Handling" section in this guide:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2016a0b1-1780-2b10-97bd-be3ac6221...

Regards,

Ravi

kenny_scott
Contributor
0 Kudos

Hi Srinivas,

if it is a text file then you could break up the file into multiple recordsets,

e.g.,

[Converting Text Format in the Sender File/FTP Adapter to XML |http://help.sap.com/saphelp_nwpi711/helpdata/en/44/658ac3344a4de0e10000000a1553f7/frameset.htm]

and

[#821267 File Adapter FAQ|http://service.sap.com/sap/support/notes/821267]

14. Memory Requirements

Regards

Kenny