cancel
Showing results for 
Search instead for 
Did you mean: 

compress size

Former Member
0 Kudos

file to file scenario in pi 7.1, sending multiple files with large size from file to file but we need to compress the size of the file is there any chance to compress in sap pi 7.1?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi Jhon,

As per my knowledge, that is possible with PayloadZipBean and if you use AAE concept then it will improve performance also (this is new concept in pi 7.1).

*1. You have to use AAE concept * because

SAP PI 7.1 supports adapter to adapter messaging thus bypassing the ABAP stack of Integration server altogether. This is known to improve performance.

Go through below links:

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/70b8adc3-728c-2a10-7fad-d43f29074ef8

2. Your problem is solve with u201CPayloadZipBeanu201D

You use this module to compress one or more payloads or extract payloads from a compressed file and can use this module in any adapter.

Go through below links:

http://help.sap.com/saphelp_nw04/helpdata/en/45/da9358a1772e97e10000000a155369/frameset.htm

http://www.saptechnical.com/Tutorials/XI/ZippingFiles/demo.htm

thanks,

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

file to file scenario in pi 7.1, sending multiple files with large size from file to file but we need to compress the size of the file is there any chance to compress in sap pi 7.1?

in sender side you have zip the files, in sender communication channl you have to usePayloadZipBean adapter module.

in module tab of Sender Communication Channel properties,

Processing Sequence:

Module Name: PayloadZipBean

Module Configuration:

Parameter Name: zip.Mode

Parameter Value: unzip

please go through below blog,

Regards,

ganesh

Former Member
0 Kudos

Hi,

You can achieve this using EJB's

To compress you may use PayloadZipBean adapter module and PayloadUnzipBean to decrypt it.

Check this [|]

Regards

Ramesh