cancel
Showing results for 
Search instead for 
Did you mean: 

Sender File Adapter - NFS

Former Member
0 Kudos

Hi,

I am using NFS adapter to pick up 200Mb of file and push it via sftp adapter.

Although the sender adapter says as processed successfully, it is still not yet been delivered to receiver file adapter (SFTP).

When i checked the adapter monitoring, it is in scheduled status with the following error.

Can someone let me know the solution for this. I tried resending and ends with same error.

Transmitting the message to endpoint http://sappip00:52500/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error transmitting the message over HTTP. Reason: java.io.IOException: Unable to eat more bytes.

Regards

Anandh.B

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>Error transmitting the message over HTTP. Reason: java.io.IOException: Unable to eat more bytes

200 MB file size is larger for processing. That could be the problem. What version pi do you use?  If feasible split the larger size file into smaller chunks and process it.

Former Member
0 Kudos

Hello Basker,

I do know that PI can handle upto 1GB of file.

Our PI version is 7.11 and this is simple Filetransfer without any mapping.  Please note that I am using NFS sender and SFTP receiver.

Regards

Anandh.B

rajasekhar_reddy14
Active Contributor
0 Kudos

if you are simplying dumping one system to other system then you can process large files but if mapping invloved then 200 mb is always risky.

Note that processing of Huge files depends on server ,if you are using high end PI conifigurtaion it may process.

I would sugegst you to split the file and process it.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

PI does optimum performance when the message size is up to 5 mb. Though there is no setting stone limit on the size, still 200 mb is on the higher side. You might increase hardware to improve performance on the higher message size.  You might also want to see this document

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

Former Member
0 Kudos

Hello Basker,

Thanks for your inputs.

This is not just one off situation as we are transferring files close to 200-400 for the past 6 months.

It just happened for the first time.

Answers (0)