cancel
Showing results for 
Search instead for 
Did you mean: 

Large File Split

itabhishek9
Participant
0 Kudos

Hi SDNites,

I have a large file which is being sent to us via Sender in either XML or CSV format (we can ask them to use either of the format) and the file is not being passed through sender communication channel due to the file size error.

Error transmitting the message over HTTP. Reason: java.io.IOException: Error writing to server

Can you please suggest what needs to be done to process that file. (Note : We do have message mapping involved and cannot treat this scenario as Pass thorugh)

Regards,

Abhi

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member186851
Active Contributor
0 Kudos

Hello Abhishek,

What is the size of incoming file ?

Below links should help you out

manoj_khavatkopp
Active Contributor
0 Kudos

Hi Abhishek,

you can use split functionality in sender SFTP channel.

I guess splitting XML doesn't work because when you split an XML file it fails in mapping because the XML file becomes invalid  , i would suggest you to try with CSV.

Br,

Manoj

former_member182412
Active Contributor
0 Kudos

Hi Abhishek,

Read CSV file and use Recordsets per Message parameter in sender file communication channel to split the file into smaller parts.

Regards,

Praveen.