cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.31 single stack File to IDOC large file facing intermittent error

Former Member
0 Kudos

Hello guys

Am facing a peculiar production issue in my PI 7.31 when processing a large orders file. IDOC to ORDERS05 (1: unbounded) in mapping. This file consists of nearly 300 + orders and is of nearly 3-6 MB in size.

All the IDOC get processed in IDOC adapter except one or two in error state which has nothing in payload after transformation.

Related error text

“Input stream cannot be null“

Then I have to resend the first version of this message to make it get delivered.

Kindly help if anybody encountered this issue with large ORDERS file sender when processing with receiver IDOC AAE channel.

Regards

Krishna

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Apu

Appreciate your reply. DO I have any means to set the number of messages as 100 in SFTP channel? File channel yes, recordset per message but it seems like not working in SFTP adapter.Any Idea?

Regards

Krishna

apu_das2
Active Contributor
0 Kudos

Generally, there should not have any issue with 3-6 MB file. Anyway, you can try 100 records at a time to reduce burden into central adapter engine at a time.

As we configure in File adapter, you can configure the same in SFTP adapter (SAP provided one not advantco) -

Either create recordset and pass 100 records in each recordset or simply define Record,100.

Thanks,

Apu