cancel
Showing results for 
Search instead for 
Did you mean: 

Large file handling SFTP-PROXY - SAP PI

former_member601407
Participant
0 Kudos

Hi,

Scenario:

SFTP (FCC) -> PI (mapping) -> PROXY

Flat file (size 7-10MB, sometimes max 25MB) coming from SFTP is converted to XML via FCC. Then routed to mapping and sent to ECC via proxy.

I am getting error while transmission like "Failed to call the endpoint: null .... Unable to contact target server <host>.com:8000." But the server is active. This is happening every week (this interface will run weekly once). Flat file lines = 60000 - 75000 lines. I will be splitting it to 30000 lines into 2 files and will be loading in PI via SEND TEST MESSAGE. It took 3-4mins to process and got delivered.

Every time I am processing the file manually. Is there any way to solve this issue ?

Accepted Solutions (0)

Answers (1)

Answers (1)

jagesh
Explorer
0 Kudos

Hi Subin,

during Inbound processing, in FCC itself you can determine file splitting, for example, if there are 1000 records in input file, then in FCC you can specify pick up 100 records in each run. this will trigger 10 separate messages in PI where each messages contains only 100 records out of 1000.

let me know if this works or not for you.

Regards,

Jagesh