cancel
Showing results for 
Search instead for 
Did you mean: 

proxy of program

Former Member
0 Kudos

Hi

I am getting 80MB CSV file and which is to be uploaded into ECC through proxy.

With this much load is this scenario possible ??

I have one more option like.

file--xi---file scenario. Here I have some program in ECC and this program is going to pick the file and process the file. We are going to schedule this program. In both the cases XI is going to do some transformation during mapping.

Out of the above two options which one is the best option ?? The load is same in both the cases ?? i.e 80MB

thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Kumar

Check the following weblog -->

/people/alessandro.guarneri/blog/2007/02/21/sap-xi-acting-as-a-huge-file-mover

- Lalit -

Answers (2)

Answers (2)

Former Member
0 Kudos

Looking at the size of the message, I think proxy will be a better option.

Thanks.

Former Member
0 Kudos

80mb is pretty big file and it all depends on your XI server hardware sizing whether it can handle such large messages or not.

you should look at splitting the big file into multiple smaller files at the source side itself and then process them individually or since you are using file sender you can look at using the recordset per message to reduce size of each individual XI message.

If you are able to do any of the above 2 then file to proxy will be a better choice.