cancel
Showing results for 
Search instead for 
Did you mean: 

Handling Huge File Size in PI

0 Kudos

Hello Experts,

I would like to seek your inputs also on the below scenario I am currently working on.

You should've experienced this already in your design/solutions and appreciate it if you can share what you've done.

Using normal FTP adapter (EOIO quality of service), I was able to process huge size of files. The queue will be stuck in SMQ2 for some time but it will eventually be processed later on. No issues.

However, using SFTP adapter (EOIO quality of service), the queue was stuck in SMQ2. After sometime, it will be in error, 'HTTP error sending message'. If i changed the quality of service to EO, still the same error result.

The design I am doing is just transferring files to a FTP server with a message mapping involved.

The size of the files are 37MB.

Thank you in advance!

Fred

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello Frederick ,

See if the below link helps you :

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/64/243dc80d194d9c94dff40e1f4b059e/frameset.htm

Thanks

Gaurav

former_member182455
Active Contributor
0 Kudos

Hi,

PFB the note suggested by SAP.

Note : 657759.

Please check and implement the note.

Regards

Srinivas

0 Kudos

Thank you, Srinivas. We will consider this.

apu_das2
Active Contributor
0 Kudos

Hi Frederick,

In the sender CC under Advanced Tab -> you can select your message size.

Select smaller message size to divide your 37 MB file ... Processing should be fast then.

If still you face the problem you can go for standard performance tuning.

Thanks and Regards,

Apu Das

former_member184720
Active Contributor
0 Kudos

I don't think adapter is causing some issue here as the message got stuck in SMQ2 which is IE.

Can you share the complete trace?

You can try increasing the HTTP time-out . Refer to below documentation if you are having the simillar issue.