cancel
Showing results for 
Search instead for 
Did you mean: 

Process Large XML files

Former Member
0 Kudos

Hi,

I am working on a File-File scenarion and I have around 300 MB XML files files coming in.

My interface cud successfully process smaller files but it is not able to handle larger files.

Group pls direct me.

Thanks,

Nandini

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

At which point in the pipeline is it failing?

Sincerely,

--NM

Former Member
0 Kudos

Nandini,

Check out this blog by Sravya..on processing large files.

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

Nilesh

Former Member
0 Kudos

Nilesh,

Thanks for the reply the blog you sent is for .txt files i want to use the same approach but my input files are XML

Pls let me know.

Nadnini

Former Member
0 Kudos

Nandini,

Check out this thread...

Other than parameter and hardware setting, use JAVA mapping rather than Message / XSLT mapping...Java mapping is much faster compare to any other sort of mapping...

Nilesh

Former Member
0 Kudos

Recommended size is 5MB

Can you use CC to break this up into multiple smaller files first?

Do you have the right hardware and processing power to back up 300MB files?

sincerely,

--NM

Former Member
0 Kudos

Naomi,

My heap size is 5MB and how do i break up the files into smaller files.This is an XML file and not a .txt file.

Pls let me know.

Thanks,

Nandini

Former Member
0 Kudos

Increase the heap size (Java).

XML data use much memory...