cancel
Showing results for 
Search instead for 
Did you mean: 

Process Large File XML

Former Member
0 Kudos

Hi Dear Experts.

I have an escenario Legacy(Retail) - PI - RFC - POSDM.

The inbound file is an XML and contains aprox 10000 invoices (50 MB as XML, 1M as ZIP) , I know the limitation of RFC only process one invoice per Message

I checked this post 

However I guess this only apply when the message is a flat file single in this case is an XML.

How can I achieved this scenario? Wich are the best options?

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Muniyappan
Active Contributor
0 Kudos

chunk mode is used for file to file scenario. it guess it will work for xml also.

if RFC does not suite your requirement.  you can follow below options.

1. use proxy at the receiver side.

2. use file to file with chunk mode and send the files to ECC app server. ask ECC to process the files.

nabendu_sen
Active Contributor
0 Kudos

Hi Luis,

You can use Chunk mode as mentioned in if you don't need any transformation. Normally 50 mb XML file size should not be an issue for PI.

RFC does not have good performance for multiple calls. Try to use with Maximum Connections not more than value 10 at Receiver RFC Channel and check how it behaves. It would be better if you could use Proxy at Receiver end.

If you really face issue at the RFC Level, use . No doubt, it would need more effort to implement but you can use with XML files.

Regards,

Nabendu.