cancel
Showing results for 
Search instead for 
Did you mean: 

How to transfer 50 mb file without affecting the performance of the system.

Former Member
0 Kudos

Hi Experts,

As per the SAP standard,5 mb is the ideal size of the message that can be transfer.I have a situation where I need to transfer the 50 MB file without breaking it. Scenario is proxy to file.Please share your views and guide me to build a scenario.

Regards,

Abhi

Accepted Solutions (0)

Answers (5)

Answers (5)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

You dont need to split into multiple files for this specification.. You can do with either ICO or classic dual stack processing. Both will work. Only thing your performance would be better with single stack ICO.

ambrish_mishra
Active Contributor
0 Kudos

Hi Abhinav,

Don't be skeptical. 50 MB is not that big... I have done 200 MB even on PI7.0.

If you can send data in chunks... call proxy multiple times... instead of once ... I mean send multiple files, it would be a simple solution. Check with your third party.

Cheers,

Ambrish

Former Member
0 Kudos

Hi Ambrish,

I am not skeptical .If you read my qusetion,I dont want my data to be divided(as per the business requirement)I will try to go for ICO as many of you have suggested.

Lets see if it works out fine ..i will let you know.

Regards,

Abhi

MichalKrawczyk
Active Contributor
0 Kudos

hi,

1. 50 MB is not very big - should get processed within a few seconds if you just use the ICO (no need even for the chunk mode I'd say)

2. you can send it with proxy to PI (50 MB for proxy is also not big assuming you use the ICO in ID)

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal,

can you please elaborate your answer more.I think this option will solve my issue.

Regards,

Abhi

Former Member
0 Kudos

Hi Abhi,

You can use ICO if you are using PI 7.31 SP07 and above.To access it PI instance has to be SSL enabled and one should have roles- SAP_XI_API_DISPLAY_J2EE, SAP_XI_API_DEVELOP_J2EE in source and target system respectively. To access the tool goto URL https://<host>:<port>/webdynpro/resources/sap.com/tc~pi~tools~dirmig~wd/DirectoryCockpit

you can follow a nice blog by Anil Veepuri to do this:
http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/05/15/sap-tool-to-migrate-dual-stack-id...

You can find the detailed config in this doc:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/700058f0-b1a1-2a10-39a8-ab2627b87...

Thanks

Partha

former_member223322
Active Participant
0 Kudos

Use the ICO to get your message processed in the java stack of SAP PI. Refer the document below.

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

~Srini

Former Member
0 Kudos

Hi Abhi,

If the volume of the data is huge, for ex: around 60Mb or more, the proxy call fails giving an error. There are many blogs addressing this issue. You can follow this blog (Sabyasachi Masanta) to resolve this.

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

Thanks,

Partha

0 Kudos

hi,

  which version of PI you are using 7.1 or 7.3.

this link is use full to >7.1.

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

using >7.11 this is use full to you.

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

Srikanth