cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver CC, Module PayloadZipBean

former_member185881
Active Participant
0 Kudos

Hi All

I am doing file to file scenario.

Need to zip the file and then upzip it.

Sender CC is successfully zipping file and XI is successfully processing it.

Prob : When I see file at the receiver side it is not in unzip mode. It remains into zip mode.

Checked in Adapter monitoring also zip module is running fine but unzip module is not running.

In Receiver CC I used Parameter name = zip.mode

                                   Parameter Value = unzip

Not able to understand where is the prob.

Please help

Regards

Dheeraj Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

Can you make sure you have inserted the module at the right order in the receiver adapter?

Also recheck if there are any unwanted whitespace in the parameter and value configuration.

http://help.sap.com/saphelp_nw73/helpdata/en/45/da9358a1772e97e10000000a155369/content.htm

former_member185881
Active Participant
0 Kudos

Hi Shabarish

All parameters are correct.

Regards

Dheeraj Kumar

former_member185881
Active Participant
0 Kudos

Hi Shabarish

One thing need to confirm from you.

In Sender CC, under Module Tab, I kept sequence:

1    AF_Modules/PayloadZipBean    Local Enterprise Bean      1

2    CallSapAdapter                          Local Enterprise Bean      0

In Receiver CC, under Module Tab, I kept sequence:

1    CallSapAdapter                           Local Enterprise Bean     0

2    AF_Modules/PayloadZipBean     Local Enterprise Bean     1

Is it correct?

Regards

Dheeraj Kumar

Shabarish_Nair
Active Contributor
0 Kudos

try;

In Receiver CC,

1    AF_Modules/PayloadZipBean     Local Enterprise Bean     0

2    CallSapAdapter                           Local Enterprise Bean     1

Former Member
0 Kudos

HI Dheeraj , first you have to call "PayloadZipBean" then call "Adapter" what was posted by earlier poster.....

rfer below link:

http://scn.sap.com/people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the...

former_member185881
Active Participant
0 Kudos

Hi Shabarish

Very very thanks it works.

Thanks

Answers (0)